aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-04-27 13:24:54 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-04-27 13:24:54 +0000
commitced81e122bae9a22e5d2ff37a277c6b04a4c2014 (patch)
tree537ac00deaa11cb5b69f94c3ba0b8dcf7a829071 /build.xml
parentaf05d9985efce2b569f2d58c5ed891108e36a81f (diff)
downloadpoi-ced81e122bae9a22e5d2ff37a277c6b04a4c2014.tar.gz
poi-ced81e122bae9a22e5d2ff37a277c6b04a4c2014.zip
Made dist target "work"
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 21eaee1709..6f5c45cef1 100644
--- a/build.xml
+++ b/build.xml
@@ -176,8 +176,9 @@
<!-- ====================================== -->
<!-- dist target wo single build checks -->
<!-- ====================================== -->
-
- <target name="dist" depends="-init, clean, jar, test, site"
+<!-- REALLY DIRTY HACK, ANDY REMOVED CLEAN TARGET, RE-ADD WHEN CENTIPEDE BUG -->
+<!-- is fixed!!!!!!!! -->
+ <target name="dist" depends="-init, jar, test, site"
description="Build distribution packages wo single build checks">
<antcall target="call-cent">