diff options
author | Dirk Grobler <dg@openoffice.org> | 2000-10-27 09:39:49 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2000-10-27 09:39:49 +0000 |
commit | 255614447e3b1b0d08c4cf948631e14176e561e1 (patch) | |
tree | 2469948d9c65c1d7e02ca69ed634c021f2893758 /officecfg | |
parent | ae2495d93d21854a91c606bd45b3d1357979cc41 (diff) |
transfromation enhanced
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/util/makefile.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk index 2f26b57be888..37dc6899c3ab 100644 --- a/officecfg/util/makefile.pmk +++ b/officecfg/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: dg $ $Date: 2000-10-26 13:57:28 $ +# last change: $Author: dg $ $Date: 2000-10-27 10:39:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,10 +63,10 @@ $(MISC)$/%.ins : %.xml java -classpath $(COMMON_BUILD_TOOLS)$/jaxp.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar$(PATH_SEPERATOR)$(CLASSDIR)$/schema.jar org.openoffice.helper.Validator $< - java -classpath $(COMMON_BUILD_TOOLS)$/xt19991105.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/instance.xsl $@ path=$(PRJ)$/data newValueStyle=true + java -classpath $(COMMON_BUILD_TOOLS)$/xt19991105.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/instance.xsl $@ path=$(PRJ)$/data useNamespaces=false newValueStyle=false $(MISC)$/%.tpl : %.xml - java -classpath $(COMMON_BUILD_TOOLS)$/xt19991105.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/instance.xsl $@ templates=true path=$(PRJ)$/data newValueStyle=true + java -classpath $(COMMON_BUILD_TOOLS)$/xt19991105.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/instance.xsl $@ templates=true path=$(PRJ)$/data useNamespaces=false newValueStyle=false $(MISC)$/%.xsd : %.xml java -classpath $(COMMON_BUILD_TOOLS)$/xt19991105.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/schema.xsl $@ |