aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-10-04 15:10:21 -0700
committerCedric Beust <cedric@beust.com>2010-10-04 15:10:21 -0700
commite149bc9ab11aa07ae7e334c5c4a0fe766209a2fb (patch)
treeb42625a3d27b453ec3e4502c17a8c807ec9eb039 /.classpath
parentb66810c46f3a5cafdb99196d6ed41d7a53bd28d0 (diff)
downloadtestng-e149bc9ab11aa07ae7e334c5c4a0fe766209a2fb.tar.gz
Added .classpath.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath14
1 files changed, 14 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 00000000..c94733cc
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,14 @@
+<?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/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/jbus-0-4.jar"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
+ <classpathentry kind="lib" path="lib/jcommander-1.10.jar"/>
+ <classpathentry kind="output" path="eclipse-build"/>
+</classpath>