Index: lucene/analysis/build.xml =================================================================== --- lucene/analysis/build.xml (revision 1540497) +++ lucene/analysis/build.xml (working copy) @@ -147,4 +147,8 @@ + + + + Index: lucene/analysis/stempel/build.xml =================================================================== --- lucene/analysis/stempel/build.xml (revision 1540497) +++ lucene/analysis/stempel/build.xml (working copy) @@ -23,6 +23,11 @@ Analyzer for indexing Polish + + Index: lucene/benchmark/build.xml =================================================================== --- lucene/benchmark/build.xml (revision 1540497) +++ lucene/benchmark/build.xml (working copy) @@ -26,6 +26,9 @@ + + + Index: lucene/build.xml =================================================================== --- lucene/build.xml (revision 1540497) +++ lucene/build.xml (working copy) @@ -174,66 +174,17 @@ - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: lucene/CHANGES.txt =================================================================== --- lucene/CHANGES.txt (revision 1540497) +++ lucene/CHANGES.txt (working copy) @@ -286,6 +286,10 @@ * LUCENE-5322: Clean up / simplify Maven-related Ant targets. (Steve Rowe) +* LUCENE-4753: Run forbidden-apis Ant task per module. This allows more + improvements and prevents OOMs after the number of class files + raised recently. (Uwe Schindler) + Tests * LUCENE-5278: Fix MockTokenizer to work better with more regular expression Index: lucene/common-build.xml =================================================================== --- lucene/common-build.xml (revision 1540497) +++ lucene/common-build.xml (working copy) @@ -2176,13 +2176,52 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lucene/core/build.xml =================================================================== --- lucene/core/build.xml (revision 1540497) +++ lucene/core/build.xml (working copy) @@ -22,6 +22,14 @@ + + Index: lucene/demo/build.xml =================================================================== --- lucene/demo/build.xml (revision 1540497) +++ lucene/demo/build.xml (working copy) @@ -53,6 +53,9 @@ + + + Index: lucene/facet/build.xml =================================================================== --- lucene/facet/build.xml (revision 1540497) +++ lucene/facet/build.xml (working copy) @@ -23,6 +23,10 @@ Faceted indexing and search capabilities + + Index: lucene/misc/build.xml =================================================================== --- lucene/misc/build.xml (revision 1540497) +++ lucene/misc/build.xml (working copy) @@ -23,6 +23,15 @@ Index tools and other miscellaneous code + + Index: lucene/queryparser/build.xml =================================================================== --- lucene/queryparser/build.xml (revision 1540497) +++ lucene/queryparser/build.xml (working copy) @@ -20,6 +20,11 @@ Query parsers and parsing framework + + + Index: lucene/test-framework/build.xml =================================================================== --- lucene/test-framework/build.xml (revision 1540497) +++ lucene/test-framework/build.xml (working copy) @@ -42,6 +42,17 @@ + + + + + + + + + + + Index: lucene/tools/build.xml =================================================================== --- lucene/tools/build.xml (revision 1540497) +++ lucene/tools/build.xml (working copy) @@ -27,8 +27,19 @@ + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: solr/common-build.xml =================================================================== --- solr/common-build.xml (revision 1540497) +++ solr/common-build.xml (working copy) @@ -466,6 +466,24 @@ + + + + + + + + + + + + + + + + + + Index: solr/core/build.xml =================================================================== --- solr/core/build.xml (revision 1540497) +++ solr/core/build.xml (working copy) @@ -23,6 +23,11 @@ + + Index: solr/solrj/build.xml =================================================================== --- solr/solrj/build.xml (revision 1540497) +++ solr/solrj/build.xml (working copy) @@ -18,6 +18,11 @@ Solrj - Solr Java Client + + + Index: solr/test-framework/build.xml =================================================================== --- solr/test-framework/build.xml (revision 1540497) +++ solr/test-framework/build.xml (working copy) @@ -46,6 +46,16 @@ + + + + + + + + + +