[jboss-cvs] jboss-seam ...

Shane Bryzak sbryzak at redhat.com
Wed Sep 19 09:46:02 EDT 2007


  User: sbryzak2
  Date: 07/09/19 09:46:02

  Modified:    jboss-seam  build.xml
  Log:
  oops, forgot to include seambay example in the release
  
  Revision  Changes    Path
  1.267     +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.266
  retrieving revision 1.267
  diff -u -b -r1.266 -r1.267
  --- build.xml	18 Sep 2007 23:31:37 -0000	1.266
  +++ build.xml	19 Sep 2007 13:46:02 -0000	1.267
  @@ -428,6 +428,7 @@
   		<ant dir="examples/quartz" target="clean" inheritall="false" />
   		<ant dir="examples/wiki" target="clean" inheritall="false" />
   		<ant dir="examples/seamdiscs" target="clean" inheritall="false" />
  +		<ant dir="examples/seambay" target="clean" inheritall="false" />
   	</target>
   
   	<target name="undeployall" description="Undeploy all examples">
  @@ -456,6 +457,7 @@
   		<ant dir="examples/quartz" target="undeploy" inheritall="false" />
   		<ant dir="examples/wiki" target="undeploy" inheritall="false" />
   		<ant dir="examples/seamdiscs" target="undeploy" inheritall="false" />
  +		<ant dir="examples/seambay" target="undeploy" inheritall="false" />
   
   		<!-- Unexplode from JBoss -->
   		<ant dir="examples/booking" target="unexplode" inheritall="false" />
  @@ -480,6 +482,7 @@
   		<ant dir="examples/groovybooking" target="unexplode" inheritall="false" />
   		<ant dir="examples/quartz" target="unexplode" inheritall="false" />
   		<ant dir="examples/seamdiscs" target="unexplode" inheritall="false" />
  +		<ant dir="examples/seambay" target="unexplode" inheritall="false" />
   
   		<!-- Undeploy from Tomcat -->
   		<ant dir="examples/booking" target="tomcat.undeploy" inheritall="false" />
  @@ -513,6 +516,7 @@
   		<ant dir="examples/todo" target="test" inheritall="false" />
   		<ant dir="examples/blog" target="test" inheritall="false" />
   		<ant dir="examples/ui" target="test" inheritall="false" />
  +		<ant dir="examples/seambay" target="test" inheritall="false" />
   		<ant dir="examples/wiki" target="test" inheritall="false" >
   			<property name="test.output.dir" value="${test.dir}/wiki" />
   		</ant>
  @@ -639,6 +643,7 @@
   				<include name="seamdiscs/**/*" />
   				<include name="quartz/**/*" />
   				<include name="wiki/**/*" />
  +				<include name="seambay/**/*" />
   				<!--<include name="portal/**/*" />-->
   				<include name="drools/**/*" />
   				<include name="remoting/chatroom/**/*" />
  
  
  



More information about the jboss-cvs-commits mailing list