Update of /cvsroot/jarspy/JarSpy
In directory sc8-pr-cvs1:/tmp/cvs-serv18382
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** build.xml 27 Mar 2003 00:14:44 -0000 1.27
--- build.xml 27 Mar 2003 03:30:20 -0000 1.28
***************
*** 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>
</project>
--- 150,155 ----
</target>
! <target name="masterbuild" depends="clean,checkout,jar"
description="Cruise control master build"/>
</project>
|