diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-04-27 13:24:54 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-04-27 13:24:54 +0000 |
commit | ced81e122bae9a22e5d2ff37a277c6b04a4c2014 (patch) | |
tree | 537ac00deaa11cb5b69f94c3ba0b8dcf7a829071 /build.xml | |
parent | af05d9985efce2b569f2d58c5ed891108e36a81f (diff) | |
download | poi-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.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"> |