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 ch...@apache.org on 2002/06/01 19:47:39 UTC

cvs commit: xml-fop/src/org/apache/fop/tools/anttasks CompileXMLFiles.java Manifest.java Xslt.java

chrisg      2002/06/01 10:47:39

  Modified:    .        Tag: fop-0_20_2-maintain buildtools.xml
               lib      Tag: fop-0_20_2-maintain buildtools.jar
  Removed:     src/org/apache/fop/tools/anttasks Tag: fop-0_20_2-maintain
                        CompileXMLFiles.java Manifest.java Xslt.java
  Log:
  Removed unused ant tasks
  Rebuild buildtools.jar
  Fixed buildtools.xml
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +3 -4      xml-fop/buildtools.xml
  
  Index: buildtools.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/buildtools.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- buildtools.xml	2 May 2002 22:27:24 -0000	1.3.2.1
  +++ buildtools.xml	1 Jun 2002 17:47:39 -0000	1.3.2.2
  @@ -5,9 +5,8 @@
       Instructions for building the buildtools.jar:
   
    Classpath should contain the following:
  -   Xerces 1.2.x
  -   Xalan  1.2.x
  -   Xalan  2.x
  +   Xerces
  +   Xalan
      xml-fop/lib/ant.jar
   
     Run "ant -f buildtools.xml" to build a new version of the buildtools jar
  @@ -28,12 +27,12 @@
      <property name="trax" value="TraxTransform.java"/>
   
      <available property="trax.present" classname="javax.xml.transform.Transformer"/>
  +  </target>
   
      <target name="compile" depends="init,prepare.src">
        <mkdir dir="${build.dest}"/>
        <javac srcdir="${build.src}"
   	    destdir="${build.dest}"/>
  -     
      </target>
   
      <target name="buildtools" depends="clean,init,compile">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.1  +129 -189  xml-fop/lib/buildtools.jar
  
  	<<Binary file>>
  
  

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