User: user57  
  Date: 01/11/16 20:13:58

  Modified:    jboss    build.xml
  Log:
   o help should depend on init to get the correct module.Name
  
  Revision  Changes    Path
  1.48      +3 -3      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml 2001/11/15 22:14:46     1.47
  +++ build.xml 2001/11/17 04:13:58     1.48
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.47 2001/11/15 22:14:46 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.48 2001/11/17 04:13:58 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -139,7 +139,7 @@
   
       <!-- Module name(s) & version -->
       <property name="module.name" value="jboss"/>
  -    <property name="module.Name" value="JBoss"/>
  +    <property name="module.Name" value="JBoss Build"/>
       <property name="module.version" 
value="${version.major}.${version.minor}.${version.revision}${version.tag}"/>
   
       <!-- Invoke the rest of the configuration targets -->
  @@ -1440,7 +1440,7 @@
     <!-- Help                                                               -->
     <!-- ================================================================== -->
   
  -  <target name="help">
  +  <target name="help" depends="init">
       <projecthelp taskname="help">
         <header><![CDATA[
     The ${module.Name} module.
  
  
  

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

Reply via email to