diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-06-25 20:18:21 +0200 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-06-25 20:18:21 +0200 |
commit | 771567428c0ae79e17b2ec42c4ad00853ffb2941 (patch) | |
tree | 1bbf4b80c4fc2c96cf0808fccea1baca65d114a5 /.classpath | |
parent | 2b571f08d091dc062cedbb9816c29dcf0cbd4f12 (diff) |
Fixed greek character issue
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="bin"/> </classpath> |