aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-27 14:53:05 +0100
committerPacien TRAN-GIRARD2014-02-27 14:53:05 +0100
commitbd639caa0bbf010c415d197b93d0f30a6cb8f1e4 (patch)
treeeafea054e5ad11d826b0d64fc46b5352f8f0098a /.classpath
parentbe54bc04446494c5c87a020a7e51e51a76613551 (diff)
downloadesieequest-bd639caa0bbf010c415d197b93d0f30a6cb8f1e4.tar.gz
Code refactoring to match MVC
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index fb565a5..32d0130 100644
--- a/.classpath
+++ b/.classpath
@@ -1,6 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
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="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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5 <classpathentry kind="output" path="bin"/> 6 <classpathentry kind="output" path="bin"/>
6</classpath> 7</classpath>