diff options
author | Pacien TRAN-GIRARD | 2014-02-27 14:53:05 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-27 14:53:05 +0100 |
commit | bd639caa0bbf010c415d197b93d0f30a6cb8f1e4 (patch) | |
tree | eafea054e5ad11d826b0d64fc46b5352f8f0098a /.classpath | |
parent | be54bc04446494c5c87a020a7e51e51a76613551 (diff) | |
download | esieequest-bd639caa0bbf010c415d197b93d0f30a6cb8f1e4.tar.gz |
Code refactoring to match MVC
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |