From 584adbc613a7fd959372a5518d656d46cbc95b29 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Wed, 31 Aug 2011 14:06:51 +0000 Subject: [PATCH] LUCENE-3406: Add ant target 'package-local-src-tgz' to Lucene and Solr to package sources from the local working copy. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163625 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 7 +++++++ lucene/build.xml | 16 ++++++++++++++++ lucene/common-build.xml | 5 +++++ solr/CHANGES.txt | 6 +++++- solr/build.xml | 30 +++++++++++++++++++++++++++++- 5 files changed, 62 insertions(+), 2 deletions(-) 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 @@ - + + + + + + + + + + + + + + + + + + +