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/05/10 12:20:03 UTC

svn commit: r1101395 - /santuario/xml-security-java/branches/1.4.x-fixes/build.xml

Author: coheigea
Date: Tue May 10 10:20:03 2011
New Revision: 1101395

URL: http://svn.apache.org/viewvc?rev=1101395&view=rev
Log:
Removing site from "ant dist".

Modified:
    santuario/xml-security-java/branches/1.4.x-fixes/build.xml

Modified: santuario/xml-security-java/branches/1.4.x-fixes/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/build.xml?rev=1101395&r1=1101394&r2=1101395&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/build.xml (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/build.xml Tue May 10 10:20:03 2011
@@ -685,9 +685,6 @@
 	      todir="${dir.build.bindist}/libs"/>
 
 	<mkdir dir="${dir.build.bindist}/doc"/>
-	<copy todir="${dir.build.bindist}/doc">
-	    <fileset dir="${dir.docs}/build/site"/>
-	</copy>
 	<mkdir dir="${dir.build.bindist}/doc/Java/api" />
 	<copy todir="${dir.build.bindist}/doc/Java/api">
 	    <fileset dir="${dir.build.docs.html}/javadoc"/>