aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2007-02-05 21:33:22 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2007-02-05 21:33:22 +0000
commitd9e0281126d781ed7c16561c00464bd76ce51729 (patch)
tree3d505705705baffd7f4ab580bf374eedd059005b /.classpath
parentf427bd392a84efac43a55c085e39f44f1787d780 (diff)
downloadtestng-d9e0281126d781ed7c16561c00464bd76ce51729.tar.gz
Fixed 1.4 tests (introduced but with latest @Factory(dataProvider) work.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index b76b1429..0d0a21c0 100644
--- a/.classpath
+++ b/.classpath
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
- <classpathentry kind="src" path="src/jdk15"/>
- <classpathentry kind="src" path="test/src"/>
+ <classpathentry kind="src" path="src/jdk14"/>
+ <classpathentry kind="src" path="test-14/src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="3rdparty/junit.jar"/>