carnold     2005/02/08 20:03:10

  Modified:    .        build.xml
  Log:
  Duplicate target
  
  Revision  Changes    Path
  1.36      +1 -1      logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 9 Feb 2005 03:06:41 -0000       1.35
  +++ build.xml 9 Feb 2005 04:03:10 -0000       1.36
  @@ -391,7 +391,7 @@
       </antcall>
   </target>
   
  -<target name="get-aprutil-src" unless="aprutil-src-expanded">
  +<target name="untar-aprutil-src" unless="aprutil-src-expanded">
       <antcall target="untar-apr-module">
           <param name="module" value="apr-util"/>
           <param name="module.version" value="${aprutil.version}"/>
  
  
  

Reply via email to