You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2014/09/30 12:47:38 UTC

svn commit: r1628389 - /xmlgraphics/commons/branches/commons-2_0/build.xml

Author: vhennebert
Date: Tue Sep 30 10:47:38 2014
New Revision: 1628389

URL: http://svn.apache.org/r1628389
Log:
Removed Forrest site building

Modified:
    xmlgraphics/commons/branches/commons-2_0/build.xml

Modified: xmlgraphics/commons/branches/commons-2_0/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/commons-2_0/build.xml?rev=1628389&r1=1628388&r2=1628389&view=diff
==============================================================================
--- xmlgraphics/commons/branches/commons-2_0/build.xml (original)
+++ xmlgraphics/commons/branches/commons-2_0/build.xml Tue Sep 30 10:47:38 2014
@@ -122,7 +122,6 @@
     <include name="status.xml"/>
     <include name="*.pom"/>
     <include name="build.*"/>
-    <include name="forrest.*"/>
     <include name="checkstyle*"/>
     <exclude name="checkstyle-noframes.xsl"/>
   </fileset>
@@ -488,42 +487,19 @@ NOTE:
   </target>
 
   <!-- =================================================================== -->
-  <!-- Creates the documentation                                           -->
-  <!-- =================================================================== -->
-  <target name="docs" description="Generates documentation">
-    <echo message="Building documentation with Forrest..."/>
-    <!--
-    <echo message="Make sure that you have installed Apache Forrest and"/>
-    <echo message="the FORREST_HOME environment variable is set (see http://forrest.apache.org/)"/>
-    <echo message="FORREST_HOME = ${forrest.home}"/>
-    -->
-    <echo message="Make sure you have a proper Forrest installation (see http://forrest.apache.org/)"/>
-
-    <!--<antcall target="site"/>-->
-    
-    <condition property="forrest.call" value="forrest.bat" else="forrest">
-      <os family="windows"/>
-    </condition>
-    <exec executable="${forrest.call}"/>
-  </target>
-  
-  <!-- =================================================================== -->
   <!-- Creates the distribution                                            -->
   <!-- =================================================================== -->
   <target name="dist" depends="distclean,dist-src,dist-bin,maven-artifacts" description="Generates the distribution package"/>
 
   <!-- IMPORTANT: .NET binaries must not be included in the distribution. License policy! -->
 
-  <target name="dist-bin" depends="all,javadocs,docs">
+  <target name="dist-bin" depends="all,javadocs">
     <echo message="Building the binary distribution files (zip,tar)"/>
     <mkdir dir="${dist.bin.result.dir}"/>
     <copy todir="${dist.bin.result.dir}">
       <fileset refid="dist.bin"/>
       <fileset refid="dist.bin.lib"/>
     </copy>
-    <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>



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