]> source.dussan.org Git - poi.git/commitdiff
Changed order of dependency in the dist, so that tests are run after site generation.
authorNicola Ken Barozzi <nicolaken@apache.org>
Thu, 18 Apr 2002 18:12:26 +0000 (18:12 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Thu, 18 Apr 2002 18:12:26 +0000 (18:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352451 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 92ebeebcc63eae3f0616febbfcfc2447f3e02987..e6f4ba2c7ee718f373471745fc363792360bd563 100644 (file)
--- a/build.xml
+++ b/build.xml
   <!--  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">