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 11:43:06 UTC

svn commit: r1101383 - /santuario/xml-security-java/branches/1.4.x-fixes/contrib/santuario-release.sh

Author: coheigea
Date: Tue May 10 09:43:06 2011
New Revision: 1101383

URL: http://svn.apache.org/viewvc?rev=1101383&view=rev
Log:
Removing website from release file

Modified:
    santuario/xml-security-java/branches/1.4.x-fixes/contrib/santuario-release.sh

Modified: santuario/xml-security-java/branches/1.4.x-fixes/contrib/santuario-release.sh
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/contrib/santuario-release.sh?rev=1101383&r1=1101382&r2=1101383&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/contrib/santuario-release.sh (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/contrib/santuario-release.sh Tue May 10 09:43:06 2011
@@ -68,10 +68,3 @@ for i in *.jar *.pom
 do
     md5sum $i > $i.md5
 done
-#
-# Build the web site
-#
-cd ${SANTUARIO_SRC_ROOT}
-ant xdocs || exit 1
-cp -r doc/site/build/site ${SANTUARIO_STAGE_ROOT}
-