summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 14:37:31 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 14:37:31 +0100
commit535fd87f16167b5d068cbb5879544fbc88014de6 (patch)
tree0a965670df6777e95cbc48fa66522577258eff96 /.classpath
parentdfb32dd8af3f59ad936a4055ed88bbce17105a6b (diff)
Fix Nexus port
Diffstat (limited to '.classpath')
-rw-r--r--.classpath31
1 files changed, 28 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 1aeaddb..347299e 100644
--- a/.classpath
+++ b/.classpath
@@ -1,7 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**" including="**/*.java" kind="src" output="target/classes" path="src/main/resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
+ <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/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"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/cristal-xmldb"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>