aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-08-08 13:05:45 +0000
committeracolyer <acolyer>2003-08-08 13:05:45 +0000
commit2a3bba0a02528777cdc9bc1eab6f7e3256991894 (patch)
treeb263a9bc79c0c262e3d6ee0901913fa3093e6bc9 /tests
parentfaddf2049048b1c5933a07197371738d36cf76fa (diff)
downloadaspectj-2a3bba0a02528777cdc9bc1eab6f7e3256991894.tar.gz
aspectj-2a3bba0a02528777cdc9bc1eab6f7e3256991894.zip
switch to using test.classpath rather than bin.classpath - works outside of eclipse
Diffstat (limited to 'tests')
-rw-r--r--tests/junitModules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/junitModules.xml b/tests/junitModules.xml
index ec7235c8b..fe4e7fc6d 100644
--- a/tests/junitModules.xml
+++ b/tests/junitModules.xml
@@ -436,7 +436,7 @@
<target name="ajc-tests" depends="init-taskdefs">
<mkdir dir="${junitModules.output.dir}/ajc"/>
<java classname="org.aspectj.testing.drivers.Harness"
- classpathref="bin.classpath"
+ classpathref="test.classpath"
output="${ajc.tests.output.file}"
fork="true">
<arg value="-cruisecontrol"/>
@@ -448,7 +448,7 @@
<mkdir dir="${junitModules.output.dir}/ajc"/>
<copy file="${ajc.tests.xml.file}" tofile="${ajc.tests.emacssym.xml.file}"/>
<java classname="org.aspectj.testing.drivers.Harness"
- classpathref="bin.classpath"
+ classpathref="test.classpath"
output="${ajc.tests.emacssym.output.file}"
fork="true">
<arg value="-cruisecontrol"/>