summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2000-10-30 09:35:11 +0000
committerAndreas Bille <abi@openoffice.org>2000-10-30 09:35:11 +0000
commit163a536bd44a653252ddcab803aa00443286d637 (patch)
treee82f09f457fdf22c0e69ffd0bdcf2813c368b52a /xmlhelp
parent030f0ab1e5a6dd4d3664ebb7a1de4bed87aa7017 (diff)
Now building with Berkeley DB and sunparser
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/com/sun/star/help/makefile.mk30
1 files changed, 16 insertions, 14 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk
index 8e75eecaa144..b50d10fd0e23 100644
--- a/xmlhelp/source/com/sun/star/help/makefile.mk
+++ b/xmlhelp/source/com/sun/star/help/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: abi $ $Date: 2000-10-16 11:51:47 $
+#* last change $Author: abi $ $Date: 2000-10-30 10:35:11 $
#*
-#* $Revision: 1.2 $
+#* $Revision: 1.3 $
#*
#* $Logfile:$
#*
@@ -22,7 +22,7 @@ TARGET = com_sun_star_help
.INCLUDE : settings.mk
-JARFILES = sandbox.jar unoil.jar jurt.jar juh.jar jut.jar bdb.jar sax.jar xp.jar xt.jar
+JARFILES = jaxp.jar parser.jar xt.jar unoil.jar jurt.jar jut.jar db31.jar
EXTRAJARFILES =
CLASSGENDIR = $(OUT)$/classgen
@@ -36,17 +36,19 @@ JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASS
# --- Files --------------------------------------------------------
JAVACLASSFILES = \
- $(CLASSDIR)$/$(PACKAGE)$/HelpServer.class \
- $(CLASSDIR)$/$(PACKAGE)$/HelpContentIdentifier.class \
- $(CLASSDIR)$/$(PACKAGE)$/HelpProvider.class \
- $(CLASSDIR)$/$(PACKAGE)$/HelpContent.class \
- $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandlerFactory.class \
- $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandler.class \
- $(CLASSDIR)$/$(PACKAGE)$/HelpURLConnection.class \
- $(CLASSDIR)$/$(PACKAGE)$/CreateDb.class \
- $(CLASSDIR)$/$(PACKAGE)$/OutputStreamImpl.class \
- $(CLASSDIR)$/$(PACKAGE)$/ParameterImpl.class \
- $(CLASSDIR)$/$(PACKAGE)$/XSLData.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpServer.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpContentIdentifier.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpProvider.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpContent.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandlerFactory.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandler.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLConnection.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandlerWithJars.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLConnectionWithJars.class \
+ $(CLASSDIR)$/$(PACKAGE)$/CreateDb.class \
+ $(CLASSDIR)$/$(PACKAGE)$/OutputStreamImpl.class \
+ $(CLASSDIR)$/$(PACKAGE)$/ParameterImpl.class \
+ $(CLASSDIR)$/$(PACKAGE)$/XSLData.class \
$(CLASSDIR)$/$(PACKAGE)$/StringDbt.class