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">