WarpPI/.classpath

33 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-07-12 22:26:54 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2017-05-01 21:24:30 +02:00
<classpathentry kind="src" output="target/classes" path="src/main/java">
2016-07-14 23:07:48 +02:00
<attributes>
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-12-21 23:21:29 +01:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
2016-09-02 20:32:37 +02:00
<attributes>
2017-11-19 12:55:48 +01:00
<attribute name="module" value="true"/>
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 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>
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>
<classpathentry kind="output" path="target/classes"/>
2016-07-12 22:26:54 +02:00
</classpath>