SOLR-6926: Remove deprecated "ant example"; replaced by "ant server" a year ago

This commit is contained in:
David Smiley 2016-03-07 23:48:31 -05:00
parent f7f81c3284
commit a0a571caa9
1 changed files with 0 additions and 14 deletions

View File

@ -809,18 +809,4 @@
<contrib-crawl target="-append-module-dependencies-properties"/>
</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>