mirror of https://github.com/apache/lucene.git
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:
parent
caa67be375
commit
ebbae9eb92
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue