aboutsummaryrefslogtreecommitdiff
path: root/.classpath-mac
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-07-10 08:01:17 -0700
committerCedric Beust <cedric@beust.com>2010-07-10 08:01:17 -0700
commitcbd2d0419da17543d4de3ec542191dbd480d8492 (patch)
treeb47f2b9a773bde5597b2d6bdabb65f5407d4da47 /.classpath-mac
parentdc0051b2828ddc734f076f959a1d9d54c322654d (diff)
downloadtestng-cbd2d0419da17543d4de3ec542191dbd480d8492.tar.gz
Updated .classpath files
Diffstat (limited to '.classpath-mac')
-rw-r--r--.classpath-mac20
1 files changed, 8 insertions, 12 deletions
diff --git a/.classpath-mac b/.classpath-mac
index adb19999..d05023c4 100644
--- a/.classpath-mac
+++ b/.classpath-mac
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main"/>
- <classpathentry kind="src" path="test/src"/>
- <classpathentry kind="src" path="src/jdk15"/>
- <classpathentry kind="src" path="resources"/>
- <classpathentry kind="lib" path="3rdparty/junit.jar"/>
- <classpathentry kind="lib" path="3rdparty/bsh-2.0b4.jar"/>
- <classpathentry kind="lib" path="3rdparty/ant-launcher.jar"/>
- <classpathentry kind="lib" path="3rdparty/ant.jar"/>
- <classpathentry kind="lib" path="3rdparty/qdox-1.6.1.jar"/>
- <classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="output" path="z_build2"/>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
+ <classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
+ <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
+ <classpathentry kind="lib" path="lib/guice-2.0.jar"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
+ <classpathentry kind="output" path="z_build"/>
</classpath>