aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-19 14:41:30 +0200
committerPacien TRAN-GIRARD2014-04-19 14:42:52 +0200
commit86d6f56dd14fdb94411a02679b9ad4bd556d8a32 (patch)
tree7f3f287b861f54d523d4643b3a349752c01bec32 /.classpath
parent006daa5c112fd9a5e3bdc38d760ba22b2558651c (diff)
downloadesieequest-86d6f56dd14fdb94411a02679b9ad4bd556d8a32.tar.gz
Refactoring + implement Sides
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 8836eed..9697427 100644
--- a/.classpath
+++ b/.classpath
@@ -4,5 +4,7 @@
4 <classpathentry kind="src" path="res"/> 4 <classpathentry kind="src" path="res"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6 <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/> 6 <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
7 <classpathentry kind="lib" path="lib/guava-16.0.1.jar"/>
8 <classpathentry kind="lib" path="lib/guava-gwt-16.0.1.jar"/>
7 <classpathentry kind="output" path="war/WEB-INF/classes"/> 9 <classpathentry kind="output" path="war/WEB-INF/classes"/>
8</classpath> 10</classpath>