From 8dcabf03651e905793ac9576a6b4160bed631f7a Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 3 Dec 2013 11:40:52 +0000 Subject: [PATCH] LUCENE-5355: Add support for -Dbootjdk to point to a separate JAVA_HOME that is used to generate javadocs; validate the -Dbootclasspath to point to a valid rt.jar git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547346 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/common-build.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 938813c536b..a5ad7e03a92 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -159,7 +159,6 @@ - @@ -169,6 +168,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +