Index: build.xml =================================================================== --- build.xml (revision 1443023) +++ build.xml (working copy) @@ -102,6 +102,7 @@ + @@ -109,6 +110,20 @@ + + + + + + + + + + + + + + Index: lucene/CHANGES.txt =================================================================== --- lucene/CHANGES.txt (revision 1443023) +++ lucene/CHANGES.txt (working copy) @@ -151,6 +151,8 @@ * LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy. (Uwe Schindler, Robert Muir) +* LUCENE-4758: 'ant jar', 'ant compile', and 'ant compile-test' should recurse. (Steve Rowe) + ======================= Lucene 4.1.0 ======================= Changes in backwards compatibility policy Index: lucene/analysis/build.xml =================================================================== --- lucene/analysis/build.xml (revision 1443023) +++ lucene/analysis/build.xml (working copy) @@ -104,6 +104,10 @@ + + + + Index: lucene/build.xml =================================================================== --- lucene/build.xml (revision 1443023) +++ lucene/build.xml (working copy) @@ -145,6 +145,12 @@ + + + + + @@ -526,7 +532,7 @@ - + @@ -575,6 +581,11 @@ + + + + Index: solr/build.xml =================================================================== --- solr/build.xml (revision 1443023) +++ solr/build.xml (working copy) @@ -126,9 +126,11 @@ - + + + @@ -136,7 +138,7 @@ depends="-clover.load, test-solr-core, test-solrj"/> - @@ -173,12 +175,21 @@ + + + + + + + + Index: solr/common-build.xml =================================================================== --- solr/common-build.xml (revision 1443023) +++ solr/common-build.xml (working copy) @@ -183,7 +183,7 @@ - + @@ -367,6 +367,11 @@ + + + + + @@ -421,6 +432,10 @@ + + + +