ovidiu 02/03/13 11:24:56
Modified: src/scratchpad/schecoon build.xml
Log:
Build the flow component.
Revision Changes Path
1.10 +12 -0 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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 2 Mar 2002 02:02:25 -0000 1.9
+++ build.xml 13 Mar 2002 19:24:56 -0000 1.10
@@ -51,6 +51,7 @@
<property name="scheme.dir" value="./scheme"/>
<property name="emacs.dir" value="./emacs"/>
<property name="root.dir" value="../../.."/>
+ <property name="tools.dir" value="${root.dir}/tools"/>
<property name="build.root" value="./build"/>
<property name="build.dir" value="${build.root}"/>
@@ -135,6 +136,7 @@
<copy todir="${build.dest}">
<fileset dir="${src.dir}">
<include name="**/*.xsl"/>
+ <include name="**/*.xml"/>
</fileset>
</copy>
@@ -170,6 +172,15 @@
<copy todir="${build.war}/stylesheets" filtering="off">
<fileset dir="../../documentation/stylesheets"/>
</copy>
+
+ <!-- A task to change the xconf. It is used to add optional components -->
+ <taskdef name="xconf-tool" classname="XConfToolTask"
+ classpath="${tools.dir}/anttasks"/>
+
+ <!-- Invoke the XConfTool to add optional entries -->
+ <xconf-tool directory="${src.dir}"
+ extension="xconf"
+ configuration="${build.war}/cocoon.xconf"/>
</target>
<!-- =================================================================== -->
@@ -185,6 +196,7 @@
</fileset>
<fileset dir="${root.dir}/lib/optional">
<include name="*.jar"/>
+ <exclude name="rhino*.jar"/> <!-- Exclude Cocoon's Rhino jar -->
</fileset>
<fileset dir="${root.dir}/build/cocoon">
<include name="cocoon.jar"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]