diff options
author | mwebster <mwebster> | 2006-07-20 21:08:34 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-07-20 21:08:34 +0000 |
commit | d558b00529bd9f5cdf2b237894a22d7a292d1006 (patch) | |
tree | bed824d299aceab3a7c0ff7b60f14a79d8ac8e79 | |
parent | b724c0dc811aaaeda5930e911945c607e9a7f03e (diff) | |
download | aspectj-d558b00529bd9f5cdf2b237894a22d7a292d1006.tar.gz aspectj-d558b00529bd9f5cdf2b237894a22d7a292d1006.zip |
Bug 150487 "Tracing and Logging Framework" (skip commons.jar)
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index d1456e5b1..e1e9673b6 100644 --- a/build/build.xml +++ b/build/build.xml @@ -301,7 +301,8 @@ <!-- see skipped libraries in Builder.properties --> <pathelement location="${jdk.tools.jar}"/> <pathelement location="${aspectj.modules.lib.dir}/junit/junit.jar"/> - <!-- XML api's used by loadtime, also needed when running under 1.3 per Ant FAQ --> + <fileset dir="${aspectj.modules.lib.dir}/commons" includes="commons.jar"/> + <!-- XML api's used by loadtime, also needed when running under 1.3 per Ant FAQ --> <fileset dir="${aspectj.modules.lib.dir}/ant/lib" includes="ant.jar,ant-junit.jar,xml-apis.jar,xercesImpl.jar"/> </classpath> |