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 2005/11/21 02:56:54 UTC

svn commit: r345806 - /xmlgraphics/fop/branches/fop-0_90/build.xml

Author: chrisg
Date: Sun Nov 20 17:56:19 2005
New Revision: 345806

URL: http://svn.apache.org/viewcvs?rev=345806&view=rev
Log:
no javadocs for the binary distibution

Modified:
    xmlgraphics/fop/branches/fop-0_90/build.xml

Modified: xmlgraphics/fop/branches/fop-0_90/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/fop-0_90/build.xml?rev=345806&r1=345805&r2=345806&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_90/build.xml (original)
+++ xmlgraphics/fop/branches/fop-0_90/build.xml Sun Nov 20 17:56:19 2005
@@ -1074,9 +1074,11 @@
     <copy todir="${dist.bin.result.dir}/docs">
       <fileset dir="${build.dir}/site"/>
     </copy>
+    <!--
     <copy todir="${dist.bin.result.dir}/javadocs">
       <fileset dir="${build.javadocs.dir}"/>
     </copy>
+    -->
     <mkdir dir="${dist.bin.result.dir}/build"/>
     <copy todir="${dist.bin.result.dir}/build" file="build/fop.jar"/>
     <chmod file="${dist.bin.result.dir}/fop" perm="ugo+rx"/>



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