Author: lbernardo
Date: Tue Mar 10 09:53:17 2015
New Revision: 1665425

URL: http://svn.apache.org/r1665425
Log:
skip forrest target

Modified:
    xmlgraphics/batik/trunk/build.xml
    xmlgraphics/batik/trunk/lib/LICENSE.fop-transcoder-allinone-svn-trunk.txt

Modified: xmlgraphics/batik/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=1665425&r1=1665424&r2=1665425&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Tue Mar 10 09:53:17 2015
@@ -362,8 +362,8 @@ To display the available targets type:
     <delete dir="${build}/docs/javadoc"/>
   </target>
 
-  <target name="bin-zip" depends="init, jars, htmldoc, bundle-script">
-    <zip zipfile="${project}-${completeVersion}.zip">
+  <target name="bin-zip" depends="init, jars, bundle-script">
+    <zip zipfile="${project}-bin-${completeVersion}.zip">
       <zipfileset dir="." prefix="${project}-${completeVersion}">
         <include name="LICENSE"/>
         <include name="NOTICE"/>
@@ -429,8 +429,8 @@ To display the available targets type:
     <delete dir="${build}/docs/javadoc"/>
   </target>
 
-  <target name="bin-tgz" depends="init, jars, htmldoc, bundle-script">
-    <tar tarfile="${project}-${completeVersion}.tar.gz" compression="gzip">
+  <target name="bin-tgz" depends="init, jars, bundle-script">
+    <tar tarfile="${project}-bin-${completeVersion}.tar.gz" compression="gzip">
       <tarfileset dir="." prefix="${project}-${completeVersion}">
         <include name="LICENSE"/>
         <include name="NOTICE"/>
@@ -2160,9 +2160,9 @@ JAVA=/usr/bin/java
   </target>
 
   <!-- Documentation ...................................................... -->
-  <target name="html" depends="javadoc, htmldoc"
+  <target name="html" depends="javadoc"
           description="Generates the HTML documentation, including javadocs, 
in ${build}/docs/"/>
-  <target name="htmldoc" depends="init, forrest"
+  <target name="htmldoc" depends="init"
           description="Generates HTML documentation">
     <mkdir dir="${docs}"/>
     <copy todir="${docs}">
@@ -2171,7 +2171,7 @@ JAVA=/usr/bin/java
   </target>
 
   <target name="site" depends="site-javadoc, sitedoc"/>
-  <target name="sitedoc" depends="init, forrest"
+  <target name="sitedoc" depends="init"
           description="Generates the http://xmlgraphics.apache.org/batik/ 
site">
     <mkdir dir="${site}"/>
     <copy todir="${site}">
@@ -2340,10 +2340,10 @@ JAVA=/usr/bin/java
           depends="init, clean-compile, clean-docs, clean-test"
           description="Cleans everything">
     <delete dir="${build}"/>
-    <delete file="${project}-${completeVersion}.zip"/>
+    <delete file="${project}-bin-${completeVersion}.zip"/>
     <delete file="${project}-docs-${completeVersion}.zip"/>
     <delete file="${project}-src-${completeVersion}.zip"/>
-    <delete file="${project}-${completeVersion}.tar.gz"/>
+    <delete file="${project}-bin-${completeVersion}.tar.gz"/>
     <delete file="${project}-docs-${completeVersion}.tar.gz"/>
     <delete file="${project}-src-${completeVersion}.tar.gz"/>
   </target>

Modified: 
xmlgraphics/batik/trunk/lib/LICENSE.fop-transcoder-allinone-svn-trunk.txt
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/lib/LICENSE.fop-transcoder-allinone-svn-trunk.txt?rev=1665425&r1=1665424&r2=1665425&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/lib/LICENSE.fop-transcoder-allinone-svn-trunk.txt 
(original)
+++ xmlgraphics/batik/trunk/lib/LICENSE.fop-transcoder-allinone-svn-trunk.txt 
Tue Mar 10 09:53:17 2015
@@ -1,2 +1,2 @@
-The pdf-transcoder.jar file is licensed under the Apache License 2.0, which
+The fop-transcoder-allinone-svn-trunk.jar file is licensed under the Apache 
License 2.0, which
 can be found in the distribution root directory in the LICENSE file.


Reply via email to