LUCENE-1845: set nightly property when nightly target is run

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-08-25 19:07:16 +00:00
parent caa67be375
commit ebbae9eb92
1 changed files with 5 additions and 2 deletions

View File

@ -384,9 +384,12 @@
</filterset>
</copy>
</target>
<target name="nightly" depends="test, package-tgz, changes-to-html">
<target name="set-nightly-property">
<property name="nightly" value="true"/>
</target>
<target name="nightly" depends="set-nightly-property, test, package-tgz, changes-to-html"/>
<!-- ================================================================== -->
<!-- Packages the distribution with zip -->