[Jarspy-commits] CVS: JarSpy build.xml,1.25,1.26
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2003-03-27 00:12:51
|
Update of /cvsroot/jarspy/JarSpy
In directory sc8-pr-cvs1:/tmp/cvs-serv4405
Modified Files:
build.xml
Log Message:
*** empty log message ***
Index: build.xml
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** build.xml 26 Mar 2003 23:54:25 -0000 1.25
--- build.xml 27 Mar 2003 00:12:48 -0000 1.26
***************
*** 150,155 ****
</target>
! <target name="masterbuild" depends="clean,checkout,jar"
description="Cruise control master build"/>
--- 150,159 ----
</target>
! <target name="masterbuild" depends="clean,checkout,jar,tag"
description="Cruise control master build"/>
+
+ <target name="tag" description="Tag the CVS repository with this CC build label">
+ <cvs cvsroot=":ext:br...@cv...:/cvsroot/jarspy" command="tag ${label}"/>
+ </target>
|