You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/03/09 17:00:35 UTC

[24/50] [abbrv] lucene-solr git commit: SOLR-6926: Remove deprecated "ant example"; replaced by "ant server" a year ago

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a0a571ca
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a0a571ca
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a0a571ca

Branch: refs/heads/apiv2
Commit: a0a571caa9777a8a6401b88ff9c4d2bb982055b8
Parents: f7f81c3
Author: David Smiley <ds...@apache.org>
Authored: Mon Mar 7 23:48:31 2016 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Mon Mar 7 23:48:31 2016 -0500

----------------------------------------------------------------------
 solr/build.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a0a571ca/solr/build.xml
----------------------------------------------------------------------
diff --git a/solr/build.xml b/solr/build.xml
index 218bf8c..61503df 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -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>