From 121fdea1bf20434091bf1f862be5611dfddd83ae Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 23 Nov 2009 09:38:29 +0000 Subject: #i104338#: fix build without Java --- xmlhelp/source/com/sun/star/help/makefile.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xmlhelp') diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk index db6e619b31e3..ad589a1a98d6 100644 --- a/xmlhelp/source/com/sun/star/help/makefile.mk +++ b/xmlhelp/source/com/sun/star/help/makefile.mk @@ -36,6 +36,7 @@ LIBBASENAME = helplinker PACKAGE = com$/sun$/star$/help TARGETTYPE=CUI +.IF "$(SOLAR_JAVA)"!="" # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -106,3 +107,7 @@ fix_system_lucene: @echo "Fix Java Class-Path entry for Lucene libraries from system." @$(SED) -r -e "s#^(Class-Path:).*#\1 file://$(LUCENE_CORE_JAR) file://$(LUCENE_ANALYZERS_JAR)#" \ -i ../../../../../$(INPATH)/class/HelpLinker/META-INF/MANIFEST.MF +.ELSE +all: + @echo java disabled +.ENDIF -- cgit