Kaydet (Commit) 2413fd4f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix URE jar manifests after gbuild'ification

üst 91d60be7
......@@ -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))
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment