[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sun Nov 25 08:12:07 EST 2007


  User: pmuir   
  Date: 07/11/25 08:12:07

  Modified:    jboss-seam  build.xml
  Log:
  JBSEAM-2293 - nested conversations example - thanks to Jacob Orshalick
  
  Revision  Changes    Path
  1.305     +3 -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.304
  retrieving revision 1.305
  diff -u -b -r1.304 -r1.305
  --- build.xml	18 Nov 2007 20:00:55 -0000	1.304
  +++ build.xml	25 Nov 2007 13:12:06 -0000	1.305
  @@ -317,6 +317,7 @@
   		<cleanexample name="seamdiscs" />
   		<cleanexample name="icefaces" />
   		<cleanexample name="seambay" />
  +		<cleanexample name="nestedbooking" />
   	</target>
   
   	<target name="undeployall" description="Undeploy all examples">
  @@ -346,6 +347,7 @@
   		<undeployexample name="seamdiscs" />
   		<undeployexample name="icefaces" />
   		<undeployexample name="seambay" />
  +		<undeployexample name="nestedbooking" />
   	</target>
   
   	<target name="deploypresentation" depends="build" description="Deploy the examples used in Seam presentations">
  @@ -480,6 +482,7 @@
   				<include name="wiki/**/*" />
   				<!--<include name="portal/**/*" />-->
   				<include name="drools/**/*" />
  +				<include name="nestedbooking/**/*" />
   				<include name="remoting/chatroom/**/*" />
   				<include name="remoting/helloworld/**/*" />
   				<include name="remoting/progressbar/**/*" />
  
  
  



More information about the jboss-cvs-commits mailing list