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 je...@apache.org on 2003/03/12 10:35:00 UTC

cvs commit: xml-fop build.xml buildtools.xml

jeremias    2003/03/12 01:34:59

  Modified:    .        build.xml
  Removed:     .        buildtools.xml
  Log:
  Remove buildtools.xml as it's no longer needed.
  Adjust build.xml accordingly.
  
  Revision  Changes    Path
  1.77      +4 -1      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build.xml	11 Mar 2003 14:37:55 -0000	1.76
  +++ build.xml	12 Mar 2003 09:34:59 -0000	1.77
  @@ -94,7 +94,6 @@
       <fileset dir="lib">
         <include name="*.jar"/>
         <exclude name="ant.jar"/>
  -      <exclude name="buildtools.jar"/>
       </fileset>
       <fileset dir="build">
         <include name="fop.jar"/>
  @@ -695,6 +694,10 @@
       </fop>
     </target>
   
  +  <!-- =================================================================== -->
  +  <!-- Special target for Gump                                             -->
  +  <!-- =================================================================== -->
  +  <target name="gump" depends="all, javadocs"/>
     <!-- =================================================================== -->
     <!-- Clean targets                                                       -->
     <!-- =================================================================== -->
  
  
  

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