From 534ecb309b23e3435d00d8511393f69cc5f914c1 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Wed, 8 Feb 2012 17:14:57 +0000 Subject: [PATCH] LUCENE-3753: Clover fixes: Added non-clover-invoking compile-core target specializations to the lucene/test-framework and lucene/tools modules, since these classes have no tests, and lucene/test-framework sources are already included in every other module's clover instrumentation; and moved generate-clover-reports from lucene/common-build.xml to lucene/build.xml, since it doesn't need to be shared elsewhere. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241986 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/build.xml | 38 +++++++++++++++++++++++++++++++++ lucene/common-build.xml | 37 -------------------------------- lucene/test-framework/build.xml | 15 ++++++++++++- lucene/tools/build.xml | 13 +++++++++-- 4 files changed, 63 insertions(+), 40 deletions(-) diff --git a/lucene/build.xml b/lucene/build.xml index 539ba5c5c09..fc9d20a7931 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -143,6 +143,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 586b19dbd25..ce77fd87466 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -737,43 +737,6 @@ ################################################################## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lucene/test-framework/build.xml b/lucene/test-framework/build.xml index 4c8018a9fc0..510ec14f263 100644 --- a/lucene/test-framework/build.xml +++ b/lucene/test-framework/build.xml @@ -30,7 +30,20 @@ - + + + + + + + + + diff --git a/lucene/tools/build.xml b/lucene/tools/build.xml index 731a33e86e3..2b3c2bf0a1e 100644 --- a/lucene/tools/build.xml +++ b/lucene/tools/build.xml @@ -24,7 +24,16 @@ - - + + + + + + +