[jboss-cvs] jboss-seam/seam-gen/build-scripts ...

Gavin King gavin.king at jboss.com
Mon Nov 6 04:04:33 EST 2006


  User: gavin   
  Date: 06/11/06 04:04:33

  Modified:    seam-gen/build-scripts  build.xml
  Log:
  better
  
  Revision  Changes    Path
  1.6       +3 -1      jboss-seam/seam-gen/build-scripts/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	6 Nov 2006 08:51:43 -0000	1.5
  +++ build.xml	6 Nov 2006 09:04:33 -0000	1.6
  @@ -157,7 +157,9 @@
   		</delete>
   	</target>
   	
  -	<target name="restart" depends="unexplode,explode" description="Restart the exploded archive"/>
  +	<target name="restart" depends="unexplode,explode" description="Restart the exploded archive">
  +		<touch file="${ear.deploy.dir}/application.xml"/>
  +	</target>
   
   	<target name="deploy" depends="archive,datasource" description="Deploy to JBoss AS">
   		<fail unless="jboss.home">jboss.home not set</fail>
  
  
  



More information about the jboss-cvs-commits mailing list