diff options
author | acolyer <acolyer> | 2003-04-29 10:40:20 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-04-29 10:40:20 +0000 |
commit | e59ad2dcee6e3ddc54dbf162079e311f9465d737 (patch) | |
tree | 3ce1b85c7d669203369f8b8b87dc71e23e791b3e /tests/junitModules.xml | |
parent | ab1fa13080066b2d729bde837cc73bf501661cf5 (diff) | |
download | aspectj-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.xml | 2 |
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" /> |