User: user57  
  Date: 01/09/11 16:45:06

  Modified:    .        build.xml
  Log:
   o moved property includes to the end of _configure
  
  Revision  Changes    Path
  1.17      +4 -4      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 2001/09/11 23:43:43     1.16
  +++ build.xml 2001/09/11 23:45:06     1.17
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.16 2001/09/11 23:43:43 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2001/09/11 23:45:06 user57 Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -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. -->
  @@ -344,9 +347,6 @@
       <property name="junit.timeout" value="600000"/> <!-- 10 minutes -->
       <property name="junit.batchtest.todir" value="${build.reports}"/>
       <property name="junit.jvm.options" value="-Ddummy"/>
  -
  -    <!-- Load common task properties -->
  -    <property resource="planet57/tools/buildmagic/task.properties"/>
     </target>
   
   
  
  
  

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

Reply via email to