User: user57  
  Date: 01/09/11 17:11:27

  Modified:    .        build.xml
  Log:
   o fixed build.xml (same changes from jboss-all stuff)
  
  Revision  Changes    Path
  1.11      +6 -7      newsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/09/11 06:10:10     1.10
  +++ build.xml 2001/09/12 00:11:27     1.11
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.10 2001/09/11 06:10:10 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.11 2001/09/12 00:11:27 user57 Exp $ -->
   
   <project default="main" name="JBoss/Website">
   
  @@ -145,6 +145,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. -->
  @@ -183,9 +186,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"/>
  -
       <!-- Where source files live -->
       <property name="source.bin" value="${module.source}/bin"/>
       <property name="source.metadata" value="${module.source}/metadata"/>
  @@ -457,9 +457,8 @@
        | Run all tests.
      -->
   
  -  <target name="tests" depends="init" description="Execute all tests.">
  -    <call target="tests-junit"/>
  -    <call target="tests-reports"/>
  +  <target name="tests" depends="init, tests-junit, tests-reports" 
  +       description="Execute all tests.">
     </target>
   
     <!--
  
  
  

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

Reply via email to