diff options
author | Mark Raynsford <[email protected]> | 2012-12-02 22:46:30 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2012-12-02 22:46:30 +0000 |
commit | 76da2b16bcb7b760660a9cf91cf6457acf526a6b (patch) | |
tree | 42d9e13ec8fc24a84a70e80b67153b7ba3834aec /maven/jp4da/jp4da-core/.classpath | |
parent | f24ce52d7fa62072df918b404cac1b090f92fc45 (diff) |
Initial jp4da setup
Diffstat (limited to 'maven/jp4da/jp4da-core/.classpath')
-rw-r--r-- | maven/jp4da/jp4da-core/.classpath | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/maven/jp4da/jp4da-core/.classpath b/maven/jp4da/jp4da-core/.classpath new file mode 100644 index 0000000..534b5e5 --- /dev/null +++ b/maven/jp4da/jp4da-core/.classpath @@ -0,0 +1,36 @@ +<?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 excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> + <attributes> + <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/JavaSE-1.6"> + <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"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="target/classes"/> +</classpath> |