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

Gavin King gavin.king at jboss.com
Sun Jul 15 03:51:07 EDT 2007


  User: gavin   
  Date: 07/07/15 03:51:07

  Modified:    seam-gen  build.xml
  Log:
  JBSEAM-1669
  
  Revision  Changes    Path
  1.88      +1 -1      jboss-seam/seam-gen/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.xml,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -b -r1.87 -r1.88
  --- build.xml	9 Jul 2007 06:23:09 -0000	1.87
  +++ build.xml	15 Jul 2007 07:51:06 -0000	1.88
  @@ -678,7 +678,7 @@
       	<echo message="Type 'seam restart' to update the exploded deployment"/>
       </target>
   
  -    <target name="delete-project" depends="validate-project"
  +    <target name="delete-project" depends="validate-project,unexplode,undeploy"
           description="Delete the project">
           <echo message="Deleting the entire project in ${project.home}" />
           <delete dir="${project.home}" />
  
  
  



More information about the jboss-cvs-commits mailing list