aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2014-11-15 19:16:25 +0000
committerEduardo Pedroni <e.pedroni91@gmail.com>2014-11-15 19:16:25 +0000
commit12ebe6f6375e7db31ba1bb2eba5e3b28b51c7a19 (patch)
treee4ed8c2617550db031d8cf94cdc52d71ac972cab /.classpath
parentd0aca8c4035a59bdb562650a4a8d6efbcf55f2ca (diff)
Added GUIHandlers file for extracted handlers, started removing parent class references from genes
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index ed47876..3e0fb27 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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>