diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-22 23:28:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-22 23:29:30 +0100 |
commit | 2413fd4f9f784fbde821b087b78ecf3a6afb4f31 (patch) | |
tree | 65431ab42b1a89713ba725fef785528a4fb1b9f3 /javaunohelper | |
parent | 91d60be7eeafa1f7872bda452bfb38936003f517 (diff) |
Fix URE jar manifests after gbuild'ification
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/Jar_juh.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/javaunohelper/Jar_juh.mk b/javaunohelper/Jar_juh.mk index 142805d4bb21..ef319babff97 100644 --- a/javaunohelper/Jar_juh.mk +++ b/javaunohelper/Jar_juh.mk @@ -35,6 +35,8 @@ $(eval $(call gb_Jar_add_jars,juh,\ $(eval $(call gb_Jar_set_packageroot,juh,com)) +$(eval $(call gb_Jar_set_jarclasspath,juh,ridl.jar jurt.jar ../../lib/ ../bin/)) + $(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest)) $(eval $(call gb_Jar_set_componentfile,juh,javaunohelper/util/juh,URE)) |