prussell    01/02/22 02:16:38

  Modified:    .        Tag: xml-cocoon2 build.xml
  Log:
  Fixed conditional build of SVGSerializer. Thanks to Christian Schmitt for
  spotting this.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.57  +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.56
  retrieving revision 1.6.2.57
  diff -u -r1.6.2.56 -r1.6.2.57
  --- build.xml 2001/02/21 13:59:46     1.6.2.56
  +++ build.xml 2001/02/22 10:16:36     1.6.2.57
  @@ -164,7 +164,7 @@
       <available property="xt.present" 
classname="com.jclark.xsl.sax.XMLProcessorImpl">
         <classpath refid="classpath"/>
       </available>
  -    <available property="svg.present" 
classname="org.apache.batik.transcoder.TranscoderFactory">
  +    <available property="svg.present" 
classname="org.apache.batik.transcoder.Transcoder">
         <classpath refid="classpath"/>
       </available>
       <available property="rhino.present" 
classname="org.mozilla.javascript.tools.jsc.Main">
  
  
  

Reply via email to