diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-22 12:20:23 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-22 12:26:53 +0200 |
commit | c7ae1c289e34a90727f388cda3b837b07804eb48 (patch) | |
tree | f54ea57f8bafee692689aa62a01614969631639d /wizards/Jar_commonwizards.mk | |
parent | 718b4f32681907294ce2d77f8ad24fa87842dc1c (diff) |
gnumake4: move classpath to build system in wizards
Diffstat (limited to 'wizards/Jar_commonwizards.mk')
-rw-r--r-- | wizards/Jar_commonwizards.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk index e06ef0c09bd6..ba73cacdf877 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 \ |