[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 19:48:43 EDT 2007


  User: pmuir   
  Date: 07/07/14 19:48:43

  Modified:    jboss-seam  build.xml
  Log:
  Move seamdiscs example, upgrade it to Trinidad 1.2.1
  
  Revision  Changes    Path
  1.247     +5 -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.246
  retrieving revision 1.247
  diff -u -b -r1.246 -r1.247
  --- build.xml	14 Jul 2007 22:53:24 -0000	1.246
  +++ build.xml	14 Jul 2007 23:48:43 -0000	1.247
  @@ -669,6 +669,7 @@
   		<ant dir="examples/groovybooking" target="clean" inheritall="false" />
   		<ant dir="examples/quartz" target="clean" inheritall="false" />
   		<ant dir="examples/wiki" target="clean" inheritall="false" />
  +		<ant dir="examples/seamdiscs" target="clean" inheritall="false" />
   	</target>
   
   	<target name="undeployall" description="Undeploy all examples">
  @@ -696,6 +697,7 @@
   		<ant dir="examples/groovybooking" target="undeploy" inheritall="false" />
   		<ant dir="examples/quartz" target="undeploy" inheritall="false" />
   		<ant dir="examples/wiki" target="undeploy" inheritall="false" />
  +		<ant dir="examples/seamdiscs" target="undeploy" inheritall="false" />
   
   		<!-- Unexplode from JBoss -->
   		<ant dir="examples/booking" target="unexplode" inheritall="false" />
  @@ -719,6 +721,7 @@
   		<ant dir="examples/remoting/gwt" target="unexplode" inheritall="false" />
   		<ant dir="examples/groovybooking" target="unexplode" inheritall="false" />
   		<ant dir="examples/quartz" target="unexplode" inheritall="false" />
  +		<ant dir="examples/seamdiscs" target="unexplode" inheritall="false" />
   
   		<!-- Undeploy from Tomcat -->
   		<ant dir="examples/booking" target="tomcat.undeploy" inheritall="false" />
  @@ -763,6 +766,7 @@
   		<ant dir="examples/registration" target="validateConfiguration" inheritall="false" />
   		<ant dir="examples/todo" target="validateConfiguration" inheritall="false" />
   		<ant dir="examples/blog" target="validateConfiguration" inheritall="false" />
  +		<ant dir="examples/seamdiscs" target="validateConfiguration" inheritall="false" />
   		<!--<ant dir="examples/portal" target="validateConfiguration" inheritall="false" />-->
   	</target>
   
  @@ -899,6 +903,7 @@
   				<include name="todo/**/*" />
   				<include name="numberguess/**/*" />
   				<include name="groovybooking/**/*" />
  +				<include name="seamdiscs/**/*" />
   				<include name="quartz/**/*" />
   				<include name="wiki/**/*" />
   				<!--<include name="portal/**/*" />-->
  
  
  



More information about the jboss-cvs-commits mailing list