Repository: incubator-wave Updated Branches: refs/heads/master d88962765 -> 9ea3be1d9
Fixes Eclipse classpath to use GWT 2.6.1 libraries. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/86fe1bd4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/86fe1bd4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/86fe1bd4 Branch: refs/heads/master Commit: 86fe1bd4eb76f4da64a6d6fe60efc12bb851c3e1 Parents: d889627 Author: Yuri Zelikov <[email protected]> Authored: Sat Jun 28 15:32:31 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Sat Jun 28 15:32:31 2014 +0300 ---------------------------------------------------------------------- .classpath | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/86fe1bd4/.classpath ---------------------------------------------------------------------- diff --git a/.classpath b/.classpath index 679bce2..13109c0 100644 --- a/.classpath +++ b/.classpath @@ -76,8 +76,6 @@ <classpathentry kind="lib" path="third_party/test/mockito-all-1.9.5.jar"/> <classpathentry kind="lib" path="third_party/runtime/websocket-api-9.1.1.v20140108.jar"/> <classpathentry kind="lib" path="third_party/runtime/mongo-java-driver-2.11.2.jar"/> - <classpathentry kind="lib" path="third_party/codegen/gwt-dev-2.5.1.jar"/> - <classpathentry kind="lib" path="third_party/codegen/gwt-user-2.5.1.jar"/> <classpathentry kind="lib" path="third_party/codegen/validation-api-1.1.0.Final-sources.jar"/> <classpathentry kind="lib" path="third_party/codegen/validation-api-1.1.0.Final.jar"/> <classpathentry kind="lib" path="third_party/runtime/gwt-initials-avatars-shared-1.0-20140324.102812-16.jar"/> @@ -87,5 +85,8 @@ <classpathentry kind="lib" path="third_party/runtime/atmosphere-runtime-2.1.0.jar"/> <classpathentry kind="lib" path="third_party/runtime/slf4j-api-1.6.1.jar"/> <classpathentry kind="lib" path="third_party/runtime/slf4j-simple-1.6.1.jar"/> + <classpathentry kind="lib" path="third_party/codegen/gwt-codeserver-2.6.1.jar"/> + <classpathentry kind="lib" path="third_party/codegen/gwt-dev-2.6.1.jar"/> + <classpathentry kind="lib" path="third_party/codegen/gwt-user-2.6.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath>
