1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: define classpath of build (using properties from
debian/ant.properties)
Author: Damien Raude-Morvan <drazzib@debian.org>
Forwarded: no
Last-Update:2009-10-01
--- a/build.xml
+++ b/build.xml
@@ -166,9 +166,8 @@
</propertyset>
<path id="main.classpath">
- <fileset dir="${main.lib}">
- <include name="*.jar"/>
- </fileset>
+ <pathelement location="${main.commons-logging.jar}"/>
+ <pathelement location="${main.log4j.jar}"/>
</path>
<path id="scratchpad.classpath">
|