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
8 lines
321 B
XML
8 lines
321 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"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/OpenRefine"/>
|
|
<classpathentry kind="output" path="module/MOD-INF/classes"/>
|
|
</classpath>
|