diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-11-15 19:16:25 +0000 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-11-15 19:16:25 +0000 |
commit | 12ebe6f6375e7db31ba1bb2eba5e3b28b51c7a19 (patch) | |
tree | e4ed8c2617550db031d8cf94cdc52d71ac972cab /.classpath | |
parent | d0aca8c4035a59bdb562650a4a8d6efbcf55f2ca (diff) |
Added GUIHandlers file for extracted handlers, started removing parent class references from genes
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/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> |