Index: solr/build.xml =================================================================== --- solr/build.xml (revision 1531715) +++ solr/build.xml (working copy) @@ -465,8 +465,14 @@ + description="Packages the Solr Binary Distribution"> + + + + + + + Index: solr/common-build.xml =================================================================== --- solr/common-build.xml (revision 1531715) +++ solr/common-build.xml (working copy) @@ -160,8 +160,24 @@ - + + + + + + + + + + + + + + + + Index: solr/contrib/analysis-extras/build.xml =================================================================== --- solr/contrib/analysis-extras/build.xml (revision 1531715) +++ solr/contrib/analysis-extras/build.xml (working copy) @@ -49,7 +49,23 @@ code in the analysis-extras contrib, they must remain here in order to populate the Solr distribution --> - + + + + + + + + + + + + + + + + Index: solr/contrib/uima/build.xml =================================================================== --- solr/contrib/uima/build.xml (revision 1531715) +++ solr/contrib/uima/build.xml (working copy) @@ -35,7 +35,18 @@ - + + + + + + + + + + + Index: solr/test-framework/build.xml =================================================================== --- solr/test-framework/build.xml (revision 1531715) +++ solr/test-framework/build.xml (working copy) @@ -70,8 +70,18 @@ - - + + + + + + + + + + + Index: solr/webapp/build.xml =================================================================== --- solr/webapp/build.xml (revision 1531715) +++ solr/webapp/build.xml (working copy) @@ -42,7 +42,7 @@ + depends="test, init-dist, dist-core, dist-solrj, lucene-jars-to-solr">