User: user57  
  Date: 01/08/27 02:01:36

  Modified:    .        build.xml
  Log:
   o help targets use taskname="help"
   o clobbering build.log on all modules
  
  Revision  Changes    Path
  1.6       +3 -3      jbosscx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/27 04:47:21     1.5
  +++ build.xml 2001/08/27 09:01:36     1.6
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.5 2001/08/27 04:47:21 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2001/08/27 09:01:36 user57 Exp $ -->
   
   <project default="main">
   
  @@ -481,7 +481,7 @@
     <!-- Clean up all generated files -->
     <target name="clobber" depends="clean"
          description="Cleans up all generated files.">
  -    <!-- Nothing to clobber -->
  +    <delete file="${module.root}/build.log"/>
     </target>
   
   
  @@ -490,7 +490,7 @@
     <!-- ================================================================== -->
   
     <target name="help">
  -    <projecthelp>
  +    <projecthelp taskname="help">
         <header><![CDATA[
     The ${module.Name} module.
   ]]></header>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to