Kaydet (Commit) 3e88d020 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: ignore the registered URE Jars for manifest classpath

Change-Id: If8daaf86973656df737daf1b82c3fd2a3f55d58b
üst 5a4bcd3b
...@@ -190,8 +190,8 @@ $$(call gb_Output_error,\ ...@@ -190,8 +190,8 @@ $$(call gb_Output_error,\
gb_Jar_add_jar: use gb_Jar_use_jar instead.) gb_Jar_add_jar: use gb_Jar_use_jar instead.)
endef endef
# these are not added to manifest classpath # URE jars are not added to manifest classpath
gb_Jar_default_jars := unoloader ridl jurt unoil juh java_uno gb_Jar_default_jars := $(gb_Jar_URE)
# remember: classpath is "inherited" to ClassSet # remember: classpath is "inherited" to ClassSet
define gb_Jar_use_jar define gb_Jar_use_jar
......
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