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 tk...@apache.org on 2001/02/01 15:18:38 UTC

cvs commit: xml-batik build.xml

tkormann    01/02/01 06:18:38

  Modified:    .        build.xml
  Log:
  fix classpath for svggen and regard
  
  Revision  Changes    Path
  1.39      +3 -3      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml	2001/01/26 16:59:41	1.38
  +++ build.xml	2001/02/01 14:18:37	1.39
  @@ -45,7 +45,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.38 2001/01/26 16:59:41 hillion Exp $
  + $Id: build.xml,v 1.39 2001/02/01 14:18:37 tkormann Exp $
   
   -->
   
  @@ -546,9 +546,9 @@
       <java fork="yes"
             classname="${class-prefix}.apps.regard.Main">
         <classpath>
  +        <pathelement location="${dest}" />
           <path refid="libs-classpath"/>
           <pathelement location="resources" />
  -        <pathelement location="${dest}" />
         </classpath>
         <arg value="${args}"/>
       </java>
  @@ -561,9 +561,9 @@
             classname="${class-prefix}.apps.regsvggen.Main">
         <classpath>
           <path refid="libs-classpath"/>
  +        <pathelement location="${dest}" />
           <pathelement location="resources" />
           <pathelement location="regsvggen/classes" />
  -        <pathelement location="${dest}" />
         </classpath>
         <arg value="${args}"/>
       </java>