[Jarspy-commits] CVS: JarSpy build.xml,1.21,1.22
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-03-26 23:41:58
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv23330 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** build.xml 25 Jan 2003 03:45:59 -0000 1.21 --- build.xml 26 Mar 2003 23:41:54 -0000 1.22 *************** *** 145,147 **** --- 145,155 ---- </target> + <target name="checkout" description="Update package from CVS"> + <cvs cvsroot=":pserver:ano...@cv...:/cvsroot/jarspy" package="JarSpy" dest="."/> + </target> + + <target name="masterbuild" depends="clean,checkout,jar" + description="Cruise control master build"/> + + </project> |