Update of /cvsroot/pfc-prolog/prolix
In directory sc8-pr-cvs1:/tmp/cvs-serv18714
Modified Files:
build.xml
Log Message:
FIXED 771494: Added undeploy target to clean all aplication from container
Index: build.xml
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** build.xml 15 Jul 2003 15:59:19 -0000 1.35
--- build.xml 15 Jul 2003 16:06:43 -0000 1.36
***************
*** 504,507 ****
--- 504,510 ----
</target>
+ <target name="undeploy" depends="undeploy-client,undeploy-server">
+ </target>
+
<!-- =================================================================== -->
<!-- Creates the client binary -->
|