From: Tuukka Lehtonen Date: Sat, 29 Feb 2020 09:11:58 +0000 (+0200) Subject: Removed version specifiers from require-bundles X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fdistrict.git;a=commitdiff_plain;h=82df32d25af81094b1915b58ebd8ceef409d34da Removed version specifiers from require-bundles gitlab simantics/platform#486 Change-Id: Iff7b49ba1a9785b5b60ca798e71a8d19bbfca2d8 --- diff --git a/org.simantics.district.maps/META-INF/MANIFEST.MF b/org.simantics.district.maps/META-INF/MANIFEST.MF index 5a516748..57e83dac 100644 --- a/org.simantics.district.maps/META-INF/MANIFEST.MF +++ b/org.simantics.district.maps/META-INF/MANIFEST.MF @@ -13,7 +13,7 @@ Require-Bundle: org.simantics.scenegraph, org.eclipse.ui.ide, org.eclipse.ui.workbench, org.simantics.district.geotools;bundle-version="1.0.0", - org.slf4j.api;bundle-version="1.7.25", + org.slf4j.api, org.simantics.maps.elevation.server Export-Package: org.simantics.maps, org.simantics.maps.debug, diff --git a/org.simantics.district.route/META-INF/MANIFEST.MF b/org.simantics.district.route/META-INF/MANIFEST.MF index 118f8157..6a69ee96 100644 --- a/org.simantics.district.route/META-INF/MANIFEST.MF +++ b/org.simantics.district.route/META-INF/MANIFEST.MF @@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.core.runtime, org.simantics.db.layer0;bundle-version="1.1.0", org.simantics;bundle-version="1.0.0", org.simantics.district.route.ontology;bundle-version="1.0.0", - org.slf4j.api;bundle-version="1.7.25", + org.slf4j.api, org.simantics.diagram.ontology, org.simantics.district.network.ontology Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.simantics.district.selection/META-INF/MANIFEST.MF b/org.simantics.district.selection/META-INF/MANIFEST.MF index 662b993c..14fe8e0f 100644 --- a/org.simantics.district.selection/META-INF/MANIFEST.MF +++ b/org.simantics.district.selection/META-INF/MANIFEST.MF @@ -13,7 +13,7 @@ Require-Bundle: org.simantics.district.route;bundle-version="1.0.0", org.simantics.layer0;bundle-version="1.1.0", org.simantics.diagram.ontology;bundle-version="2.2.0", org.simantics.district.network.ontology;bundle-version="1.0.0", - org.slf4j.api;bundle-version="1.7.25", + org.slf4j.api, org.junit, org.simantics, org.simantics.structural.ontology, diff --git a/org.simantics.maps.elevation.server.ui/META-INF/MANIFEST.MF b/org.simantics.maps.elevation.server.ui/META-INF/MANIFEST.MF index fe2d6d66..2af1fde6 100644 --- a/org.simantics.maps.elevation.server.ui/META-INF/MANIFEST.MF +++ b/org.simantics.maps.elevation.server.ui/META-INF/MANIFEST.MF @@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.simantics.maps.elevation.server.ui.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.slf4j.api;bundle-version="1.7.25", + org.slf4j.api, org.simantics.maps.elevation.server;bundle-version="1.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Automatic-Module-Name: org.simantics.maps.elevation.server.ui diff --git a/org.simantics.maps.elevation.server/META-INF/MANIFEST.MF b/org.simantics.maps.elevation.server/META-INF/MANIFEST.MF index 6ea239a4..794b34f1 100644 --- a/org.simantics.maps.elevation.server/META-INF/MANIFEST.MF +++ b/org.simantics.maps.elevation.server/META-INF/MANIFEST.MF @@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier Automatic-Module-Name: org.simantics.maps.elevation.server Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.simantics.district.geotools;bundle-version="1.0.0", - org.slf4j.api;bundle-version="1.7.25", + org.slf4j.api, com.github.benmanes.caffeine;bundle-version="2.6.2", org.eclipse.osgi, org.eclipse.core.runtime;bundle-version="3.13.0", diff --git a/org.simantics.maps.server/META-INF/MANIFEST.MF b/org.simantics.maps.server/META-INF/MANIFEST.MF index fb5c7779..e87e5edc 100644 --- a/org.simantics.maps.server/META-INF/MANIFEST.MF +++ b/org.simantics.maps.server/META-INF/MANIFEST.MF @@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.simantics.district.maps.server.Activator Require-Bundle: org.eclipse.core.runtime, org.apache.commons.lang;bundle-version="2.6.0", - org.slf4j.api;bundle-version="1.7.20", + org.slf4j.api, com.fasterxml.jackson.core.jackson-core;bundle-version="2.8.5", com.fasterxml.jackson.core.jackson-databind;bundle-version="2.8.5", com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.8.0"