]> source.dussan.org Git - poi.git/commitdiff
Descriptions amended/fixed.
authorRainer Klute <klute@apache.org>
Sat, 26 Jul 2003 07:31:42 +0000 (07:31 +0000)
committerRainer Klute <klute@apache.org>
Sat, 26 Jul 2003 07:31:42 +0000 (07:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353248 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7c33179d2b7434ec0e6a09b81afb9e10e1707c75..bed8d38e279afda1db21e4db23649d67f20e0701 100644 (file)
--- a/build.xml
+++ b/build.xml
         </condition>
     </target>
 
-    <target name="fetch-jars" unless="jars.present">
+    <target name="fetch-jars" unless="jars.present"
+     description="Fetches needed JAR files from the Internet">
         <get src="${main.jar1.url}" dest="${main.jar1.dir}"/>
         <get src="${main.jar2.url}" dest="${main.jar2.dir}"/>
         <get src="${contrib.jar1.url}" dest="${contrib.jar1.dir}"/>
     </target>
 
     <target name="test" depends="test-main,test-scratchpad,test-contrib"
-        description="Test main, contrib and scratchpad"/>
+        description="Tests main, contrib and scratchpad"/>
 
     <target name="-test-main-check">
         <uptodate property="main.test.notRequired" targetfile="${main.testokfile}">
     <!-- ================================== -->
 
     <target name="generate-records" depends="init"
-        description="generate-records">
+        description="Generates records">
         <java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
             <arg value="src/records/definitions"/>
             <arg value="src/records/styles"/>
     <!-- ================================== -->
 
     <target name="generate-types" depends="init"
-        description="generate-types">
+        description="Generates types">
 
         <java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
             <arg value="src/types/definitions"/>
     </target>
 
     <target name="site" depends="reports,docs"
-        description="generate the documentation and reports"/>
+        description="Generates the documentation and reports"/>
 
     <target name="jar" depends="compile" description="Creates jar files for distribution">
         <jar basedir="${main.output.dir}" destfile="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar"/>