[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Tue Oct 9 19:24:43 EDT 2007


  User: pmuir   
  Date: 07/10/09 19:24:43

  Modified:    jboss-seam  build.xml
  Log:
  Add seambay example to cleanall and undeployall
  
  Revision  Changes    Path
  1.295     +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.294
  retrieving revision 1.295
  diff -u -b -r1.294 -r1.295
  --- build.xml	9 Oct 2007 23:23:22 -0000	1.294
  +++ build.xml	9 Oct 2007 23:24:43 -0000	1.295
  @@ -317,6 +317,7 @@
   		<cleanexample name="wiki" />
   		<cleanexample name="seamdiscs" />
   		<cleanexample name="icefaces" />
  +		<cleanexample name="seambay" />
   	</target>
   
   	<target name="undeployall" description="Undeploy all examples">
  @@ -345,6 +346,7 @@
   		<callExample path="examples/wiki" target="undeploy" />
   		<undeployexample name="seamdiscs" />
   		<undeployexample name="icefaces" />
  +		<undeployexample name="seambay" />
   	</target>
   
   	<target name="deploypresentation" depends="build" description="Deploy the examples used in Seam presentations">
  
  
  



More information about the jboss-cvs-commits mailing list