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
This commit is contained in:
Andrew C. Oliver 2002-04-27 13:24:54 +00:00
parent af05d9985e
commit ced81e122b
1 changed files with 3 additions and 2 deletions

View File

@ -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">