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 /jurt | |
parent | 91d60be7eeafa1f7872bda452bfb38936003f517 (diff) |
Fix URE jar manifests after gbuild'ification
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/Jar_jurt.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jurt/Jar_jurt.mk b/jurt/Jar_jurt.mk index 8a6a87d96cf3..4cd6bb80dbd1 100644 --- a/jurt/Jar_jurt.mk +++ b/jurt/Jar_jurt.mk @@ -36,6 +36,9 @@ $(eval $(call gb_Jar_set_packageroot,jurt,com)) $(eval $(call gb_Jar_set_manifest,jurt,$(SRCDIR)/jurt/util/manifest)) +$(eval $(call gb_Jar_set_jarclasspath,jurt, \ + ridl.jar unoloader.jar ../../lib/ ../bin/)) + $(eval $(call gb_Jar_add_sourcefiles,jurt,\ jurt/com/sun/star/comp/bridgefactory/BridgeFactory \ jurt/com/sun/star/comp/connections/Acceptor \ |