[Bprocessor-commit] gl build.xml,1.9,1.10
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2011-12-21 12:55:09
|
Update of /cvsroot/bprocessor/gl In directory vz-cvs-4.sog:/tmp/cvs-serv21735 Modified Files: build.xml Log Message: removed the checkstyle clause from the build file Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build.xml 17 Dec 2010 12:16:37 -0000 1.9 --- build.xml 21 Dec 2011 12:55:06 -0000 1.10 *************** *** 131,135 **** </target> ! <target name="dist" depends="checkstyle,jar"> </target> --- 131,135 ---- </target> ! <target name="dist" depends="jar"> </target> |