From 7dc46c9f2d783aa78972abbf305e6cacbd277e08 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Sun, 13 Oct 2013 21:04:31 +0000 Subject: [PATCH] LUCENE-5273: Fix slowdown when running 'ant example': unless called from the 'create-package' target, the 'lucene-jars-to-solr' and 'module-jars-to-solr' targets no longer depend on '-unpack-lucene-tgz', pulling lucene-*.jar from lucene/build/*/ instead. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531750 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 3 ++- solr/build.xml | 10 ++++++++-- solr/common-build.xml | 18 +++++++++++++++++- solr/contrib/analysis-extras/build.xml | 18 +++++++++++++++++- solr/contrib/uima/build.xml | 13 ++++++++++++- solr/test-framework/build.xml | 14 ++++++++++++-- solr/webapp/build.xml | 2 +- 7 files changed, 69 insertions(+), 9 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 781505e645f..7d4b7461df0 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -188,7 +188,8 @@ Build * LUCENE-5273: Binary artifacts in Lucene and Solr convenience binary distributions accompanying a release, including on Maven Central, - should be identical across all distributions. (Steve Rowe, Uwe Schindler) + should be identical across all distributions. (Steve Rowe, Uwe Schindler, + Shalin Shekhar Mangar) Tests diff --git a/solr/build.xml b/solr/build.xml index 61ba97c9677..85d49505fcf 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -465,8 +465,14 @@ + description="Packages the Solr Binary Distribution"> + + + + + + + diff --git a/solr/common-build.xml b/solr/common-build.xml index a5087540995..26f84c7dee1 100644 --- a/solr/common-build.xml +++ b/solr/common-build.xml @@ -160,8 +160,24 @@ - + + + + + + + + + + + + + + + + diff --git a/solr/contrib/analysis-extras/build.xml b/solr/contrib/analysis-extras/build.xml index 666abab9ead..1c6945aaf6f 100644 --- a/solr/contrib/analysis-extras/build.xml +++ b/solr/contrib/analysis-extras/build.xml @@ -49,7 +49,23 @@ code in the analysis-extras contrib, they must remain here in order to populate the Solr distribution --> - + + + + + + + + + + + + + + + + diff --git a/solr/contrib/uima/build.xml b/solr/contrib/uima/build.xml index 22a06301c20..ee564221148 100644 --- a/solr/contrib/uima/build.xml +++ b/solr/contrib/uima/build.xml @@ -35,7 +35,18 @@ - + + + + + + + + + + + diff --git a/solr/test-framework/build.xml b/solr/test-framework/build.xml index b117d8b0242..02c613dbffb 100644 --- a/solr/test-framework/build.xml +++ b/solr/test-framework/build.xml @@ -70,8 +70,18 @@ - - + + + + + + + + + + + diff --git a/solr/webapp/build.xml b/solr/webapp/build.xml index e98e036c817..6a519b7143b 100644 --- a/solr/webapp/build.xml +++ b/solr/webapp/build.xml @@ -42,7 +42,7 @@ + depends="test, init-dist, dist-core, dist-solrj, lucene-jars-to-solr">