From 57d23ada87dd30c43371c3a66eb9b434333d5075 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 15 Jun 2013 10:01:19 +0000 Subject: [PATCH] LUCENE-5055: "rat-sources" target now checks also build.xml, ivy.xml, forbidden-api signatures, and parts of resources folders. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493333 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 + lucene/CHANGES.txt | 4 ++++ lucene/analysis/common/build.xml | 1 + lucene/analysis/icu/build.xml | 6 ++++-- lucene/analysis/kuromoji/build.xml | 5 +++-- lucene/common-build.xml | 18 ++++++++++-------- lucene/demo/build.xml | 2 +- lucene/join/build.xml | 18 ++++++++++++++++++ lucene/spatial/build.xml | 18 ++++++++++++++++++ lucene/tools/build.xml | 3 +++ lucene/tools/custom-tasks.xml | 17 +++++++++++++++++ 11 files changed, 80 insertions(+), 13 deletions(-) diff --git a/build.xml b/build.xml index fb107be4833..58d9687f8ed 100644 --- a/build.xml +++ b/build.xml @@ -90,6 +90,7 @@ + diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8cadf4977e3..d000f4ea9ba 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -236,6 +236,10 @@ Build project name. This also enforces UTF-8 encoding when files are copied with filtering. +* LUCENE-5055: "rat-sources" target now checks also build.xml, ivy.xml, + forbidden-api signatures, and parts of resources folders. (Ryan Ernst, + Uwe Schindler) + Tests * LUCENE-4901: TestIndexWriterOnJRECrash should work on any diff --git a/lucene/analysis/common/build.xml b/lucene/analysis/common/build.xml index d9f4889caaa..75de0e75524 100644 --- a/lucene/analysis/common/build.xml +++ b/lucene/analysis/common/build.xml @@ -25,6 +25,7 @@ + diff --git a/lucene/analysis/icu/build.xml b/lucene/analysis/icu/build.xml index fcd9201b5e6..5d3c76db1bd 100644 --- a/lucene/analysis/icu/build.xml +++ b/lucene/analysis/icu/build.xml @@ -23,6 +23,8 @@ Analysis integration with ICU (International Components for Unicode). + + @@ -59,7 +61,7 @@ - + Note that the gennorm2 and icupkg tools must be on your PATH. These tools are part of the ICU4C package. See http://site.icu-project.org/ @@ -82,7 +84,7 @@ are part of the ICU4C package. See http://site.icu-project.org/ - + diff --git a/lucene/analysis/kuromoji/build.xml b/lucene/analysis/kuromoji/build.xml index 7ec776b8901..2428bac1f2a 100644 --- a/lucene/analysis/kuromoji/build.xml +++ b/lucene/analysis/kuromoji/build.xml @@ -26,6 +26,7 @@ + @@ -45,7 +46,7 @@ - + @@ -83,7 +84,7 @@ - + diff --git a/lucene/common-build.xml b/lucene/common-build.xml index e08ee519f0b..0aeba453a87 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -186,6 +186,7 @@ + @@ -255,6 +256,8 @@ + + @@ -489,7 +492,7 @@ - + @@ -1339,7 +1342,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites - + @@ -1515,7 +1518,6 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites - - + + - - - + + + - Index-time and Query-time joins for normalized content diff --git a/lucene/spatial/build.xml b/lucene/spatial/build.xml index 37505e60d75..463ae433237 100644 --- a/lucene/spatial/build.xml +++ b/lucene/spatial/build.xml @@ -1,4 +1,22 @@ + Geospatial search diff --git a/lucene/tools/build.xml b/lucene/tools/build.xml index 35310bc1f2b..462bf381ec6 100644 --- a/lucene/tools/build.xml +++ b/lucene/tools/build.xml @@ -21,6 +21,9 @@ Lucene Tools + + + diff --git a/lucene/tools/custom-tasks.xml b/lucene/tools/custom-tasks.xml index 074059b27d0..a0e175a48ed 100644 --- a/lucene/tools/custom-tasks.xml +++ b/lucene/tools/custom-tasks.xml @@ -1,4 +1,21 @@ + This file is designed for importing into a main build file, and not intended