From be5172631d9da0ec4ba0e501c4f964153d952d3b Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Tue, 17 May 2016 10:07:14 -0400 Subject: [PATCH] SOLR-9121: Fix check-lib-versions task to pass through the "ivysettings.xml" property as an Ivy variable so that the nested ivy settings file can be located when parsing the top-level ivy settings file. --- lucene/CHANGES.txt | 4 ++-- lucene/build.xml | 2 +- lucene/tools/custom-tasks.xml | 4 ++-- .../lucene/validation/LibVersionsCheckTask.java | 15 ++++++++------- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 41f77cd6d1f..73a4c21f320 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -137,8 +137,8 @@ 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) +* SOLR-9109/SOLR-9121: Allow specification of a custom Ivy settings file via system + property "ivysettings.xml". (Misha Dmitriev, Christine Poerschke, Uwe Schindler, Steve Rowe) ======================= Lucene 6.0.1 ======================= (No Changes) diff --git a/lucene/build.xml b/lucene/build.xml index c03770066d1..f7dffd62c96 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -97,7 +97,7 @@ description="Verify that the '/org/name' keys in ivy-versions.properties are sorted lexically and are neither duplicates nor orphans, and that all dependencies in all ivy.xml files use rev="$${/org/name}" format."> - + @@ -101,7 +101,7 @@ --> Lib versions check under: @{dir}