aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorthe.mindstorm <the.mindstorm@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2007-10-02 12:34:10 +0000
committerthe.mindstorm <the.mindstorm@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2007-10-02 12:34:10 +0000
commit23b9e8b4a0840c9525a984c5e5f97537562a1681 (patch)
treec527ca1d8b2d309c3e237052c5dab0654ea8fe53 /.classpath
parentc349f89e5d082f57c6f4dddc9d5b9d35bfafaeda (diff)
downloadtestng-23b9e8b4a0840c9525a984c5e5f97537562a1681.tar.gz
+ added support for reading Parameters from Sys ENV
+ fixed project classpath
Diffstat (limited to '.classpath')
-rw-r--r--.classpath32
1 files changed, 16 insertions, 16 deletions
diff --git a/.classpath b/.classpath
index 31bc39c5..a7ae434d 100644
--- a/.classpath
+++ b/.classpath
@@ -1,16 +1,16 @@
-<?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="var" path="TOOLS15_LIB"/>
- <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.launching.macosx.MacOSXType/JVM 1.5.0 (MacOS X Default)"/>
- <classpathentry kind="output" path="z_build"/>
-</classpath>
+<?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="var" path="TOOLS15_LIB"/>
+ <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_build"/>
+</classpath>