[Libreoffice-commits] .: 2 commits - wizards/com wizards/Jar_reportbuilder.mk
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Apr 24 01:47:41 PDT 2012
wizards/Jar_reportbuilder.mk | 2 +-
wizards/com/sun/star/wizards/reportbuilder/MANIFEST.MF | 1 +
wizards/com/sun/star/wizards/reportbuilder/Manifest.mf | 2 --
3 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 4e435cdd0700fd3319fe72a966032a3245dddfcd
Author: Luboš Luňák <l.lunak at suse.cz>
Date: Tue Apr 24 10:46:07 2012 +0200
consistent MANIFEST.MF naming
diff --git a/wizards/Jar_reportbuilder.mk b/wizards/Jar_reportbuilder.mk
index d6f9dae..d190874 100644
--- a/wizards/Jar_reportbuilder.mk
+++ b/wizards/Jar_reportbuilder.mk
@@ -40,7 +40,7 @@ $(eval $(call gb_Jar_use_jars,reportbuilderwizard,\
$(eval $(call gb_Jar_set_packageroot,reportbuilderwizard,com))
-$(eval $(call gb_Jar_set_manifest,reportbuilderwizard,$(SRCDIR)/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf))
+$(eval $(call gb_Jar_set_manifest,reportbuilderwizard,$(SRCDIR)/wizards/com/sun/star/wizards/reportbuilder/MANIFEST.MF))
$(eval $(call gb_Jar_set_jarclasspath,reportbuilderwizard,\
commonwizards.jar \
diff --git a/wizards/com/sun/star/wizards/reportbuilder/MANIFEST.MF b/wizards/com/sun/star/wizards/reportbuilder/MANIFEST.MF
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/wizards/com/sun/star/wizards/reportbuilder/MANIFEST.MF
@@ -0,0 +1 @@
+
diff --git a/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf b/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf
deleted file mode 100644
index 8b13789..0000000
--- a/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf
+++ /dev/null
@@ -1 +0,0 @@
-
commit 709969965496a5aef1a707e9483cb75a604ca526
Author: Luboš Luňák <l.lunak at suse.cz>
Date: Tue Apr 24 10:45:16 2012 +0200
remove duplicate Class-Path entry
It's already set by Jar_reportbuilder.mk .
diff --git a/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf b/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf
index 53dbd34..8b13789 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf
+++ b/wizards/com/sun/star/wizards/reportbuilder/Manifest.mf
@@ -1,2 +1 @@
-Class-Path: report.jar commonwizards.jar
More information about the Libreoffice-commits
mailing list