0e21c0e594
- updated classpath references to existing versions of the libraries. - Java version upgraded to 7 as some Java 7 specific features are used. - corrected references to old project name (grefine-all) in the launch script
9 lines
471 B
XML
9 lines
471 B
XML
<?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/JavaSE-1.6"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/grefine"/>
|
|
<classpathentry kind="lib" path="module/MOD-INF/lib/jython-standalone-2.7.0.jar"/>
|
|
<classpathentry kind="output" path="module/MOD-INF/classes"/>
|
|
</classpath>
|