mirror of
https://github.com/JHUAPL/DistMaker.git
synced 2026-01-09 20:48:04 -05:00
[1] Updated to Java version 11. [2] Updated to Python 3.6. [3] Updated Glum library version 2.0.0-RC3. [4] Updated Launch4J to version 3.14. [5] Updated DistMaker build scripts.
20 lines
903 B
XML
20 lines
903 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="script"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
|
|
<classpathentry kind="lib" path="lib/guava-18.0.jar" sourcepath="lib/guava-18.0-sources.jar">
|
|
<attributes>
|
|
<attribute name="module" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="lib/commons-compress-1.15.jar" sourcepath="lib/commons-compress-1.15-sources.jar">
|
|
<attributes>
|
|
<attribute name="module" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="lib/miglayout-3.7.2-swing.jar"/>
|
|
<classpathentry kind="lib" path="lib/glum-2.0.0-RC3.jar" sourcepath="lib/glum-2.0.0-RC3-src.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|