EvacSim/.classpath

12 lines
467 B
Plaintext
Raw Permalink Normal View History

2019-11-02 17:24:26 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2019-11-03 14:02:05 +00:00
<classpathentry kind="src" path="src"/>
2019-11-02 17:24:26 +00:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2019-11-03 14:57:14 +00:00
<classpathentry kind="lib" path="include/commons-csv-1.7/commons-csv-1.7.jar"/>
2019-11-02 17:24:26 +00:00
<classpathentry kind="output" path="bin"/>
</classpath>