Changed order of dependency in the dist, so that tests are run after site generation.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-18 18:12:26 +00:00
parent 36b40fef8d
commit 4874773885
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
<!-- dist target wo single build checks -->
<!-- ====================================== -->
<target name="dist" depends="-init, clean, test, jar, site"
<target name="dist" depends="-init, clean, jar, site, test"
description="Build distribution packages wo single build checks">
<antcall target="call-cent">