From 4e46774b9b6d661a938e136bd35bdf6ed3aa5cdd Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 17 Jun 2011 07:28:37 +0000 Subject: [PATCH] Make sure, Jenkins/Hudson can compile Solr Contrib classes+tests with Java 5, without running tests git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136792 13f79535-47bb-0310-9956-ffa450edef68 --- solr/common-build.xml | 4 ++++ solr/contrib/dataimporthandler/build.xml | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/solr/common-build.xml b/solr/common-build.xml index 5efde953556..4edc6a585e0 100644 --- a/solr/common-build.xml +++ b/solr/common-build.xml @@ -530,6 +530,10 @@ + + + + diff --git a/solr/contrib/dataimporthandler/build.xml b/solr/contrib/dataimporthandler/build.xml index a173dc0c5a7..7115e1cfe57 100644 --- a/solr/contrib/dataimporthandler/build.xml +++ b/solr/contrib/dataimporthandler/build.xml @@ -118,7 +118,9 @@ manifest="../../${dest}/META-INF/MANIFEST.MF" /> - + + + @@ -143,7 +145,7 @@ - +