WarpPI/.classpath

35 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-07-12 22:26:54 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2018-06-09 19:38:25 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
2016-09-02 20:32:37 +02:00
<attributes>
2017-05-01 21:24:30 +02:00
<attribute name="maven.pomderived" value="true"/>
2016-09-02 20:32:37 +02:00
</attributes>
</classpathentry>
2017-05-01 21:24:30 +02:00
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2016-09-02 20:32:37 +02:00
<attributes>
2018-03-22 20:40:41 +01:00
<attribute name="test" value="true"/>
2017-05-01 21:24:30 +02:00
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
2016-09-02 20:32:37 +02:00
</attributes>
</classpathentry>
2017-05-01 21:24:30 +02:00
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2018-06-09 19:37:34 +02:00
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/jar-specific/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2017-05-01 21:24:30 +02:00
<classpathentry kind="output" path="target/classes"/>
2016-07-12 22:26:54 +02:00
</classpath>