summaryrefslogtreecommitdiff
path: root/officecfg/util
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2000-11-30 10:50:44 +0000
committerDirk Grobler <dg@openoffice.org>2000-11-30 10:50:44 +0000
commit529516124e0b5c8b072ee21facc8ec8148454359 (patch)
tree51a64f455801e2be21b0573b57d067ebcab3e50e /officecfg/util
parenta55234e450eb21bad0853baa1e6c648cc6d050a5 (diff)
#80592# new extension for translation process
Diffstat (limited to 'officecfg/util')
-rw-r--r--officecfg/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk
index d7718a24b3e6..7a52dc2bcfd5 100644
--- a/officecfg/util/makefile.pmk
+++ b/officecfg/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: dg $ $Date: 2000-11-29 13:57:48 $
+# last change: $Author: dg $ $Date: 2000-11-30 11:50:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,7 +71,7 @@ $(MISC)$/%.tpl : %.xcd
$(MISC)$/%.xsd : %.xcd
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 $@
-$(MISC)$/%.xcd : $(MISC)$/%.ins
+$(MISC)$/%.xml : $(MISC)$/%.ins
java -classpath $(COMMON_BUILD_TOOLS)$/jaxp.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar$(PATH_SEPERATOR)$(CLASSDIR)$/schema.jar org.openoffice.helper.PrettyPrinter $< $@