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/05/11 19:05:52 UTC

cvs commit: xml-batik build.xml

vhardy      01/05/11 10:05:51

  Modified:    .        build.xml
  Log:
  Removed proxy settings.
  
  Revision  Changes    Path
  1.64      +4 -7      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml	2001/05/11 16:15:03	1.63
  +++ build.xml	2001/05/11 17:05:45	1.64
  @@ -44,7 +44,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.63 2001/05/11 16:15:03 hillion Exp $
  + $Id: build.xml,v 1.64 2001/05/11 17:05:45 vhardy Exp $
   
   -->
   
  @@ -652,8 +652,7 @@
             depends="compile, testdirs"
             description="converts selected glyphs from a True Type Font file to the SVG Font format" >
       <java fork="yes"
  -          classname="${class-prefix}.apps.ttf2svg.Main"
  -          jvmargs="-DproxyHost=webcache.eng.sun.com -DproxyPort=8080">
  +          classname="${class-prefix}.apps.ttf2svg.Main">
         <classpath>
           <pathelement location="${dest}" />
           <path refid="libs-classpath"/>
  @@ -667,8 +666,7 @@
             depends="compiletest, testdirs"
             description="Runs test suite whose file or uri is passed as an input">
       <java fork="yes"
  -          classname="${class-prefix}.test.xml.XMLTestSuiteRunner"
  -          jvmargs="-DproxyHost=webcache.eng.sun.com -DproxyPort=8080">
  +          classname="${class-prefix}.test.xml.XMLTestSuiteRunner">
         <classpath>
           <pathelement location="${dest}" />
           <path refid="libs-classpath"/>
  @@ -685,8 +683,7 @@
             description="Runs test suite whose file or uri is passed as an input">
       <mkdir dir="${test-reports}"/>
       <java fork="yes"
  -          classname="${class-prefix}.test.xml.XMLTestSuiteRunner"
  -          jvmargs="-DproxyHost=webcache.eng.sun.com -DproxyPort=8080">
  +          classname="${class-prefix}.test.xml.XMLTestSuiteRunner">
         <classpath>
           <pathelement location="${dest}" />
           <path refid="libs-classpath"/>
  
  
  

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