Kaydet (Commit) 5d4c4158 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

fdo#65168: Fix previous fix, Class-Path is built up in solenv/gbuild/Jar.mk

...and must not be hard-coded in the manifest input (else report.jar was missing
the link to commonwizards.jar, so at least --disable-report-builder builds
failed with java.lang.NoClassDefFoundError).

Change-Id: I81cdadb599c7bf9a4a4503924dab4fbf9d60b44f
üst db979ee2
......@@ -30,6 +30,8 @@ $(eval $(call gb_Jar_use_jars,report,\
$(eval $(call gb_Jar_set_manifest,report,$(SRCDIR)/wizards/com/sun/star/wizards/report/MANIFEST.MF))
$(eval $(call gb_Jar_add_manifest_classpath,report,reportbuilderwizard.jar))
$(eval $(call gb_Jar_set_packageroot,report,com))
$(eval $(call gb_Jar_add_sourcefiles,report,\
......
Class-Path: reportbuilderwizard.jar
RegistrationClassName: com.sun.star.wizards.report.CallReportWizard
UNO-Type-Path:
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