You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/17 00:18:01 UTC

cvs commit: jakarta-cactus build.xml

vmassol     2002/07/16 15:18:01

  Modified:    .        build.xml
  Log:
  apparently that was a bug which was not caught by Ant 1.5beta but which is now caught by the released 1.5 version ...
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	9 Jun 2002 18:28:06 -0000	1.14
  +++ build.xml	16 Jul 2002 22:18:01 -0000	1.15
  @@ -219,7 +219,7 @@
       <!-- Run Documentation dist target -->
       <target name="run.documentation" depends="run.anttasks">
   
  -        <ant target="dist" antfile="$documentation/build.xml"
  +        <ant target="dist" antfile="documentation/build.xml"
               inheritAll="false">
   
               <property file="build.properties" />
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>