aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-03 19:27:27 +0100
committerPacien TRAN-GIRARD2014-03-03 19:27:27 +0100
commit12a0686cb3fa183aa8e4829ad4cab25798bc7cf5 (patch)
treef9388e4b064d2b60a68171e1e0e57c1ffb404500 /.classpath
parentc5d0945eb63c0a7537ba85ba088f33639f703520 (diff)
downloadesieequest-12a0686cb3fa183aa8e4829ad4cab25798bc7cf5.tar.gz
Add web interface and clean project dir
Diffstat (limited to '.classpath')
-rw-r--r--.classpath5
1 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 32d0130..8836eed 100644
--- a/.classpath
+++ b/.classpath
@@ -2,6 +2,7 @@
2<classpath> 2<classpath>
3 <classpathentry kind="src" path="src"/> 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="res"/> 4 <classpathentry kind="src" path="res"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6 <classpathentry kind="output" path="bin"/> 6 <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
7 <classpathentry kind="output" path="war/WEB-INF/classes"/>
7</classpath> 8</classpath>