Index: build.xml =================================================================== --- build.xml (revision 1443023) +++ build.xml (working copy) @@ -109,6 +109,13 @@ + + + + + + + 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' and 'ant compile' 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,11 @@ + + + + @@ -575,6 +580,11 @@ + + + + Index: solr/build.xml =================================================================== --- solr/build.xml (revision 1443023) +++ solr/build.xml (working copy) @@ -173,12 +173,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 @@ + + + +