ovidiu 02/03/17 13:49:53 Modified: src/scratchpad/schecoon build.xml Log: Rename "package" target to "jar". Revision Changes Path 1.11 +3 -3 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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- build.xml 13 Mar 2002 19:24:56 -0000 1.10 +++ build.xml 17 Mar 2002 21:49:53 -0000 1.11 @@ -225,7 +225,7 @@ <!-- =================================================================== --> <!-- Creates the jar file --> <!-- =================================================================== --> - <target name="package" depends="compile" + <target name="jar" depends="compile" description="Generates the jar package"> <jar jarfile="${build.dir}/${name}.jar"> <fileset dir="${build.dest}" includes="org/**"/> @@ -254,13 +254,13 @@ <!-- Prepares everything to be run in place --> <!-- =================================================================== --> <target name="build" depends="prepare-webapp, prepare-webapp-libs, - compile, prepare-heap, package, scripts" + compile, prepare-heap, jar, scripts" description="Prepares everything to be run in place"/> <!-- =================================================================== --> <!-- Creates the war file --> <!-- =================================================================== --> - <target name="webapp" depends="build, package" + <target name="webapp" depends="build, jar" description="Generates the war package"> <jar jarfile="${build.dir}/${name}.war" basedir="${build.war}" includes="**"/> </target>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]