aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-04-02 23:03:42 +0000
committerwisberg <wisberg>2003-04-02 23:03:42 +0000
commitb8ccafa3158101aee6baa74a376c1cccaab28b90 (patch)
tree7d957b3fa590517b7008b83c2f236c424d796d92 /testing-drivers
parente3ad8bbd021d8949bc2c45a2e1749cb1d720a195 (diff)
downloadaspectj-b8ccafa3158101aee6baa74a376c1cccaab28b90.tar.gz
aspectj-b8ccafa3158101aee6baa74a376c1cccaab28b90.zip
removed unused dependency on jdt
Diffstat (limited to 'testing-drivers')
-rw-r--r--testing-drivers/.classpath3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing-drivers/.classpath b/testing-drivers/.classpath
index 4e26b55a7..c3e1a47e6 100644
--- a/testing-drivers/.classpath
+++ b/testing-drivers/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="src" path="/weaver"/>
<classpathentry kind="src" path="/testing"/>
@@ -12,6 +12,5 @@
<classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
<classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
<classpathentry kind="src" path="/asm"/>
- <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>