From 80a7b52ba4903d4112ea8edef57f082756221d56 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Jun 2013 11:10:47 +0200 Subject: 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 (cherry picked from commit 5d4c41587dde658c9bfcb1638e0373608163bec2) --- wizards/com/sun/star/wizards/report/MANIFEST.MF | 1 - 1 file changed, 1 deletion(-) (limited to 'wizards/com/sun/star') diff --git a/wizards/com/sun/star/wizards/report/MANIFEST.MF b/wizards/com/sun/star/wizards/report/MANIFEST.MF index 2dda41ae35ed..1a4f8da6e3b0 100644 --- a/wizards/com/sun/star/wizards/report/MANIFEST.MF +++ b/wizards/com/sun/star/wizards/report/MANIFEST.MF @@ -1,3 +1,2 @@ -Class-Path: reportbuilderwizard.jar RegistrationClassName: com.sun.star.wizards.report.CallReportWizard UNO-Type-Path: -- cgit