Skip to content

Commit

Permalink
AjayKemparaj: JUnit 4.11 and hamcrest ugrades finally
Browse files Browse the repository at this point in the history
r18173
  • Loading branch information
ajayk committed Nov 17, 2012
1 parent 843b1b4 commit 9fbd6f6
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/hamcrest.xml

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

4 changes: 2 additions & 2 deletions .idea/libraries/junit.xml

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

6 changes: 3 additions & 3 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.10.jar" sourcepath="/third-party/java/junit/junit-dep-4.10-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.1.jar"/>
<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/testng/testng-6.8.jar" sourcepath="/third-party/java/testng/testng-6.8-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-13.0.1.jar" sourcepath="/third-party/java/guava-libraries/guava-13.0.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.10.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.10-sources.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-13.0.1.jar" sourcepath="/third-party/java/guava-libraries/guava-13.0.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpclient-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpclient-4.2.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.2.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.10.jar" sourcepath="/third-party/java/junit/junit-dep-4.10-src.jar"/>
<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/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.8.jar" sourcepath="/third-party/java/testng/testng-6.8-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcprov-jdk15on-147.jar" sourcepath="/third-party/java/bouncycastle/bcprov-jdk15on-147-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-7.6.1.jar" sourcepath="/third-party/java/jetty/jetty-repacked-7.6.1-sources.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.11</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand All @@ -191,7 +191,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/hamcrest/build.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
java_library(name = "hamcrest",
deps = [
"hamcrest-core-1.1.jar",
"hamcrest-library-1.1.jar",
"hamcrest-core-1.3.jar",
"hamcrest-library-1.3.jar",
])
Binary file removed third_party/java/hamcrest/hamcrest-core-1.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/hamcrest/hamcrest-library-1.1.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion third_party/java/junit/build.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
java_library(name = "junit",
deps = [
"junit-dep-4.10.jar",
"junit-dep-4.11.jar",
"//third_party/java/hamcrest",
])
Binary file added third_party/java/junit/junit-4.11-src.jar
Binary file not shown.
Binary file removed third_party/java/junit/junit-dep-4.10-src.jar
Binary file not shown.
Binary file removed third_party/java/junit/junit-dep-4.10.jar
Binary file not shown.
Binary file added third_party/java/junit/junit-dep-4.11.jar
Binary file not shown.

0 comments on commit 9fbd6f6

Please sign in to comment.