Skip to content

Commit 3d17bf7

Browse files
committed
Move the guava jar into a directory named after it.
I can't remember why we picked guava-libraries as the name for this, but it's been bugging me for years. Fixed.
1 parent 317d7d1 commit 3d17bf7

File tree

103 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+132
-132
lines changed

.idea/libraries/commons_collections.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/guava.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/guava_libraries.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

ide/main/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ mozilla_extension(name = "selenium-ide",
1919
{ "//third_party/js/sizzle:js" : "chrome/content/selenium-core/lib/sizzle.js" }
2020
],
2121
chrome = "src/chrome.manifest.production",
22-
install = "src/install.rdf")
22+
install = "src/install.rdf")

ide/plugins/csharp-format/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mozilla_extension(name = "csharp-format",
33
{"src/content" : "chrome"}
44
],
55
chrome = "src/chrome.manifest.production",
6-
install = "src/install.rdf")
6+
install = "src/install.rdf")

ide/plugins/groovy-format/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mozilla_extension(name = "groovy-format",
33
{"src/content" : "chrome"}
44
],
55
chrome = "src/chrome.manifest.production",
6-
install = "src/install.rdf")
6+
install = "src/install.rdf")

ide/plugins/java-format/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mozilla_extension(name = "java-format",
33
{"src/content" : "chrome"}
44
],
55
chrome = "src/chrome.manifest.production",
6-
install = "src/install.rdf")
6+
install = "src/install.rdf")

ide/plugins/perl-format/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mozilla_extension(name = "perl-format",
33
{"src/content" : "chrome"}
44
],
55
chrome = "src/chrome.manifest.production",
6-
install = "src/install.rdf")
6+
install = "src/install.rdf")

ide/plugins/php-format/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mozilla_extension(name = "php-format",
33
{"src/content" : "chrome"}
44
],
55
chrome = "src/chrome.manifest.production",
6-
install = "src/install.rdf")
6+
install = "src/install.rdf")

ide/plugins/python-format/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mozilla_extension(name = "python-format",
33
{"src/content" : "chrome"}
44
],
55
chrome = "src/chrome.manifest.production",
6-
install = "src/install.rdf")
6+
install = "src/install.rdf")

0 commit comments

Comments
 (0)