[jboss-cvs] jboss-seam ...
Peter Muir
peter at bleepbleep.org.uk
Tue Oct 9 19:23:22 EDT 2007
User: pmuir
Date: 07/10/09 19:23:22
Modified: jboss-seam build.xml
Log:
Add icefaces example to cleanall and undeployall
Revision Changes Path
1.294 +2 -0 jboss-seam/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -b -r1.293 -r1.294
--- build.xml 9 Oct 2007 15:17:56 -0000 1.293
+++ build.xml 9 Oct 2007 23:23:22 -0000 1.294
@@ -316,6 +316,7 @@
<cleanexample name="quartz" />
<cleanexample name="wiki" />
<cleanexample name="seamdiscs" />
+ <cleanexample name="icefaces" />
</target>
<target name="undeployall" description="Undeploy all examples">
@@ -343,6 +344,7 @@
<undeployexample name="quartz" />
<callExample path="examples/wiki" target="undeploy" />
<undeployexample name="seamdiscs" />
+ <undeployexample name="icefaces" />
</target>
<target name="deploypresentation" depends="build" description="Deploy the examples used in Seam presentations">
More information about the jboss-cvs-commits
mailing list