mirror of https://github.com/apache/lucene.git
SOLR-6926: Remove deprecated "ant example"; replaced by "ant server" a year ago
(cherry picked from commit a0a571c
)
This commit is contained in:
parent
3a31a8c768
commit
16d98894ed
|
@ -809,18 +809,4 @@
|
||||||
<contrib-crawl target="-append-module-dependencies-properties"/>
|
<contrib-crawl target="-append-module-dependencies-properties"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="example" depends="server">
|
|
||||||
<!-- no description so -p doesn't list it -->
|
|
||||||
<echo>
|
|
||||||
|
|
||||||
! ! ! NOTICE NOTICE NOTICE ! ! !
|
|
||||||
|
|
||||||
'ant example' is no longer recomended
|
|
||||||
|
|
||||||
Use 'ant server' instead
|
|
||||||
|
|
||||||
'ant example' is going to be removed at some point
|
|
||||||
|
|
||||||
</echo>
|
|
||||||
</target>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue