diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-09-02 13:33:18 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-09-02 13:33:18 +0000 |
commit | 6bf12a4c7825fbe291a6ec778259da1b3666a372 (patch) | |
tree | b48b7ba143146e18bd32762babe4867d7eb6967a /officecfg | |
parent | 4ca65a2e0f0831807d336a36dec74b069996bd24 (diff) |
use java variabble
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/util/makefile.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk index 24dc4e11c5cc..e568d33693a7 100644 --- a/officecfg/util/makefile.pmk +++ b/officecfg/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: tpf $ $Date: 2002-08-07 15:08:11 $ +# last change: $Author: hjs $ $Date: 2002-09-02 14:33:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -104,7 +104,7 @@ $(MISC)$/registry$/res$/{$(alliso)}$/%.xcu :| %.xcu # creating locale dependent resource bundles $(MISC)$/registry$/res$/{$(alliso)}$/%.properties :| %.xcs -$(MKDIR) -p $(@:d) - java -classpath $(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/resource.xsl $(@:d)$(<:b).properties locale={$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))} + $(JAVA) -classpath $(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/resource.xsl $(@:d)$(<:b).properties locale={$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))} #xxxxxxxxx # create old output format obsolete |