aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2006-09-24 16:14:30 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2006-09-24 16:14:30 +0000
commit07546c895e8e4beb7437ebdd64240eb6c6dc0bbe (patch)
tree5aa42bc26021de85c646c0a7d4ab2e9087264f4d /.classpath
parenta6b8d6d854567d2a36951702f50e64d0da7db5be (diff)
downloadtestng-07546c895e8e4beb7437ebdd64240eb6c6dc0bbe.tar.gz
JDK 1.4 tests for annotation transformers (don't work because the finders are static)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 1cfa6dae..7e402b9b 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="test/src"/>
- <classpathentry kind="src" path="src/jdk15"/>
+ <classpathentry kind="src" path="test-14/src"/>
+ <classpathentry kind="src" path="src/jdk14"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="3rdparty/junit.jar"/>
<classpathentry kind="lib" path="3rdparty/qdox-1.5.jar"/>