[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Jun 26 13:48:32 EDT 2007


  User: gavin   
  Date: 07/06/26 13:48:32

  Modified:    jboss-seam  build.xml
  Log:
  gwt
  
  Revision  Changes    Path
  1.215     +4 -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.214
  retrieving revision 1.215
  diff -u -b -r1.214 -r1.215
  --- build.xml	25 Jun 2007 22:35:56 -0000	1.214
  +++ build.xml	26 Jun 2007 17:48:32 -0000	1.215
  @@ -471,6 +471,7 @@
   		<ant dir="examples/remoting/helloworld" target="clean" inheritall="false" />
   		<ant dir="examples/remoting/chatroom" target="clean" inheritall="false" />
   		<ant dir="examples/remoting/progressbar" target="clean" inheritall="false" />
  +		<ant dir="examples/remoting/gwt" target="clean" inheritall="false" />
   		<ant dir="examples/hibernate2" target="clean" inheritall="false" />
   		<ant dir="examples/jpa" target="clean" inheritall="false" />
   		<ant dir="examples/jee5" target="clean" inheritall="false" />
  @@ -502,6 +503,7 @@
   		<ant dir="examples/remoting/helloworld" target="undeploy" inheritall="false" />
   		<ant dir="examples/remoting/chatroom" target="undeploy" inheritall="false" />
   		<ant dir="examples/remoting/progressbar" target="undeploy" inheritall="false" />
  +		<ant dir="examples/remoting/gwt" target="undeploy" inheritall="false" />
   		<ant dir="examples/hibernate2" target="undeploy" inheritall="false" />
   		<ant dir="examples/jpa" target="undeploy" inheritall="false" />
   		<ant dir="trinidad/examples/seamdiscs" target="undeploy" inheritall="false" />
  @@ -524,6 +526,7 @@
   		<ant dir="examples/drools" target="undeploy.tomcat" inheritall="false" />
   		<ant dir="examples/numberguess" target="undeploy.tomcat" inheritall="false" />
   		<ant dir="examples/quartz" target="undeploy.tomcat" inheritall="false" />
  +		<ant dir="examples/remoting/gwt" target="undeploy.tomcat" inheritall="false" />
   	</target>
   
   	<target name="deploypresentation" depends="build" description="Deploy the examples used in Seam presentations">
  @@ -1016,6 +1019,7 @@
   				<include name="remoting/chatroom/**/*" />
   				<include name="remoting/helloworld/**/*" />
   				<include name="remoting/progressbar/**/*" />
  +				<include name="remoting/gwt/**/*" />
   				<include name="readme.txt" />
   				<include name="seam-examples.html" />
   				<exclude name="*/build" />
  
  
  



More information about the jboss-cvs-commits mailing list