User: user57  
  Date: 01/08/27 01:30:07

  Modified:    .        build.xml
  Log:
   o fixed a bug in the build/build.xml#init task which was causing child
     builds to fail
  
  Revision  Changes    Path
  1.13      +2 -2      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 2001/08/27 04:47:22     1.12
  +++ build.xml 2001/08/27 08:30:07     1.13
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.12 2001/08/27 04:47:22 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.13 2001/08/27 08:30:07 user57 Exp $ -->
   
   <project default="main">
   
  @@ -955,7 +955,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