summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 09:00:42 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 09:00:42 +0000
commitdca00b386a447ab7b36b197e37279532ddc33929 (patch)
tree0a6ec00bb59a118c03510d1cd229c1f447fbebe8
parent7492b7f98ce6f435e887e01e6cbb16b0f2957b64 (diff)
INTEGRATION: CWS onlineupdate3 (1.8.112); FILE MERGED
2006/07/13 11:51:42 obr 1.8.112.1: #i67320# XCS_TRIM now honors PROCESSOUT
-rw-r--r--solenv/inc/tg_config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_config.mk b/solenv/inc/tg_config.mk
index f166410d7e28..87d5dc0c634f 100644
--- a/solenv/inc/tg_config.mk
+++ b/solenv/inc/tg_config.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_config.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2006-04-19 15:09:22 $
+# last change: $Author: ihi $ $Date: 2006-08-04 10:00:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@ PACKAGEDIR*:=$(subst,.,$/ $(PACKAGE))
.IF "$(XCSFILES)"!=""
# remove unnecessary info from the component schemas
-XCS_TRIM=$(MISC)$/registry$/schema$/$(PACKAGEDIR)$/{$(XCSFILES)}
+XCS_TRIM=$(PROCESSOUT)$/registry$/schema$/$(PACKAGEDIR)$/{$(XCSFILES)}
# transform xcs format to properties format
# XCS_RESOURCES=$(foreach,i,$(XCSFILES) $(MISC)$/registry$/res$/{$(alllangiso)}$/$(PACKAGEDIR)$/$(i:b).properties)