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:
parent
2c658e3750
commit
83ef5efb26
@ -429,7 +429,7 @@ printed.
|
||||
<!-- ================================== -->
|
||||
|
||||
<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"/>
|
||||
|
||||
<!-- ================================== -->
|
||||
|
@ -64,8 +64,11 @@
|
||||
<distributions dir="./dist">
|
||||
<source dir="./dist/src"/>
|
||||
<bin dir="./dist/bin">
|
||||
<library dir="./dist/bin/lib"/>
|
||||
<documentation dir="./dist/bin/docs"/>
|
||||
<library dir="./dist/bin/lib">
|
||||
<core dir="./dist/bin/lib"/>
|
||||
<optional dir="./dist/bin/lib/optional"/>
|
||||
</library>
|
||||
<documentation dir="./dist/bin/build/docs"/>
|
||||
<info dir="./dist/bin"/>
|
||||
<build dir="./dist/bin/build"/>
|
||||
<legal dir="./dist/bin/legal"/>
|
||||
|
Loading…
Reference in New Issue
Block a user