Skip to content

Commit 81df2c7

Browse files
committed
More movement of libraries for easier automated updates.
1 parent 5600b63 commit 81df2c7

36 files changed

+53
-46
lines changed

.idea/libraries/commons_httpclient.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/commons_lang.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/sac.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.3.jar"/>
2323
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.4.jar" sourcepath="/third-party/java/commons-io/commons-io-2.4-sources.jar"/>
2424
<classpathentry kind="lib" path="/third-party/java/commons-codec/commons-codec-1.10.jar" sourcepath="/third-party/java/commons-codec/commons-codec-1.10-sources.jar"/>
25-
<classpathentry kind="lib" path="/third-party/java/sac/sac-1.3.jar"/>
26-
<classpathentry kind="lib" path="/third-party/java/commons-lang/commons-lang3-3.4.jar" sourcepath="/third-party/java/commons-lang/commons-lang3-3.4-sources.jar"/>
27-
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpmime-4.4.1.jar" sourcepath="/third-party/java/apache-httpclient/httpmime-4.4.1-sources.jar"/>
25+
<classpathentry kind="lib" path="/third-party/java/css/sac-1.3.jar"/>
26+
<classpathentry kind="lib" path="/third-party/java/commons/commons-lang3-3.4.jar" sourcepath="/third-party/java/commons/commons-lang3-3.4-sources.jar"/>
27+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.4.1.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.4.1-sources.jar"/>
2828
<classpathentry kind="lib" path="/third-party/java/commons-collections/commons-collections-3.2.1.jar" sourcepath="/third-party/java/commons-collections/commons-collections-3.2.1-sources.jar"/>
2929
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.16.jar"/>
30-
<classpathentry kind="lib" path="/third-party/java/xml/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xml/xercesImpl-2.11.0-sources.jar"/>
31-
<classpathentry kind="lib" path="/third-party/java/xml/xalan-2.7.2.jar"/>
30+
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
31+
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
3232
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.2.2.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.2.2-src.jar"/>
3333
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/little_proxy/littleproxy-0.5.3.jar" sourcepath="/third-party/java/little_proxy/littleproxy-0.5.3-sources.jar"/>

java/client/src/org/openqa/selenium/htmlunit/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ java_library(name = 'htmlunit',
1010
'//java/client/src/org/openqa/selenium/logging:api',
1111
'//java/client/src/org/openqa/selenium/remote:capabilities',
1212
'//java/client/src/org/openqa/selenium/remote:remote',
13+
'//third_party/java/css:sac',
1314
'//third_party/java/guava-libraries:guava-libraries',
14-
'//third_party/java/sac:sac',
1515
'//third_party/java/xml:xml',
1616
],
1717
visibility = ['PUBLIC'],

third_party/java/apache-httpclient/BUCK

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

third_party/java/apache-httpclient/build.desc

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)