ceki        2003/09/12 10:43:01

  Modified:    tests    build.xml
  Log:
  
  Telling the ant task to inherit parent refs allows the test build file to be 
  executed within Eclipse.
  
  Not a huge improvement but useful nonetheless.
  
  Revision  Changes    Path
  1.38      +1 -1      jakarta-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 9 Jul 2003 07:35:49 -0000       1.37
  +++ build.xml 12 Sep 2003 17:43:01 -0000      1.38
  @@ -63,7 +63,7 @@
     <!-- Build the parent project                                          -->
     <!-- ================================================================= -->  
     <target name="parentBuild">
  -    <ant dir=".." target="build"/>
  +    <ant dir=".." target="build" inheritRefs="true"/>
     </target>
   
     <!-- ================================================================= -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to