ghoward 2003/06/04 20:02:45
Modified: src/targets webapp-build.xml Log: one path was still hardcoded from testing. Revision Changes Path 1.19 +1 -1 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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- webapp-build.xml 31 May 2003 17:04:46 -0000 1.18 +++ webapp-build.xml 5 Jun 2003 03:02:45 -0000 1.19 @@ -164,7 +164,7 @@ <target name="custom-conf" depends="init-tasks" description="Uses Cocoon's xpatch task to customize runtime configuration"> <xpatch file="${build.webapp}/sitemap.xmap" srcdir=""> <include name="${customconf}/*.xmap" /> - <include name="src/confpatch/*.xpipe" /> + <include name="${customconf}/*.xpipe" /> </xpatch> <xpatch file="${build.webapp}/WEB-INF/cocoon.xconf" srcdir=""> <include name="${customconf}/*.xconf" />