transcendental-lisp/.classpath

32 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-12-07 16:38:26 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2017-03-15 13:37:39 -04:00
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="test">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2016-12-07 16:38:26 -05:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
2017-03-15 13:37:39 -04:00
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
2016-12-07 16:38:26 -05:00
</attributes>
</classpathentry>
2018-03-07 19:25:05 -05:00
<classpathentry excluding="**" kind="src" output="target/classes" path="lisp/lang">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2017-03-15 13:37:39 -04:00
<classpathentry kind="output" path="target/classes"/>
2016-12-07 16:38:26 -05:00
</classpath>