summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 11:06:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 11:06:08 +0000
commitc1af90b5b480d368a1b937d331d4f8fa67060f69 (patch)
tree14f0b7530cfb31fc0efce75b4c749de773ed1e00 /wizards
parentd1cdbc61db4a5a5987f8332767c37be7f9cbec8f (diff)
INTEGRATION: CWS xsltfilter10 (1.9.30); FILE MERGED
2008/07/10 00:15:08 sus 1.9.30.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/export/makefile.mk20
1 files changed, 4 insertions, 16 deletions
diff --git a/wizards/com/sun/star/wizards/web/export/makefile.mk b/wizards/com/sun/star/wizards/web/export/makefile.mk
index e8db879d095d..5fe65dcd6a77 100644
--- a/wizards/com/sun/star/wizards/web/export/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/export/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
# This file is part of OpenOffice.org.
#
@@ -41,22 +41,10 @@ PACKAGE = com$/sun$/star$/wizards$/web$/export
#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
-.IF "$(SYSTEM_XALAN)" == "YES"
-XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(XALAN_JAR)
+.IF "$(SYSTEM_SAXON)" == "YES"
+XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(SAXON_JAR)
.ELSE
-JARFILES += xalan.jar
-.ENDIF
-
-.IF "$(SYSTEM_XERCES)" == "YES"
-XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(XERCES_JAR)
-.ELSE
-JARFILES += xercesImpl.jar
-.ENDIF
-
-.IF "$(SYSTEM_XML_APIS)" == "YES"
-XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(XML_APIS_JAR)
-.ELSE
-JARFILES += xml-apis.jar
+JARFILES += saxon9.jar
.ENDIF
#JARCLASSDIRS = com$/sun$/star$/wizards$/web