[ooo-build-commit] Branch 'ooo/master' - filter/prj filter/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Jun 17 17:38:58 PDT 2009


 filter/prj/build.lst                               |    2 +-
 filter/source/config/fragments/filters/makefile.mk |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4cf15e0873b21dc3978ba1db3fee4cfac252e086
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date:   Wed Jun 17 13:15:46 2009 +0000

    CWS-TOOLING: integrate CWS l10ncleanup04
    2009-05-28 13:46:54 +0200 ihi  r272407 : remove forgotten sdf's
    2009-05-25 22:32:35 +0200 ihi  r272273 : no WITH_LANG fix
    2009-05-25 20:45:58 +0200 ihi  r272272 : remove some comments
    2009-05-25 19:55:21 +0200 ihi  r272271 : svx dialog -> cui l10n move
    2009-05-25 18:30:58 +0200 ihi  r272268 : build fix
    2009-05-18 16:32:02 +0200 ihi  r272033 : bash fix
    2009-05-18 16:31:32 +0200 ihi  r272032 : bash fix
    2009-05-14 16:23:39 +0200 ihi  r271901 : #i79750# Translation moved to l10n module
    2009-05-11 23:36:05 +0200 ihi  r271793 : #i79750# Translation moved into own module

diff --git a/filter/prj/build.lst b/filter/prj/build.lst
index d8e1bd1..49083f5 100644
--- a/filter/prj/build.lst
+++ b/filter/prj/build.lst
@@ -1,4 +1,4 @@
-fl	filter	:	svtools unotools goodies xmloff cppu tools cppuhelper sal svx javaunohelper XPDF:xpdf jvmaccess canvas SAXON:saxon LIBXSLT:libxslt NULL
+fl	filter	:    l10n svtools unotools goodies xmloff cppu tools cppuhelper sal svx javaunohelper XPDF:xpdf jvmaccess canvas SAXON:saxon LIBXSLT:libxslt NULL
 fl	filter									usr1	-	all	fl_mkout			NULL
 fl	filter\prj								get		-	all	fl_prj				NULL
 fl	filter\inc								nmake	-	all	fl_inc				NULL
diff --git a/filter/source/config/fragments/filters/makefile.mk b/filter/source/config/fragments/filters/makefile.mk
index c70e9f4..e3696c0 100644
--- a/filter/source/config/fragments/filters/makefile.mk
+++ b/filter/source/config/fragments/filters/makefile.mk
@@ -52,10 +52,10 @@ ALLTAR: $(ALL_UI_FILTERS)
 .IF "$(WITH_LANG)"!=""
 $(DIR_LOCFRAG)$/filters$/%.xcu : %.xcu
     -$(MKDIRHIER) $(@:d)
-    $(WRAPCMD) $(CFGEX) -p $(PRJNAME) -i $(@:f) -o $@ -m localize.sdf -l all
+    $(WRAPCMD) $(CFGEX) -p $(PRJNAME) -i $(@:f) -o $@ -m $(LOCALIZESDF) -l all
 
 .IF "$(ALL_UI_FILTERS)"!=""
-$(ALL_UI_FILTERS) : localize.sdf
+$(ALL_UI_FILTERS) : $(LOCALIZESDF)
 .ENDIF          # "$(ALL_UI_FILTERS)"!=""
 
 .ENDIF 			# "$(WITH_LANG)"!=""


More information about the ooo-build-commit mailing list