jeremias 2002/11/11 02:20:08
Modified: contrib/servlet Tag: fop-0_20_2-maintain build.xml
Log:
Added target description texts as supported by ant 1.5.x
Revision Changes Path
No revision
No revision
1.1.2.3 +2 -2 xml-fop/contrib/servlet/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/contrib/servlet/build.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- build.xml 7 Aug 2002 10:29:16 -0000 1.1.2.2
+++ build.xml 11 Nov 2002 10:20:08 -0000 1.1.2.3
@@ -62,7 +62,7 @@
<!-- =================================================================== -->
<!-- Creates the class package -->
<!-- =================================================================== -->
- <target name="package" depends="compile">
+ <target name="package" depends="compile" description="Builds the FOP servlet
WAR file">
<echo message="Creating the WAR file"/>
<war warfile="${build.dir}/fop.war" webxml="${conf.dir}/web.xml">
<lib dir="${fop.lib.dir}">
@@ -80,7 +80,7 @@
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->
- <target name="clean" depends="init">
+ <target name="clean" depends="init" description="Cleans the build directory">
<delete dir="${build.dir}"/>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]