diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-15 21:25:58 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-15 21:29:15 +0200 |
commit | 48210d0c70787d6240e9d3a1f30319b627d94556 (patch) | |
tree | 7bb6a5cd27c24510d86c63c5e2c5449ee8b2fa03 /wizards/Jar_commonwizards.mk | |
parent | 999f7fb840b3cf1abd861d0fd402c70a4092454e (diff) |
wizards: remove silly saxon9.jar from manifest classpath:
Apparently Xalan was introduced years ago to have a DOM implementation
with JRE < 1.4 (i#37179), which then got automatically converted to
saxon years later.
Change-Id: Ibc13b84331854926965f35e3afe25e923bad821b
Diffstat (limited to 'wizards/Jar_commonwizards.mk')
-rw-r--r-- | wizards/Jar_commonwizards.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk index 6802c40b3c01..3e48e4212ee2 100644 --- a/wizards/Jar_commonwizards.mk +++ b/wizards/Jar_commonwizards.mk @@ -40,9 +40,6 @@ $(eval $(call gb_Jar_set_packageroot,commonwizards,com)) $(eval $(call gb_Jar_set_manifest,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards/common/MANIFEST.MF)) -# FIXME: what is this doing here? -$(eval $(call gb_Jar_add_manifest_classpath,commonwizards,saxon9.jar)) - $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\ wizards/com/sun/star/wizards/common/HelpIds \ wizards/com/sun/star/wizards/common/Desktop \ |