[Libreoffice-commits] .: Branch 'feature/gnumake4' - wizards/com wizards/Jar_commonwizards.mk

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Wed Jun 22 05:38:20 PDT 2011


 wizards/Jar_commonwizards.mk                    |    2 ++
 wizards/com/sun/star/wizards/common/MANIFEST.MF |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 460adb08fd0812c32315b45ebce76a8972deabf4
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Jun 22 12:20:23 2011 +0200

    gnumake4: move classpath to build system in wizards

diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk
index e06ef0c..ba73cac 100644
--- a/wizards/Jar_commonwizards.mk
+++ b/wizards/Jar_commonwizards.mk
@@ -39,6 +39,8 @@ $(eval $(call gb_Jar_set_packageroot,commonwizards,com))
 
 $(eval $(call gb_Jar_set_manifest,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards/common/MANIFEST.MF))
 
+$(eval $(call gb_Jar_set_jarclasspath,commonwizards,saxon9.jar))
+
 $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\
 	wizards/com/sun/star/wizards/common/HelpIds	                		\
 	wizards/com/sun/star/wizards/common/Desktop	                		\
diff --git a/wizards/com/sun/star/wizards/common/MANIFEST.MF b/wizards/com/sun/star/wizards/common/MANIFEST.MF
index a670e80..e69de29 100644
--- a/wizards/com/sun/star/wizards/common/MANIFEST.MF
+++ b/wizards/com/sun/star/wizards/common/MANIFEST.MF
@@ -1 +0,0 @@
-Class-Path: saxon9.jar


More information about the Libreoffice-commits mailing list