diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 18:30:38 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 18:30:38 +0100 |
commit | eb2b5a828f25dd52e1e8a74600e321f69dd87c9a (patch) | |
tree | 3f570eacc9acfa3b43aecf566ddcc589ec1fe566 /id/server/mw-messages-api/.classpath | |
parent | dbc6bd6c792519467c490e536ff6f1af5175a796 (diff) | |
download | moa-id-spss-eb2b5a828f25dd52e1e8a74600e321f69dd87c9a.tar.gz moa-id-spss-eb2b5a828f25dd52e1e8a74600e321f69dd87c9a.tar.bz2 moa-id-spss-eb2b5a828f25dd52e1e8a74600e321f69dd87c9a.zip |
mw-messages-api
Diffstat (limited to 'id/server/mw-messages-api/.classpath')
-rw-r--r-- | id/server/mw-messages-api/.classpath | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/id/server/mw-messages-api/.classpath b/id/server/mw-messages-api/.classpath new file mode 100644 index 000000000..8b5a9fa96 --- /dev/null +++ b/id/server/mw-messages-api/.classpath @@ -0,0 +1,32 @@ +<?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 excluding="**" kind="src" output="target/classes" path="src/main/resources"> + <attributes> + <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.nondependency" value=""/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="target/classes"/> +</classpath> |