]> source.dussan.org Git - aspectj.git/commitdiff
Bug 150487 "Tracing and Logging Framework" (skip commons.jar)
authormwebster <mwebster>
Thu, 20 Jul 2006 21:08:34 +0000 (21:08 +0000)
committermwebster <mwebster>
Thu, 20 Jul 2006 21:08:34 +0000 (21:08 +0000)
build/build.xml

index d1456e5b1d662d0ea5039d0a4c33f40fff4c0160..e1e9673b68b3595e922f6256b35311ccc88ff326 100644 (file)
                                <!-- 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>