diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-06-19 15:44:29 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-06-19 15:44:29 +0000 |
commit | 4bcdce25daab738d39de54bd589e710ce226f23f (patch) | |
tree | 2b0e98d894db72358a15d3080244d70bb62cbf52 /officecfg | |
parent | 8f83fd8b29b476da662da91c7da40b30607dc42d (diff) |
new files for cfg data generation
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/org/openoffice/configuration/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/officecfg/org/openoffice/configuration/makefile.mk b/officecfg/org/openoffice/configuration/makefile.mk index 6f5beff2ea1a..65059cfd87c7 100644 --- a/officecfg/org/openoffice/configuration/makefile.mk +++ b/officecfg/org/openoffice/configuration/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: dg $ $Date: 2001-03-30 13:16:23 $ +# last change: $Author: dg $ $Date: 2001-06-19 16:44:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,7 +75,10 @@ PACKAGE=org$/openoffice$/configuration EXTRAJARFILES = jaxp.jar parser.jar xt.jar JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/SchemaImport.class + $(CLASSDIR)$/$(PACKAGE)$/XMLDefaultGenerator.class \ + $(CLASSDIR)$/$(PACKAGE)$/Generator.class \ + $(CLASSDIR)$/$(PACKAGE)$/Trim.class \ + $(CLASSDIR)$/$(PACKAGE)$/Inspector.class JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) |