nicolaken 02/04/09 11:35:41
Modified: . build.xml
Log:
Updated interactive target descriptions.
Revision Changes Path
1.17 +3 -3 jakarta-poi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 9 Apr 2002 14:18:39 -0000 1.16
+++ build.xml 9 Apr 2002 18:35:41 -0000 1.17
@@ -117,12 +117,12 @@
<echo message=" "/>
<echo message=" compile ---------- compiles the source code "/>
<echo message=" jar -------------- create the jar files "/>
- <echo message=" docs ------------- generates the html docs"/>
- <echo message=" cleandocs -------- cleans the build docs directory"/>
+ <echo message=" docs ------------- generates the html docs - clean not
needed"/>
+ <echo message=" site ------------- generates the html site (docs+reports)"/>
<echo message=" javadocs --------- generates the API documentation"/>
<echo message=" test ------------- performs the jUnit tests"/>
<echo message=" clean ------------ cleans the build directory"/>
- <echo message=" dist ------------- creates src and bin distributions"/>
+ <echo message=" quickdist -------- creates src and bin distributions"/>
<echo message=" scratchpad ------- build-run scratchpad code"/>
<echo message=" contrib ---------- build-run contributed code"/>
<echo message=" generate-records - generate excel records"/>