dist build fix (docs go before tests, to get the results in the docs)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-08 19:12:29 +00:00
parent 2c658e3750
commit 83ef5efb26
2 changed files with 6 additions and 3 deletions

View File

@ -429,7 +429,7 @@ printed.
<!-- ================================== --> <!-- ================================== -->
<target name="testmodule" <target name="testmodule"
depends="clean, compile, test, jar, docs, metrics, javadocs" depends="clean, docs, compile, test, jar, metrics, javadocs"
description="Testing that all major targets work; useful before a commit"/> description="Testing that all major targets work; useful before a commit"/>
<!-- ================================== --> <!-- ================================== -->

View File

@ -64,8 +64,11 @@
<distributions dir="./dist"> <distributions dir="./dist">
<source dir="./dist/src"/> <source dir="./dist/src"/>
<bin dir="./dist/bin"> <bin dir="./dist/bin">
<library dir="./dist/bin/lib"/> <library dir="./dist/bin/lib">
<documentation dir="./dist/bin/docs"/> <core dir="./dist/bin/lib"/>
<optional dir="./dist/bin/lib/optional"/>
</library>
<documentation dir="./dist/bin/build/docs"/>
<info dir="./dist/bin"/> <info dir="./dist/bin"/>
<build dir="./dist/bin/build"/> <build dir="./dist/bin/build"/>
<legal dir="./dist/bin/legal"/> <legal dir="./dist/bin/legal"/>