You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2011/02/04 18:09:22 UTC

svn commit: r1067226 - in /santuario/xml-security-java/trunk: build.xml doc/

Author: coheigea
Date: Fri Feb  4 17:09:21 2011
New Revision: 1067226

URL: http://svn.apache.org/viewvc?rev=1067226&view=rev
Log:
Removing forrest docs from source, now that the website uses the cwiki.

Removed:
    santuario/xml-security-java/trunk/doc/
Modified:
    santuario/xml-security-java/trunk/build.xml

Modified: santuario/xml-security-java/trunk/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/build.xml?rev=1067226&r1=1067225&r2=1067226&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/build.xml (original)
+++ santuario/xml-security-java/trunk/build.xml Fri Feb  4 17:09:21 2011
@@ -198,16 +198,6 @@
 
     <!-- check targets -->
 
-    <target name="do.check.forrest">
-	<property environment="env"/>
-	<condition property="has.forrest">
-		<or>
-			<available filepath="${env.PATH}" file="forrest" />
-			<available filepath="${env.PATH}" file="forrest.bat" />
-		</or>
-	</condition>
-    </target>
-
     <target name="do.check.bindist">
 	<condition property="is.bin.dist">
 	    <and>
@@ -223,16 +213,7 @@
 
 
     <!-- B U I L D  T A R G E T S -->
-    <!-- Forrest new -->
     <property environment="env"/>
-    <property name="forrest.home" value="${env.FORREST_HOME}"/>
-    <property name="project.home" value="${dir.docs}"/>	
-    <!-- 'site' is a target imported from forrest.build.xml -->
-    <import file="${env.FORREST_HOME}/forrest.build.xml" optional="true"/>
-    <target name="raul-forrest"  if="env.FORREST_HOME">
-	<antcall target="site"></antcall>
-	<echo>something here</echo>
-    </target>
     <!-- source -->
     <target name="build.src"
             depends="do.build.src,env.mk.dirs,do.check.bindist"
@@ -670,18 +651,6 @@
     	</javadoc>
     </target>
 
-    <target name="build.xdocs"
-            depends="do.check.forrest"
-	    if="has.forrest">
-	<!-- Call Forrest externally -->
-	<exec executable="forrest"
-	      os="Linux SunOS"
-	      dir="${dir.docs}" />
-	<exec executable="forrest.bat"
-	      os="Windows"
-	      dir="${dir.docs}" />
-    </target>
-    
     <target name="clover.report.html" depends="with.clover">
 	<clover-report>
       		<current outfile="${dir.build.coverage}"
@@ -765,7 +734,6 @@
 
     <target name="compile"          depends="build.src" />
     <target name="docs"             depends="build.docs" />
-    <target name="xdocs"            depends="build.xdocs" />
     <target name="javadoc"          depends="build.docs" />
     <target name="jar"              depends="build.jar" />
     <target name="dist"             depends="build.dist" />