User: user57  
  Date: 01/09/11 17:10:56

  Modified:    docs     build.xml
  Log:
   o fixed build.xml (same changes from jboss-all stuff)
  
  Revision  Changes    Path
  1.3       +5 -6      build/docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/docs/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/09/11 06:21:48     1.2
  +++ build.xml 2001/09/12 00:10:56     1.3
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.2 2001/09/11 06:21:48 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.3 2001/09/12 00:10:56 user57 Exp $ -->
   
   <project default="main" name="JBoss Docs/Build">
   
  @@ -144,6 +144,9 @@
       <call target="_configure-libraries"/>
       <call target="_configure-modules"/>
       <call target="_configure-tasks"/>
  +
  +    <!-- Load common task properties -->
  +    <property resource="planet57/tools/buildmagic/task.properties"/>
     </target>
   
     <!-- Configure the thirdparty tools required to build this module. -->
  @@ -193,9 +196,6 @@
   
     <!-- Configure the tasks used by this module. -->
     <target name="_configure-tasks" unless="configure-tasks.disable">
  -    <!-- Load common task properties -->
  -    <property resource="planet57/tools/buildmagic/task.properties"/>
  -
       <!-- Skip any missing modules and issue a warning -->
       <property name="executemodules.skipmissing" value="true"/>
   
  @@ -364,8 +364,7 @@
     <!-- Release                                                            -->
     <!-- ================================================================== -->
   
  -  <target name="release" depends="install">
  -    <call target="modules-all"/>
  +  <target name="release" depends="install, modules-all">
     </target>
   
     <target name="release-zip" depends="release"
  
  
  

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

Reply via email to