From: Bryan T. <tho...@us...> - 2008-10-08 13:11:38
|
Update of /cvsroot/cweb/lgpl-utils In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1008 Modified Files: build.xml Log Message: bug fix to the ant script for building the jar. Index: build.xml =================================================================== RCS file: /cvsroot/cweb/lgpl-utils/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 2 Oct 2008 16:51:36 -0000 1.1 --- build.xml 8 Oct 2008 12:46:14 -0000 1.2 *************** *** 32,36 **** </javac> <!-- copy resources. --> ! <copy toDir="${build.dir}/classes"> <fileset dir="src/java"> <exclude name="**/*.java"/> --- 32,36 ---- </javac> <!-- copy resources. --> ! <copy toDir="${build.dir}"> <fileset dir="src/java"> <exclude name="**/*.java"/> |