[Bprocessor-commit] gl build.xml,1.6,1.7
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-08 09:25:49
|
Update of /cvsroot/bprocessor/gl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27433 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 2 Jan 2007 17:27:07 -0000 1.6 --- build.xml 8 Dec 2010 09:25:39 -0000 1.7 *************** *** 132,148 **** <target name="dist" depends="checkstyle,jar"> - <copy todir="${basedir}/../build/dist/plugin"> - <fileset dir="${dist.dir}"> - <include name="**/*"/> - </fileset> - </copy> - </target> - - <target name="fast" depends="jar"> - <copy todir="${basedir}/../build/dist/plugin"> - <fileset dir="${dist.dir}"> - <include name="**/*"/> - </fileset> - </copy> </target> --- 132,135 ---- |