From 82788504aa3125075afc606413c0603a86cd4763 Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Mon, 16 May 2016 18:06:48 -0400 Subject: [PATCH] SOLR-9109: Allow specification of a custom Ivy settings file via system property "ivysettings.xml". --- lucene/CHANGES.txt | 3 +++ lucene/common-build.xml | 3 ++- ...gs.xml => default-nested-ivy-settings.xml} | 13 +++++----- lucene/top-level-ivy-settings.xml | 24 +++++++++++++++++++ solr/common-build.xml | 4 ++-- 5 files changed, 38 insertions(+), 9 deletions(-) rename lucene/{ivy-settings.xml => default-nested-ivy-settings.xml} (93%) create mode 100644 lucene/top-level-ivy-settings.xml diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 97d5b966731..41f77cd6d1f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -137,6 +137,9 @@ Other * LUCENE-7263: Make queryparser/xml/CoreParser's SpanQueryBuilderFactory accessible to deriving classes. (Daniel Collins via Christine Poerschke) +* SOLR-9109: Allow specification of a custom Ivy settings file via system + property "ivysettings.xml". (Misha Dmitriev, Uwe Schindler, Steve Rowe) + ======================= Lucene 6.0.1 ======================= (No Changes) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index da9f7bf6f2b..a3477726e50 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -38,6 +38,7 @@ + @@ -422,7 +423,7 @@ you have an idea, fix it. unless="ivy.settings.uptodate" --> - + diff --git a/lucene/ivy-settings.xml b/lucene/default-nested-ivy-settings.xml similarity index 93% rename from lucene/ivy-settings.xml rename to lucene/default-nested-ivy-settings.xml index e615d918f8c..97445e113df 100644 --- a/lucene/ivy-settings.xml +++ b/lucene/default-nested-ivy-settings.xml @@ -14,27 +14,28 @@ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - under the License. + under the License. --> + + - - - + - + - + diff --git a/lucene/top-level-ivy-settings.xml b/lucene/top-level-ivy-settings.xml new file mode 100644 index 00000000000..0be25ecdeec --- /dev/null +++ b/lucene/top-level-ivy-settings.xml @@ -0,0 +1,24 @@ + + + + + + + diff --git a/solr/common-build.xml b/solr/common-build.xml index d2672587edc..27976a4d68d 100644 --- a/solr/common-build.xml +++ b/solr/common-build.xml @@ -505,12 +505,12 @@ - + - +