aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2015-01-09 11:39:19 -0800
committerCedric Beust <cedric@beust.com>2015-01-09 11:39:19 -0800
commit9ab590b7fb49025b383ff66acdc9f3503ce905c1 (patch)
tree272564b35f996b59d9521130c6b7b8cfca9c400b /.classpath
parentcf3f9f7f67e95df3e7668a67ffaf00ffdaae1e4b (diff)
downloadtestng-9ab590b7fb49025b383ff66acdc9f3503ce905c1.tar.gz
.classpath/.project
Diffstat (limited to '.classpath')
-rw-r--r--.classpath32
1 files changed, 20 insertions, 12 deletions
diff --git a/.classpath b/.classpath
index b1ac5120..c3efd0d3 100644
--- a/.classpath
+++ b/.classpath
@@ -1,16 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/main/resources"/>
- <classpathentry kind="src" path="src/test/resources"/>
- <classpathentry kind="src" path="src/test/java"/>
+ <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 including="**/*.java" kind="src" path="src/main/resources"/>
+ <classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
+ <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 exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/ant-1.7.0.jar" sourcepath="/Users/cbeust/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0-sources.jar"/>
- <classpathentry kind="lib" path="lib/guice-2.0.jar"/>
- <classpathentry kind="lib" path="lib/jcommander-1.27.jar"/>
- <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
- <classpathentry kind="lib" path="lib/snakeyaml-1.6.jar" sourcepath="/Users/cbeust/.m2/repository/org/yaml/snakeyaml/1.6/snakeyaml-1.6-sources.jar"/>
- <classpathentry kind="lib" path="lib/junit-4.10.jar"/>
- <classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/>
- <classpathentry kind="output" path="eclipse-build"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>