ovidiu 02/04/05 12:31:05
Modified: src/scratchpad/schecoon build.xml
Log:
Copy the images from the main documentation/ directory.
Revision Changes Path
1.16 +12 -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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 5 Apr 2002 01:43:11 -0000 1.15
+++ build.xml 5 Apr 2002 20:31:05 -0000 1.16
@@ -135,13 +135,24 @@
<mkdir dir="${webapp.dir}/docs/dtd"/>
<copy todir="${webapp.dir}/docs/dtd" filtering="off">
<fileset dir="../../webapp/tutorial/docs/dtd"/>
+ <fileset dir="../../documentation/xdocs/dtd"/>
+ </copy>
+ </target>
+
+ <!-- =================================================================== -->
+ <!-- Copies the images/ directory from the parent -->
+ <!-- =================================================================== -->
+ <target name="images" depends="init">
+ <mkdir dir="${webapp.dir}/docs/images"/>
+ <copy todir="${build.war}/images" filtering="off">
+ <fileset dir="../../documentation/images"/>
</copy>
</target>
<!-- =================================================================== -->
<!-- Prepares the webapp directories -->
<!-- =================================================================== -->
- <target name="prepare-webapp" depends="prepare, dtd">
+ <target name="prepare-webapp" depends="prepare, dtd, images">
<copy todir="${build.war}" filtering="off">
<fileset dir="${webapp.dir}" excludes="**/*.in"/>
</copy>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]