From 26cc2b6c9954715d019e283ed1cbcba5197e2345 Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Tue, 5 Apr 2022 13:37:52 +0200 Subject: [PATCH] Reexport uom bundles --- de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF index 2c06a2c..9db6210 100644 --- a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF @@ -7,11 +7,11 @@ Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Automatic-Module-Name: de.hftstuttgart.cityunits.model -Require-Bundle: tech.units.indriya;bundle-version="[2.1.3,3.0.0)", - javax.measure.unit-api;bundle-version="[2.1.3,3.0.0)", +Require-Bundle: tech.units.indriya;bundle-version="[2.1.3,3.0.0)";visibility:=reexport, + javax.measure.unit-api;bundle-version="[2.1.3,3.0.0)";visibility:=reexport, org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport, - uom-lib-common;bundle-version="2.1.0" + uom-lib-common;bundle-version="2.1.0";visibility:=reexport Eclipse-LazyStart: true Bundle-ActivationPolicy: lazy Export-Package: de.hftstuttgart.cityunits.model; -- GitLab