summaryrefslogtreecommitdiff
path: root/helpcontent2/util/target.pmk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 10:10:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 10:10:20 +0000
commit5ece28c2541d1b1bfafde7cf37a2333e47e9dd3c (patch)
tree3db55c7eb496c21c1a03980d36b80b5e5d1e0079 /helpcontent2/util/target.pmk
parentb905afcc05c42f9e753b4617a128821686bf38b3 (diff)
INTEGRATION: CWS jaxpapi (1.12.8); FILE MERGED
2006/03/10 14:20:29 cmc 1.12.8.1: #i61278# set SAXParserFactory and DocumentBuilderFactory like tg_config.mk to make safe in absence of full jaxp impl in host java
Diffstat (limited to 'helpcontent2/util/target.pmk')
-rwxr-xr-xhelpcontent2/util/target.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk
index a246393c1f..e02fd12c95 100755
--- a/helpcontent2/util/target.pmk
+++ b/helpcontent2/util/target.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: kz $ $Date: 2006-01-05 14:44:39 $
+# last change: $Author: vg $ $Date: 2006-03-16 11:10:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,5 +50,5 @@ JAVA_VM_HEAP_SIZE = -Xms256m -Xmx256m
$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS)) $(COMMONMISC)$/xhp_changed.flag
@+-$(MKDIR) -p $(@:d)
- $(JAVAI) $(JAVA_VM_HEAP_SIZE) $(JAVA_LIBRARY_PATH) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -idx $(PRJ)$/source$/auxiliary$/index.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)
+ $(JAVAI) $(JAVA_VM_HEAP_SIZE) $(JAVA_LIBRARY_PATH) -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -src $(COMMONMISC) -sty $(PRJ)$/source$/auxiliary$/embed.xsl -idx $(PRJ)$/source$/auxiliary$/index.xsl -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)