[jboss-cvs] jboss-seam/examples/wiki ...

Norman Richards norman.richards at jboss.com
Wed Jun 27 15:46:25 EDT 2007


  User: nrichards
  Date: 07/06/27 15:46:25

  Modified:    examples/wiki  build.xml
  Log:
  clean target leaves an extra directory hanging around
  
  Revision  Changes    Path
  1.26      +0 -1      jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- build.xml	21 Jun 2007 11:18:44 -0000	1.25
  +++ build.xml	27 Jun 2007 19:46:25 -0000	1.26
  @@ -105,7 +105,6 @@
   
       <target name="clean" description="Cleans up all build artifacts">
           <delete dir="${build.dir}"/>
  -        <mkdir dir="${build.dir}"/>
       </target>
   
       <!-- ################## COMPILE ####################### -->
  
  
  



More information about the jboss-cvs-commits mailing list