From: Carsten W. <ca...@us...> - 2011-11-18 16:38:13
|
Update of /cvsroot/jake2/jake2 In directory vz-cvs-3.sog:/tmp/cvs-serv5550 Modified Files: build.xml Log Message: copy new lib/jl1.0.1.jar to dist/lib for jar signing Index: build.xml =================================================================== RCS file: /cvsroot/jake2/jake2/build.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** build.xml 26 Jul 2011 08:27:34 -0000 1.40 --- build.xml 18 Nov 2011 16:38:11 -0000 1.41 *************** *** 72,75 **** --- 72,78 ---- <target name="copy"> <copy todir="${dist}/lib"> + <fileset dir="lib"> + <include name="*.jar"/> + </fileset> <fileset dir="lib/jogl"> <include name="*.jar"/> *************** *** 313,315 **** </delete> </target> ! </project> \ No newline at end of file --- 316,318 ---- </delete> </target> ! </project> |