diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-15 13:01:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-15 13:01:07 +0000 |
commit | eb2efbca4e0a9cd5d5b63ef02af328d242ef3c2e (patch) | |
tree | d9c70c79bbd18c91c91fc521e715fd900edb4254 /officecfg | |
parent | 0a6b25886c141937a364743ca099915289b322de (diff) |
INTEGRATION: CWS ause066 (1.5.220); FILE MERGED
2006/08/30 08:35:51 hjs 1.5.220.1: #i69087# - cleanup
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/TypeDetection/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/makefile.mk b/officecfg/registry/schema/org/openoffice/TypeDetection/makefile.mk index cc00a6aa2841..ec9bbe5fccca 100644 --- a/officecfg/registry/schema/org/openoffice/TypeDetection/makefile.mk +++ b/officecfg/registry/schema/org/openoffice/TypeDetection/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:46:00 $ +# last change: $Author: obo $ $Date: 2006-09-15 14:01:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,14 +36,13 @@ PRJ=..$/..$/..$/..$/.. PRJNAME=officecfg TARGET=schema_ooTypeDetection +PACKAGE=org.openoffice.TypeDetection .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Targets ------------------------------------------------------ -PACKAGE=org.openoffice.TypeDetection - XCSFILES= \ Types.xcs \ Filter.xcs \ |