You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/10/12 10:02:45 UTC

cvs commit: xml-batik build.xml

vhardy      01/10/12 01:02:45

  Modified:    .        build.xml
  Log:
  Fixed typo on automatically created directory name.
  
  Revision  Changes    Path
  1.86      +2 -2      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- build.xml	2001/10/12 07:59:05	1.85
  +++ build.xml	2001/10/12 08:02:44	1.86
  @@ -44,7 +44,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.85 2001/10/12 07:59:05 vhardy Exp $
  + $Id: build.xml,v 1.86 2001/10/12 08:02:44 vhardy Exp $
   
   -->
   
  @@ -703,7 +703,7 @@
       <mkdir dir="${test-references}/svgbe/candidate-variation"/>
       <mkdir dir="${test-references}/org/apache/batik/svggen/candidate-ref" />
       <mkdir dir="${test-references}/org/apache/batik/svggen/candidate-ref" />
  -    <mkdir dir="${test-references}/org/apache/batik/svggen/rendering/candidate-ref" />
  +    <mkdir dir="${test-references}/org/apache/batik/svggen/rendering/candidate-variation" />
       <mkdir dir="${test-references}/org/apache/batik/svggen/rendering/accepted-variation" />
     </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org