aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-06-25 20:18:21 +0200
committerEduardo Pedroni <ep625@york.ac.uk>2014-06-25 20:18:21 +0200
commit771567428c0ae79e17b2ec42c4ad00853ffb2941 (patch)
tree1bbf4b80c4fc2c96cf0808fccea1baca65d114a5 /.classpath
parent2b571f08d091dc062cedbb9816c29dcf0cbd4f12 (diff)
Fixed greek character issue
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 3e0fb27..ed47876 100644
--- a/.classpath
+++ b/.classpath
@@ -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>