Repository: incubator-wave Updated Branches: refs/heads/master 4c0d78ee8 -> 2f2ec5ca8
Added atmosphere to classpath Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/2f2ec5ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/2f2ec5ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/2f2ec5ca Branch: refs/heads/master Commit: 2f2ec5ca8c203489364f949b7a129bb96adb2bdb Parents: 4c0d78e Author: Vicente J. Ruiz Jurado <[email protected]> Authored: Wed Apr 23 16:57:41 2014 +0200 Committer: Vicente J. Ruiz Jurado <[email protected]> Committed: Wed Apr 23 16:57:41 2014 +0200 ---------------------------------------------------------------------- .classpath | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2f2ec5ca/.classpath ---------------------------------------------------------------------- diff --git a/.classpath b/.classpath index 13b243f..ea8d06a 100644 --- a/.classpath +++ b/.classpath @@ -86,5 +86,9 @@ <classpathentry kind="lib" path="third_party/runtime/gwt-initials-avatars-shared-1.0-20140324.102812-16.jar"/> <classpathentry kind="lib" path="third_party/runtime/gwt-initials-avatars-shared-1.0-20140324.102812-16-sources.jar"/> <classpathentry kind="lib" path="third_party/runtime/gwt-initials-avatars-server-1.0-20140324.102825-10.jar"/> + <classpathentry kind="lib" path="third_party/runtime/atmosphere-guice-0.8.3.jar"/> + <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="output" path="bin"/> </classpath>
