diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 0be936905fe..f4325c4c688 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -623,6 +623,13 @@ Test Cases * LUCENE-3327: Fix AIOOBE when TestFSTs is run with -Dtests.verbose=true (James Dyer via Mike McCandless) +Build + +* LUCENE-3406: Add ant target 'package-local-src-tgz' to Lucene and Solr + to package sources from the local working copy. + (Seung-Yeoul Yang via Steve Rowe) + + ======================= Lucene 3.3.0 ======================= Changes in backwards compatibility policy diff --git a/lucene/build.xml b/lucene/build.xml index a096d9906a8..c38c85e60d3 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -381,6 +381,22 @@ + + + + + + + + + + + + + + diff --git a/lucene/common-build.xml b/lucene/common-build.xml index f2d67b4d47b..90af8d37953 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -209,6 +209,11 @@ + + diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index bd1a287c959..d36f9a5bc4d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -301,7 +301,7 @@ Other Changes * SOLR-2654: The same Directory instance is now always used across a SolrCore so that it's easier to add other DirectoryFactory's without static caching hacks. (Mark Miller) - + Documentation ---------------------- @@ -481,6 +481,10 @@ Build modules' build.xml files. (Steve Rowe, Robert Muir) +* LUCENE-3406: Add ant target 'package-local-src-tgz' to Lucene and Solr + to package sources from the local working copy. + (Seung-Yeoul Yang via Steve Rowe) + Documentation ---------------------- diff --git a/solr/build.xml b/solr/build.xml index 4d27e17d8d7..34ad93c26ac 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -304,7 +304,35 @@ - + + + + + + + + + + + + + + + + + + +