You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2001/03/01 23:59:15 UTC

cvs commit: xml-fop/src/org/apache/fop/svg Animate.java

keiron      01/03/01 14:59:14

  Modified:    .        Tag: fop-0_17_0_batikSVG build.xml
  Added:       lib      Tag: fop-0_17_0_batikSVG batik.jar
  Removed:     lib      Tag: fop-0_17_0_batikSVG w3c.jar
               src/org/apache/fop/svg Tag: fop-0_17_0_batikSVG Animate.java
  Log:
  adds batik lib to build
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.23.2.1  +8 -0      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.23.2.1
  diff -u -r1.23 -r1.23.2.1
  --- build.xml	2001/02/23 08:27:28	1.23
  +++ build.xml	2001/03/01 22:59:11	1.23.2.1
  @@ -153,6 +153,7 @@
   
       <property name="properties.dir" value="org/apache/fop/fo/properties"/>
       <property name="fonts.dir" value="org/apache/fop/render/pdf/fonts"/>
  +    <property name="svg.dir" value="org/apache/fop/svg"/>
       <property name="replacestring" value="org/apache/fop"/>
       <property name="ignore_this" value="ignore_this.java"/>
       <property name="jimi" value="JimiImage.java"/>
  @@ -172,6 +173,9 @@
       <property name="svgproperties.xml" value="${build.codegen}/svgproperties.xml"/>
       <property name="extproperties.xml" value="${build.codegen}/extproperties.xml"/>
   
  +    <property name="svgelements.xml" value="${build.codegen}/svgelements.xml"/>
  +    <property name="elements.xsl" value="${build.codegen}/elements.xsl"/>
  +
       <property name="properties.xsl" value="${build.codegen}/properties.xsl"/>
       <property name="propmap.xsl" value="${build.codegen}/propmap.xsl"/>
       <property name="enumgen.xsl" value="${build.codegen}/enumgen.xsl"/>
  @@ -258,6 +262,7 @@
       <mkdir dir="${build.src}"/>
       <mkdir dir="${build.src}/${properties.dir}"/>
       <mkdir dir="${build.src}/${fonts.dir}"/>
  +    <mkdir dir="${build.src}/${svg.dir}"/>
       <mkdir dir="${build.dest}/conf"/>
       <mkdir dir="${build.dest}/hyph"/>
       <copydir src="./conf" dest="${build.dest}/conf" />
  @@ -374,6 +379,9 @@
           dependent="${propinc.xsl}"
           outfile="${build.src}/${replacestring}/fo/properties/extenums_${ignore_this}" smart="yes"/>
   
  +
  +    <xslt infile="${svgelements.xml}" xsltfile="${elements.xsl}"
  +        outfile="${build.src}/${replacestring}/svg/ele_${ignore_this}" smart="yes"/>
   
   
       <xslt infile="${charlist.xml}" xsltfile="${charlist.xsl}" 
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +6311 -0   xml-fop/lib/Attic/batik.jar
  
  	<<Binary file>>