summaryrefslogtreecommitdiff
path: root/officecfg/util/makefile.pmk
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2001-03-30 12:35:17 +0000
committerDirk Grobler <dg@openoffice.org>2001-03-30 12:35:17 +0000
commite1d6e3621f7113c0ed9a8486b93ba0bc04c4ad8b (patch)
treed47129d03c21aeab996ac223a4600900cae84448 /officecfg/util/makefile.pmk
parent51a2e05bcf3b7f2b106e97e5f765358b1e9f79fe (diff)
changes due to changed package structure
Diffstat (limited to 'officecfg/util/makefile.pmk')
-rw-r--r--officecfg/util/makefile.pmk20
1 files changed, 4 insertions, 16 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk
index 7a52dc2bcf..af2e0c92dd 100644
--- a/officecfg/util/makefile.pmk
+++ b/officecfg/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: dg $ $Date: 2000-11-30 11:50:44 $
+# last change: $Author: dg $ $Date: 2001-03-30 13:35:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -60,20 +60,8 @@
#
#*************************************************************************
-
-$(MISC)$/%.ins : %.xcd
- 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=true newValueStyle=true
-
-$(MISC)$/%.tpl : %.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$/instance.xsl $@ templates=true path=$(PRJ)$/data useNamespaces=true newValueStyle=true
-
-$(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)$/%.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 $< $@
-
+$(MISC)$/instance$/%.xml : %.xcd
+ java -Xmx128m -classpath $(COMMON_BUILD_TOOLS)$/xt.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/parser.jar$(PATH_SEPERATOR)$(COMMON_BUILD_TOOLS)$/jaxp.jar$(PATH_SEPERATOR)$(CLASSDIR)$/cfgimport.jar org.openoffice.configuration.SchemaImport $< $(PRJ)$/util$/instance.xsl $(MISC)