ovidiu 02/04/15 17:46:53 Modified: src/scratchpad/schecoon build.xml Log: Don't create the images/ directory in webapp/. Revision Changes Path 1.18 +0 -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.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- build.xml 16 Apr 2002 00:02:47 -0000 1.17 +++ build.xml 16 Apr 2002 00:46:53 -0000 1.18 @@ -143,7 +143,6 @@ <!-- 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>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]