summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:19:16 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:19:16 +0000
commit1a0a0cc61adf46e90bfb83a7a82be8d9e3ec36ab (patch)
treea5c745b6e05fe7be831ab7a2beff86dcc4c806bb /xmlhelp
parentd318f86865b2c03bb009827179710c342168dede (diff)
INTEGRATION: CWS ab52 (1.35.2); FILE MERGED
2008/06/18 10:32:33 ab 1.35.2.1: #i83625# LuceneHelpWrapper.jar
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/com/sun/star/help/makefile.mk15
1 files changed, 14 insertions, 1 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk
index e42b61f44d..09e59cc3cc 100644
--- a/xmlhelp/source/com/sun/star/help/makefile.mk
+++ b/xmlhelp/source/com/sun/star/help/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.35 $
+# $Revision: 1.36 $
#
# This file is part of OpenOffice.org.
#
@@ -33,6 +33,7 @@ PRJ = ..$/..$/..$/..$/..
PRJNAME = xmlhelp
TARGET = HelpLinker
LIBBASENAME = helplinker
+PACKAGE = com$/sun$/star$/help
TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
@@ -94,6 +95,18 @@ SHL1USE_EXPORTS =ordinal
DEF1NAME =$(SHL1TARGET)
DEFLIB1NAME =$(TARGET)
+JAVACLASSFILES = \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpSearch.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpIndexer.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpFileDocument.class
+
+JARFILES = lucene-core-2.3.jar ridl.jar jurt.jar unoil.jar juh.jar
+JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
+
+JARTARGET = LuceneHelpWrapper.jar
+JARCOMPRESS = TRUE
+CUSTOMMANIFESTFILE = MANIFEST.MF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk