diff options
author | Pacien TRAN-GIRARD | 2014-02-08 14:44:29 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-08 14:44:29 +0100 |
commit | f9280ac8867ae43211a77f51877936f2fe3f3b61 (patch) | |
tree | 68c829890ab338801c68c12a1b19b6c9a35f761e /.classpath | |
parent | b6f120fcb6d54f3d2f3e856407c4c96d0770d54f (diff) | |
download | esieequest-f9280ac8867ae43211a77f51877936f2fe3f3b61.tar.gz |
Restructure project for Eclipse
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb565a5 --- /dev/null +++ b/.classpath | |||
@@ -0,0 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <classpath> | ||
3 | <classpathentry kind="src" path="src"/> | ||
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="output" path="bin"/> | ||
6 | </classpath> | ||