coliver 2003/07/06 16:08:03
Modified: src/targets webapp-build.xml
Log:
Process xconf's in scratchpad
Revision Changes Path
1.23 +5 -0 cocoon-2.1/src/targets/webapp-build.xml
Index: webapp-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/webapp-build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- webapp-build.xml 29 Jun 2003 09:15:37 -0000 1.22
+++ webapp-build.xml 6 Jul 2003 23:08:03 -0000 1.23
@@ -80,6 +80,11 @@
<exclude name="servlet*.jar"/>
</fileset>
</copy>
+ <xpatch file="${build.webapp}/WEB-INF/cocoon.xconf"
+ srcdir="${scratchpad.src}"
+ includes="**/*.xconf"
+ addComments="true"/>
+
</target>
<target name="prepare-webapp-deprecated" depends="prepare-webapp"
unless="unless.exclude.deprecated">