Skip to content

Commit

Permalink
Upgrading HtmlUnit to 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 2, 2016
1 parent 13510db commit eeecc29
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .idea/libraries/cssparser.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/libraries/htmlunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-19.0.jar" sourcepath="/third-party/java/guava/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.18.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.18-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.17.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/selenium-htmlunit-driver-2.52.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.20.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.20-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.17.jar" />
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-driver-2.20.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-4.1.0.jar" sourcepath="/third-party/java/jna/jna-4.1.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-4.1.0.jar" sourcepath="/third-party/java/jna/jna-platform-4.1.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.3.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.3-sources.jar"/>
Expand All @@ -26,7 +26,7 @@
<classpathentry kind="lib" path="/third-party/java/commons/commons-lang3-3.4.jar" sourcepath="/third-party/java/commons/commons-lang3-3.4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5-sources.jar"/>
<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"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.16.jar"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.18.jar"/>
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/xalan/xalan-2.7.2.jar"/>
<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"/>
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/cssparser/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prebuilt_jar(name = 'cssparser',
binary_jar = 'cssparser-0.9.16.jar',
source_jar = 'cssparser-0.9.16-sources.jar',
binary_jar = 'cssparser-0.9.18.jar',
source_jar = 'cssparser-0.9.18-sources.jar',
deps = [
'//third_party/java/css:sac',
],
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/cssparser/build.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
java_library(name = "cssparser",
deps = [
"cssparser-0.9.16.jar",
"cssparser-0.9.18.jar",
"//third_party/java/css:sac"
])
Binary file not shown.
Binary file removed third_party/java/cssparser/cssparser-0.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/cssparser/cssparser-0.9.18.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/htmlunit/BUCK
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
prebuilt_jar(name = 'htmlunit-driver',
binary_jar = 'selenium-htmlunit-driver-2.52.0.jar',
binary_jar = 'htmlunit-driver-2.20.0-SNAPSHOT.jar',
deps = [
':htmlunit',
],
visibility = ['PUBLIC'],
)

prebuilt_jar(name = 'htmlunit',
binary_jar = 'htmlunit-2.18.jar',
source_jar = 'htmlunit-2.18-sources.jar',
binary_jar = 'htmlunit-2.20.jar',
source_jar = 'htmlunit-2.20-sources.jar',
deps = [
':js-core',
'//third_party/java/httpcomponents:httpclient',
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/htmlunit/build.desc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
java_library(name = "htmlunit",
deps = [
"selenium-htmlunit-driver-2.52.0.jar",
"htmlunit-2.18.jar",
"htmlunit-driver-2.20.0-SNAPSHOT.jar",
"htmlunit-2.20.jar",
"htmlunit-core-js-2.17.jar",
"//third_party/java/commons:commons-lang",
"//third_party/java/commons-collections",
Expand Down
Binary file removed third_party/java/htmlunit/htmlunit-2.18-sources.jar
Binary file not shown.
Binary file removed third_party/java/htmlunit/htmlunit-2.18.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/htmlunit/htmlunit-2.20.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions third_party/java/websocket/BUCK
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
prebuilt_jar(
name = 'websocket-api',
maven_coords = 'org.eclipse.jetty.websocket:websocket-api:jar:9.2.13.v20150730',
binary_jar = 'websocket-api-9.2.13.v20150730.jar',
source_jar = 'websocket-api-9.2.13.v20150730-sources.jar',
maven_coords = 'org.eclipse.jetty.websocket:websocket-api:jar:9.2.15.v20160210',
binary_jar = 'websocket-api-9.2.15.v20160210.jar',
source_jar = 'websocket-api-9.2.15.v20160210-sources.jar',
)

prebuilt_jar(
name = 'websocket-client',
maven_coords = 'org.eclipse.jetty.websocket:websocket-client:jar:9.2.13.v20150730',
binary_jar = 'websocket-client-9.2.13.v20150730.jar',
source_jar = 'websocket-client-9.2.13.v20150730-sources.jar',
maven_coords = 'org.eclipse.jetty.websocket:websocket-client:jar:9.2.15.v20160210',
binary_jar = 'websocket-client-9.2.15.v20160210.jar',
source_jar = 'websocket-client-9.2.15.v20160210-sources.jar',
deps = [
':websocket-common',
'//third_party/java/jetty:jetty-io',
Expand All @@ -22,9 +22,9 @@ prebuilt_jar(

prebuilt_jar(
name = 'websocket-common',
maven_coords = 'org.eclipse.jetty.websocket:websocket-common:jar:9.2.13.v20150730',
binary_jar = 'websocket-common-9.2.13.v20150730.jar',
source_jar = 'websocket-common-9.2.13.v20150730-sources.jar',
maven_coords = 'org.eclipse.jetty.websocket:websocket-common:jar:9.2.15.v20160210',
binary_jar = 'websocket-common-9.2.15.v20160210.jar',
source_jar = 'websocket-common-9.2.15.v20160210-sources.jar',
deps = [
':websocket-api',
'//third_party/java/jetty:jetty-io',
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/websocket/build.desc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
java_library(
name = "websocket-client",
deps = [
"websocket-api-9.2.13.v20150730.jar",
"websocket-client-9.2.13.v20150730.jar",
"websocket-common-9.2.13.v20150730.jar",
"websocket-api-9.2.15.v20160210.jar",
"websocket-client-9.2.15.v20160210.jar",
"websocket-common-9.2.15.v20160210.jar",
"//third_party/java/jetty",
])

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit eeecc29

Please sign in to comment.