diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-18 18:12:26 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-18 18:12:26 +0000 |
commit | 3750a6da0c8e702286609543ad6fa81bc5ea3cd5 (patch) | |
tree | 46df6dc5c3887cfa7952cec0d8bd52942d11edb1 /build.xml | |
parent | cb7f1cbd0e3f1f2d44444489b03eae0d6ea4aec2 (diff) | |
download | poi-3750a6da0c8e702286609543ad6fa81bc5ea3cd5.tar.gz poi-3750a6da0c8e702286609543ad6fa81bc5ea3cd5.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |