aboutsummaryrefslogtreecommitdiffstats
path: root/tests/junitModules.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-04-29 10:40:20 +0000
committeracolyer <acolyer>2003-04-29 10:40:20 +0000
commite59ad2dcee6e3ddc54dbf162079e311f9465d737 (patch)
tree3ce1b85c7d669203369f8b8b87dc71e23e791b3e /tests/junitModules.xml
parentab1fa13080066b2d729bde837cc73bf501661cf5 (diff)
downloadaspectj-e59ad2dcee6e3ddc54dbf162079e311f9465d737.tar.gz
aspectj-e59ad2dcee6e3ddc54dbf162079e311f9465d737.zip
With the restructure of the org.eclipse.jdt.core project, it no
longer has a bin dir. Updated the classpath to include jdtcore-for-aspectj.jar instead.
Diffstat (limited to 'tests/junitModules.xml')
-rw-r--r--tests/junitModules.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junitModules.xml b/tests/junitModules.xml
index c432f64c5..db897ebf9 100644
--- a/tests/junitModules.xml
+++ b/tests/junitModules.xml
@@ -147,7 +147,7 @@
<pathelement location="${modules.dir}/bridge/bin" />
<pathelement location="${modules.dir}/build/bin" />
<pathelement location="${modules.dir}/org.aspectj.ajdt.core/bin" />
- <pathelement location="${modules.dir}/org.eclipse.jdt.core/bin" />
+ <pathelement location="${modules.dir}/org.eclipse.jdt.core/jdtcore-for-aspectj.jar" />
<pathelement location="${modules.dir}/runtime/bin" />
<pathelement location="${modules.dir}/taskdefs/bin" />
<pathelement location="${modules.dir}/testing/bin" />