diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-10-18 15:37:01 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-10-18 15:37:01 +0200 |
commit | faa29b3bc881d392419e76f084cce9275e1ad548 (patch) | |
tree | 97a36d95213b8257f30c980348ba5e6405f2bd26 /.classpath | |
parent | 4f26361eb08aa09334d1eea0a124110c20d809ce (diff) | |
parent | 771567428c0ae79e17b2ec42c4ad00853ffb2941 (diff) |
Merge remote-tracking branch 'origin/gui'
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> |