Updates Eclipse classpathx
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/98a4e1e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/98a4e1e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/98a4e1e9 Branch: refs/heads/master Commit: 98a4e1e921b77da5c481b5f42e28cca4b4bb2257 Parents: cf5a4e5 Author: Yuri Zelikov <[email protected]> Authored: Fri Jan 17 21:34:53 2014 +0200 Committer: Yuri Zelikov <[email protected]> Committed: Fri Jan 17 22:40:16 2014 +0200 ---------------------------------------------------------------------- .classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/98a4e1e9/.classpath ---------------------------------------------------------------------- diff --git a/.classpath b/.classpath index ee8c825..8ac1f3a 100644 --- a/.classpath +++ b/.classpath @@ -35,7 +35,6 @@ <classpathentry kind="lib" path="third_party/runtime/jsr305/jsr305-src.jar"/> <classpathentry kind="lib" path="third_party/runtime/jsr305/jsr305.jar"/> <classpathentry kind="lib" path="third_party/runtime/libidn/libidn-1.26.jar"/> - <classpathentry kind="lib" path="third_party/runtime/mongo-driver/mongo-2.1.jar" sourcepath="third_party/runtime/mongo-driver/mongo-java-driver-r2.1-0-src.zip"/> <classpathentry kind="lib" path="third_party/runtime/oauth/oauth-common.jar" sourcepath="third_party/runtime/oauth/oauth-common-src.jar"/> <classpathentry kind="lib" path="third_party/runtime/oauth/oauth-consumer.jar" sourcepath="third_party/runtime/oauth/oauth-consumer-src.jar"/> <classpathentry kind="lib" path="third_party/runtime/oauth/oauth-provider.jar" sourcepath="third_party/runtime/oauth/oauth-provider-src.jar"/> @@ -62,6 +61,7 @@ <classpathentry kind="lib" path="third_party/test/jmock/jmock-2.6.0.jar"/> <classpathentry kind="lib" path="third_party/test/jmock/jmock-junit3-2.6.0.jar"/> <classpathentry kind="lib" path="third_party/test/mockito/mockito-all-1.9.5.jar"/> + <classpathentry kind="lib" path="third_party/runtime/mongo-driver/mongo-java-driver-2.11.2.jar"/> <classpathentry kind="lib" path="third_party/runtime/gson/gson-2.2.4.jar"/> <classpathentry kind="lib" path="third_party/runtime/guava/guava-15.0.jar"/> <classpathentry kind="lib" path="third_party/runtime/guava/guava-gwt-15.0.jar"/>
