]> gerrit.simantics Code Review - simantics/district.git/commitdiff
Removed version specifiers from require-bundles 47/3947/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sat, 29 Feb 2020 09:11:58 +0000 (11:11 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sat, 29 Feb 2020 09:11:58 +0000 (11:11 +0200)
gitlab simantics/platform#486

Change-Id: Iff7b49ba1a9785b5b60ca798e71a8d19bbfca2d8

org.simantics.district.maps/META-INF/MANIFEST.MF
org.simantics.district.route/META-INF/MANIFEST.MF
org.simantics.district.selection/META-INF/MANIFEST.MF
org.simantics.maps.elevation.server.ui/META-INF/MANIFEST.MF
org.simantics.maps.elevation.server/META-INF/MANIFEST.MF
org.simantics.maps.server/META-INF/MANIFEST.MF

index 5a51674830c444fbd19d4997130129f1c4e5d0c4..57e83dac7604d769403e8da24704f771b3a897cc 100644 (file)
@@ -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,
index 118f8157da6da73c44ef4e2d40890a6282d1c25e..6a69ee96e49fc3f96fa523fb7bd3c849fd8d4d1b 100644 (file)
@@ -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
index 662b993c7ea5b4302db5a49020c5cc9ab4859e87..14fe8e0fb68080575508b04664f8ef33e6a31222 100644 (file)
@@ -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,
index fe2d6d66d8217ee0f82f3f3d523dfc2bd5492628..2af1fde6aaf48e50bb656e431d2058c4ec8f7ad7 100644 (file)
@@ -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
index 6ea239a4701283f14cd140e8a01e23fe345d227b..794b34f130bc487d264c55c9275d21a13cd14789 100644 (file)
@@ -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",
index fb5c77791f9fe5d96487b89a89a20d548034a2f2..e87e5edcf4ab537affb8a2fb9b08d2cb1d13ea25 100644 (file)
@@ -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"