aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-10-01 11:39:08 -0700
committerCedric Beust <cedric@beust.com>2010-10-01 11:39:08 -0700
commite946500b81f8e75b091f7b47fe14ae5cdcd21da2 (patch)
treea61fc056a9624e8de3cf834ddbc810d2d833df1c /.classpath
parent70b17eba2c45ebbe613bf7d45a31b719c45f28c3 (diff)
downloadtestng-e946500b81f8e75b091f7b47fe14ae5cdcd21da2.tar.gz
Added .classpath
Diffstat (limited to '.classpath')
-rw-r--r--.classpath15
1 files changed, 15 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 00000000..83bcd79f
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
+ <classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
+ <classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/>
+ <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
+ <classpathentry kind="lib" path="lib/guice-2.0.jar"/>
+ <classpathentry kind="lib" path="lib/jcommander-1.7.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jbus"/>
+ <classpathentry kind="lib" path="lib/snakeyaml-1.6.jar"/>
+ <classpathentry kind="output" path="eclipse-build"/>
+</classpath>