diff options
author | wisberg <wisberg> | 2005-05-11 09:33:34 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-11 09:33:34 +0000 |
commit | 21dda4b6e9e0111c53881bcfedc9833d63fee5a6 (patch) | |
tree | 439dce528aba878a8605c92540466d2feb37f496 /loadtime5/build.xml | |
parent | 7679c0851b89ffba34b5ec9d3b05511dcdc85d9c (diff) | |
download | aspectj-21dda4b6e9e0111c53881bcfedc9833d63fee5a6.tar.gz aspectj-21dda4b6e9e0111c53881bcfedc9833d63fee5a6.zip |
src -> java5-src; note test target runs AsmModuleTests, not Loadtime5ModuleTests - prior bug. See newbuild.xml.
Diffstat (limited to 'loadtime5/build.xml')
-rw-r--r-- | loadtime5/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loadtime5/build.xml b/loadtime5/build.xml index 97a1e2d99..41c07c1f1 100644 --- a/loadtime5/build.xml +++ b/loadtime5/build.xml @@ -28,7 +28,7 @@ <!-- FIXME: we override compile due to use of 1.5 --> <mkdir dir="${basedir}/bin"/> <javac debug="on" destdir="${basedir}/bin" source="1.5" target="1.5"> - <src path="${basedir}/src"/> + <src path="${basedir}/java5-src"/> <classpath refid="loadtime5.src.path"/> </javac> </target> |