diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-25 19:00:37 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-25 19:00:37 +0100 |
commit | 242a22849402a13e585fada9d055a85f1c6d1ee8 (patch) | |
tree | 65e5cec25cd31cf85d4e6cc2588cffa8dfbda1c3 /id/templates/.classpath | |
parent | e1a7da578e195a59f4981bc56a9b8c615f1e69d2 (diff) | |
download | moa-id-spss-242a22849402a13e585fada9d055a85f1c6d1ee8.tar.gz moa-id-spss-242a22849402a13e585fada9d055a85f1c6d1ee8.tar.bz2 moa-id-spss-242a22849402a13e585fada9d055a85f1c6d1ee8.zip |
test
Diffstat (limited to 'id/templates/.classpath')
-rw-r--r-- | id/templates/.classpath | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/id/templates/.classpath b/id/templates/.classpath index 767a2a2de..45d7a5bb5 100644 --- a/id/templates/.classpath +++ b/id/templates/.classpath @@ -1,27 +1,27 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <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/test-classes" path="src/test/java">
- <attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
- <attributes>
- <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"/>
- <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <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/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> + <attributes> + <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"/> + <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="target/classes"/> +</classpath> |