diff --git a/build/birt-packages/birt-charts/DeploymentRuntime/category.xml b/build/birt-packages/birt-charts/DeploymentRuntime/category.xml index 5e7bd9f0bf..8e47e84af1 100644 --- a/build/birt-packages/birt-charts/DeploymentRuntime/category.xml +++ b/build/birt-packages/birt-charts/DeploymentRuntime/category.xml @@ -20,7 +20,7 @@ - + diff --git a/build/birt-packages/birt-runtime-osgi/build.xml b/build/birt-packages/birt-runtime-osgi/build.xml index d66d0cc17b..7faea26ace 100644 --- a/build/birt-packages/birt-runtime-osgi/build.xml +++ b/build/birt-packages/birt-runtime-osgi/build.xml @@ -70,7 +70,7 @@ - + diff --git a/build/org.eclipse.birt.releng/BIRT.setup b/build/org.eclipse.birt.releng/BIRT.setup index 39eab7dd19..d609ed482b 100644 --- a/build/org.eclipse.birt.releng/BIRT.setup +++ b/build/org.eclipse.birt.releng/BIRT.setup @@ -477,7 +477,7 @@ - org.mortbay.jasper.apache-.*|jakarta.activation-api|jakarta.xml.bind-api + org.mortbay.jasper.apache-.*|jakarta.activation-api|jakarta.xml.bind-api|org.apache.commons.logging @@ -498,6 +498,8 @@ name="org.eclipse.justj.openjdk.hotspot.jre.full.feature.group"/> + + @@ -547,7 +552,7 @@ + url="https://download.eclipse.org/webtools/CI/latest"/> - + @@ -53,12 +53,13 @@ - + + @@ -144,7 +145,7 @@ - + diff --git a/data/org.eclipse.birt.report.data.oda.excel/META-INF/MANIFEST.MF b/data/org.eclipse.birt.report.data.oda.excel/META-INF/MANIFEST.MF index d6ba6457cc..cc351da13f 100644 --- a/data/org.eclipse.birt.report.data.oda.excel/META-INF/MANIFEST.MF +++ b/data/org.eclipse.birt.report.data.oda.excel/META-INF/MANIFEST.MF @@ -11,10 +11,10 @@ Export-Package: org.eclipse.birt.report.data.oda.excel, org.eclipse.birt.report.data.oda.excel.impl;version="1.0.0.qualifier", org.eclipse.birt.report.data.oda.excel.impl.util, org.eclipse.birt.report.data.oda.excel.impl.util.querytextutil +Import-Package: org.apache.commons.logging Require-Bundle: org.eclipse.core.runtime;bundle-version="3.23.0", org.eclipse.datatools.connectivity.oda;bundle-version="[3.3.0,4.0.0)", org.eclipse.datatools.connectivity.oda.profile;bundle-version="[3.2.0,4.0.0)", - org.apache.commons.commons-logging;bundle-version="[1.0.4,2.0.0)";resolution:=optional, org.apache.poi;bundle-version="[5.0.0,6.0.0)", org.apache.poi.ooxml;bundle-version="[5.0.0,6.0.0)", org.apache.poi.ooxml.schemas;bundle-version="[5.0.0,6.0.0)", diff --git a/engine/uk.co.spudsoft.birt.emitters.excel/META-INF/MANIFEST.MF b/engine/uk.co.spudsoft.birt.emitters.excel/META-INF/MANIFEST.MF index d077e85a29..6cea8507c1 100644 --- a/engine/uk.co.spudsoft.birt.emitters.excel/META-INF/MANIFEST.MF +++ b/engine/uk.co.spudsoft.birt.emitters.excel/META-INF/MANIFEST.MF @@ -17,5 +17,6 @@ Bundle-ActivationPolicy: lazy Export-Package: uk.co.spudsoft.birt.emitters.excel, uk.co.spudsoft.birt.emitters.excel.framework, uk.co.spudsoft.birt.emitters.excel.handlers;x-internal:=true +Import-Package: org.apache.logging.slf4j Eclipse-BundleShape: dir Automatic-Module-Name: uk.co.spudsoft.birt.emitters.excel