From 68b50b6d1d8258ea13a5781c033c52fbbc914e85 Mon Sep 17 00:00:00 2001 From: "Ocke.Janssen" Date: Wed, 24 Nov 2010 09:58:37 +0100 Subject: dba34b: localize properties --- .../java/com/sun/star/report/function/metadata/makefile.mk | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'reportbuilder') diff --git a/reportbuilder/java/com/sun/star/report/function/metadata/makefile.mk b/reportbuilder/java/com/sun/star/report/function/metadata/makefile.mk index d68a2f8cedc8..e67713a518d4 100644 --- a/reportbuilder/java/com/sun/star/report/function/metadata/makefile.mk +++ b/reportbuilder/java/com/sun/star/report/function/metadata/makefile.mk @@ -48,11 +48,12 @@ JAVAFILES := AuthorFunction.java \ # PROPERTYFILES := $(shell @$(FIND) . -name "*.properties") PROPERTYFILES := $(CLASSDIR)$/$(PACKAGE)$/category.properties \ - $(CLASSDIR)$/$(PACKAGE)$/category_en_US.properties \ - $(CLASSDIR)$/$(PACKAGE)$/Author-Function.properties \ - $(CLASSDIR)$/$(PACKAGE)$/Author-Function_en_US.properties \ - $(CLASSDIR)$/$(PACKAGE)$/Title-Function.properties \ - $(CLASSDIR)$/$(PACKAGE)$/Title-Function_en_US.properties + $(CLASSDIR)$/$(PACKAGE)$/Title-Function.properties + +L10NPROPERTYFILES := $(CLASSDIR)$/$(PACKAGE)$/category_en_US.properties \ + $(CLASSDIR)$/$(PACKAGE)$/Author-Function.properties \ + $(CLASSDIR)$/$(PACKAGE)$/Author-Function_en_US.properties \ + $(CLASSDIR)$/$(PACKAGE)$/Title-Function_en_US.properties # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -- cgit v1.2.3