You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/04/28 10:54:23 UTC

svn commit: rev 10356 - xml/forrest/trunk/etc/cocoon_upgrade

Author: cheche
Date: Wed Apr 28 01:54:23 2004
New Revision: 10356

Modified:
   xml/forrest/trunk/etc/cocoon_upgrade/build.xml
Log:
Use force to overwrite the contents of cocoon.xconf


Modified: xml/forrest/trunk/etc/cocoon_upgrade/build.xml
==============================================================================
--- xml/forrest/trunk/etc/cocoon_upgrade/build.xml	(original)
+++ xml/forrest/trunk/etc/cocoon_upgrade/build.xml	Wed Apr 28 01:54:23 2004
@@ -29,7 +29,7 @@
   </target>
 
   <target name="import-cocoon-xconf" depends="init">
-     <xslt in="${cocoon.home}/src/webapp/WEB-INF/cocoon.xconf" out="${forrest.build}/context/WEB-INF/cocoon.xconf" style="./upgrade-cocoon-xconf.xsl" >
+     <xslt force="true" in="${cocoon.home}/src/webapp/WEB-INF/cocoon.xconf" out="${forrest.build}/context/WEB-INF/cocoon.xconf" style="./upgrade-cocoon-xconf.xsl" >
        <outputproperty name="indent" value="yes"/>
     </xslt>
   </target>