ovidiu 02/05/03 17:09:57 Modified: src/scratchpad/schecoon build.xml Log: Added support for modifying the master cocoon.xconf and logkit.xconf instead of maintaining our own private copies, and trying to keep them in sync with those in the main tree. Revision Changes Path 1.21 +15 -1 xml-cocoon2/src/scratchpad/schecoon/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/build.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- build.xml 25 Apr 2002 21:39:19 -0000 1.20 +++ build.xml 4 May 2002 00:09:57 -0000 1.21 @@ -156,6 +156,10 @@ <fileset dir="${webapp.dir}" excludes="**/*.in"/> </copy> + <copy todir="${build.war}/WEB-INF" filtering="off"> + <fileset dir="../../../src/webapp/WEB-INF" includes="*.xconf"/> + </copy> + <mkdir dir="${build.war}/stylesheets"/> <copy todir="${build.war}/stylesheets" filtering="off"> <fileset dir="../../documentation/stylesheets"/> @@ -167,7 +171,17 @@ classpath="${tools.dir}/anttasks"/> <!-- Invoke the XConfTool to add optional entries --> - <xconf-tool directory="${src.dir}" + <xconf-tool directory="${src.dir}/org" + extension="xconf" + configuration="${build.war}/WEB-INF/cocoon.xconf"/> + + <!-- Invoke XConfTool to add new entries to logkit.xconf --> + <xconf-tool directory="${src.dir}/logkit" + extension="xconf" + configuration="${build.war}/WEB-INF/logkit.xconf"/> + + <!-- Invoke XConfTool to add new entries to cocoon.xconf --> + <xconf-tool directory="${src.dir}/cocoon" extension="xconf" configuration="${build.war}/WEB-INF/cocoon.xconf"/> </target>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]