aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2009-11-02 18:57:01 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2009-11-02 18:57:01 +0000
commit6006c867e4ea4519af6c460732013c8d75c7af5b (patch)
tree8d028980dd363f55c302186cb1b725eda3755664 /.classpath
parent88b729941901c8458567fdb44a1a67e510391207 (diff)
downloadtestng-6006c867e4ea4519af6c460732013c8d75c7af5b.tar.gz
Fixed: Inner test classes were not excluded properly (Carsten Gubernator)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath5
1 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 5bc35ea3..bdd0247b 100644
--- a/.classpath
+++ b/.classpath
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
- <classpathentry kind="src" path="examples/src"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="src" path="src/jdk15"/>
<classpathentry kind="src" path="resources"/>
@@ -10,7 +9,9 @@
<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"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="lib" path="/home/cbeust/java/jdk1.5.0_09/jdk1.5.0/lib/tools.jar"/>
<classpathentry kind="output" path="z_build"/>
</classpath>