ovidiu 02/01/08 15:17:27 Modified: src/scratchpad/schecoon build.xml Log: Copy the necessary jar files from the top level Cocoon lib. Revision Changes Path 1.2 +6 -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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 3 Jan 2002 12:31:34 -0000 1.1 +++ build.xml 8 Jan 2002 23:17:27 -0000 1.2 @@ -137,6 +137,12 @@ <fileset dir="${lib.dir}"> <include name="*.jar"/> </fileset> + <fileset dir="${root.dir}/lib"> + <include name="*.jar"/> + </fileset> + <fileset dir="${root.dir}/build/cocoon"> + <include name="cocoon.jar"/> + </fileset> </copy> </target>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]