gbuild: remove most uses of gb_Jar_set_jarclasspath:
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
This commit is contained in:
@@ -38,9 +38,6 @@ $(eval $(call gb_Jar_use_jars,ScriptProviderForJava,\
|
||||
|
||||
$(eval $(call gb_Jar_set_componentfile,ScriptProviderForJava,scripting/java/ScriptProviderForJava,OOO))
|
||||
|
||||
$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForJava, \
|
||||
ScriptFramework.jar))
|
||||
|
||||
$(eval $(call gb_Jar_set_manifest,ScriptProviderForJava,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/java/MANIFEST.MF))
|
||||
|
||||
$(eval $(call gb_Jar_set_packageroot,ScriptProviderForJava,com))
|
||||
|
Reference in New Issue
Block a user