Descriptions amended/fixed.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2003-07-26 07:31:42 +00:00
parent 89c66423b4
commit b07e707db1

View File

@ -156,7 +156,8 @@
</condition> </condition>
</target> </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.jar1.url}" dest="${main.jar1.dir}"/>
<get src="${main.jar2.url}" dest="${main.jar2.dir}"/> <get src="${main.jar2.url}" dest="${main.jar2.dir}"/>
<get src="${contrib.jar1.url}" dest="${contrib.jar1.dir}"/> <get src="${contrib.jar1.url}" dest="${contrib.jar1.dir}"/>
@ -209,7 +210,7 @@
</target> </target>
<target name="test" depends="test-main,test-scratchpad,test-contrib" <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"> <target name="-test-main-check">
<uptodate property="main.test.notRequired" targetfile="${main.testokfile}"> <uptodate property="main.test.notRequired" targetfile="${main.testokfile}">
@ -500,7 +501,7 @@
<!-- ================================== --> <!-- ================================== -->
<target name="generate-records" depends="init" <target name="generate-records" depends="init"
description="generate-records"> description="Generates records">
<java classname="org.apache.poi.dev.RecordGenerator" fork="yes"> <java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
<arg value="src/records/definitions"/> <arg value="src/records/definitions"/>
<arg value="src/records/styles"/> <arg value="src/records/styles"/>
@ -521,7 +522,7 @@
<!-- ================================== --> <!-- ================================== -->
<target name="generate-types" depends="init" <target name="generate-types" depends="init"
description="generate-types"> description="Generates types">
<java classname="org.apache.poi.dev.RecordGenerator" fork="yes"> <java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
<arg value="src/types/definitions"/> <arg value="src/types/definitions"/>
@ -539,7 +540,7 @@
</target> </target>
<target name="site" depends="reports,docs" <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"> <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"/> <jar basedir="${main.output.dir}" destfile="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar"/>