diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-24 12:44:04 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-24 12:44:04 +0100 |
commit | 6082309160b1bb2b0c6729a8d3bdab4fdea20140 (patch) | |
tree | d359bd27575272813e06967d8f7af05207f63c49 /id/templates/.classpath | |
parent | ce9135079031d7717ae75730293b77329f314698 (diff) | |
download | moa-id-spss-6082309160b1bb2b0c6729a8d3bdab4fdea20140.tar.gz moa-id-spss-6082309160b1bb2b0c6729a8d3bdab4fdea20140.tar.bz2 moa-id-spss-6082309160b1bb2b0c6729a8d3bdab4fdea20140.zip |
remove project "moa-id-template"
Diffstat (limited to 'id/templates/.classpath')
-rw-r--r-- | id/templates/.classpath | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/id/templates/.classpath b/id/templates/.classpath deleted file mode 100644 index 767a2a2de..000000000 --- a/id/templates/.classpath +++ /dev/null @@ -1,27 +0,0 @@ -<?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>
|