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

Gavin King gavin.king at jboss.com
Wed Nov 29 05:02:15 EST 2006


  User: gavin   
  Date: 06/11/29 05:02:15

  Modified:    seam-gen/build-scripts  build.xml
  Log:
  fix some minor bugs in seam-gen
  
  Revision  Changes    Path
  1.12      +1 -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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- build.xml	25 Nov 2006 00:16:35 -0000	1.11
  +++ build.xml	29 Nov 2006 10:02:15 -0000	1.12
  @@ -155,7 +155,7 @@
   	</target>
   
   	<target name="unexplode" description="Undeploy the exploded archive">
  -		<delete>
  +		<delete failonerror="no">
   			<fileset dir="${ear.deploy.dir}">
   				<exclude name="**/*.jar"/>
   			</fileset>
  
  
  



More information about the jboss-cvs-commits mailing list