summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2000-11-06 10:29:49 +0000
committerDirk Grobler <dg@openoffice.org>2000-11-06 10:29:49 +0000
commitee2a245b41c65b8323c46c36fec7146b93e7c1e9 (patch)
treebae448abb0b0ed843344cda48a22f595c92facab /officecfg
parentd15868d3e1d5d9a37b5495858090f68195e05ea2 (diff)
new transformation rules
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/util/makefile.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk
index 37dc6899c3ab..51471ff95884 100644
--- a/officecfg/util/makefile.pmk
+++ b/officecfg/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: dg $ $Date: 2000-10-27 10:39:49 $
+# last change: $Author: dg $ $Date: 2000-11-06 11:29: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 useNamespaces=false newValueStyle=false
+ 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=true newValueStyle=true
$(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 useNamespaces=false newValueStyle=false
+ 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=true newValueStyle=true
$(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 $@