[Libreoffice-commits] .: qadevOOo/Jar_OOoRunner.mk

David Tardon dtardon at kemper.freedesktop.org
Fri Dec 23 08:14:35 PST 2011


 qadevOOo/Jar_OOoRunner.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit f3f77fd5cdd0a04115af255430a97e6dec24d85f
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Dec 23 17:14:09 2011 +0100

    gb_Jar_add_packagefiles only takes 2 args

diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 8268975..c005489 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -71,4 +71,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 	qadevOOo/tests/java/*/*/*/* \
 ))
 
-$(eval $(call gb_Jar_add_packagefile,OOoRunner,objdsc,$(SRCDIR)/qadevOOo/objdsc))
+$(eval $(call gb_Jar_add_packagefiles,OOoRunner,\
+    $(SRCDIR)/qadevOOo/objdsc \
+))


More information about the Libreoffice-commits mailing list