From dd9c593f31e6594f48c223c53956116d45907439 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Thu, 8 Dec 2022 12:30:05 +0300 Subject: [PATCH] Update version numbers to 3.26.0 for features and bundles #25 Update bundles to 3.26.0 if not yet Update features to 3.26.0 if not yet Normalize version constraints Signed-off-by: Alexander Fedorov --- .../META-INF/MANIFEST.MF | 6 ++-- .../META-INF/MANIFEST.MF | 10 +++---- .../META-INF/MANIFEST.MF | 4 +-- .../feature.xml | 7 +++-- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 18 ++++++------ org.eclipse.mylyn.commons.identity.ui/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 6 ++-- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 6 ++-- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 10 +++---- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 ++++---- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 21 +++++++------- .../pom.xml | 2 +- .../feature.xml | 7 +++-- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 8 +++--- .../pom.xml | 2 +- .../feature.xml | 9 +++--- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 10 +++---- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 16 +++++------ .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 24 ++++++++-------- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 28 +++++++++---------- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../META-INF/MANIFEST.MF | 26 ++++++++--------- .../META-INF/MANIFEST.MF | 25 ++++++++--------- .../META-INF/MANIFEST.MF | 2 +- .../META-INF/MANIFEST.MF | 14 +++++----- .../META-INF/MANIFEST.MF | 20 ++++++------- .../META-INF/MANIFEST.MF | 8 +++--- .../META-INF/MANIFEST.MF | 8 +++--- .../META-INF/MANIFEST.MF | 16 +++++------ .../META-INF/MANIFEST.MF | 24 ++++++++-------- .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 6 ++-- .../META-INF/MANIFEST.MF | 10 +++---- 47 files changed, 202 insertions(+), 201 deletions(-) diff --git a/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF index 14b396966..52ade6da5 100644 --- a/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.activity.tests/META-INF/MANIFEST.MF @@ -4,8 +4,8 @@ Bundle-Name: Mylyn Commons Activity Monitor Tests Bundle-SymbolicName: org.eclipse.mylyn.commons.activity.tests;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Vendor: Eclipse Mylyn -Require-Bundle: org.junit;bundle-version="4.8.2", - org.eclipse.core.runtime, - org.eclipse.mylyn.commons.activity.ui +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.activity.ui;bundle-version="3.26.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.commons.activity.tests;x-internal:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.mylyn.commons.activity.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.activity.ui/META-INF/MANIFEST.MF index 3c72a1ab1..dfec1ac22 100644 --- a/org.eclipse.mylyn.commons.activity.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.activity.ui/META-INF/MANIFEST.MF @@ -8,11 +8,11 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.commons.activity.ui;x-internal:=true, org.eclipse.mylyn.commons.activity.ui.spi;x-internal:=true, org.eclipse.mylyn.internal.commons.activity.ui;x-internal:=true -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.swt, - org.eclipse.mylyn.commons.core, - org.eclipse.jface, - org.eclipse.ui.workbench +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.jface;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.swt;bundle-version="0.0.0", + org.eclipse.ui.workbench;bundle-version="0.0.0" Bundle-ClassPath: . Bundle-Localization: plugin Bundle-Activator: org.eclipse.mylyn.internal.commons.activity.ui.ActivityUiPlugin diff --git a/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF index de0896f1f..6627542a8 100644 --- a/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF @@ -12,8 +12,8 @@ Export-Package: org.eclipse.mylyn.commons.core, org.eclipse.mylyn.commons.core.storage;x-internal:=true, org.eclipse.mylyn.internal.commons.core;x-internal:=true, org.eclipse.mylyn.internal.commons.core.operations;x-internal:=true -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.net +Require-Bundle: org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.core.runtime;bundle-version="0.0.0" Bundle-ClassPath: . Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.mylyn.commons.identity-feature/feature.xml b/org.eclipse.mylyn.commons.identity-feature/feature.xml index aabf2ae95..858bbf763 100644 --- a/org.eclipse.mylyn.commons.identity-feature/feature.xml +++ b/org.eclipse.mylyn.commons.identity-feature/feature.xml @@ -1,6 +1,6 @@ + license-feature-version="0.0.0"> %description diff --git a/org.eclipse.mylyn.commons.identity-feature/pom.xml b/org.eclipse.mylyn.commons.identity-feature/pom.xml index dfbddbfa7..95df5d6a8 100644 --- a/org.eclipse.mylyn.commons.identity-feature/pom.xml +++ b/org.eclipse.mylyn.commons.identity-feature/pom.xml @@ -8,6 +8,6 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.identity - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-feature diff --git a/org.eclipse.mylyn.commons.identity.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.identity.core/META-INF/MANIFEST.MF index 2cdc1b5f0..05f8cfe44 100644 --- a/org.eclipse.mylyn.commons.identity.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.identity.core/META-INF/MANIFEST.MF @@ -2,12 +2,12 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.core;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0" Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.mylyn.commons.identity.core;x-internal:=true, org.eclipse.mylyn.commons.identity.core.spi;x-internal:=true, diff --git a/org.eclipse.mylyn.commons.identity.core/pom.xml b/org.eclipse.mylyn.commons.identity.core/pom.xml index 09d4c6e08..f028b33d8 100644 --- a/org.eclipse.mylyn.commons.identity.core/pom.xml +++ b/org.eclipse.mylyn.commons.identity.core/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.identity.core - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF index ebc3ddd38..75d11651d 100644 --- a/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF @@ -2,18 +2,18 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.ui;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.commons.identity.ui.IdentityUiPlugin Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.ui.forms, - org.eclipse.ui.navigator, - org.eclipse.ui.navigator.resources, - org.eclipse.mylyn.commons.identity.core, - org.eclipse.mylyn.commons.ui, - org.eclipse.mylyn.commons.workbench +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.identity.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.ui;bundle-version="3.26.0", + org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.forms;bundle-version="0.0.0", + org.eclipse.ui.navigator;bundle-version="0.0.0", + org.eclipse.ui.navigator.resources;bundle-version="0.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.mylyn.internal.commons.identity.ui;x-internal:=true diff --git a/org.eclipse.mylyn.commons.identity.ui/pom.xml b/org.eclipse.mylyn.commons.identity.ui/pom.xml index d8adf3adf..36d4e4708 100644 --- a/org.eclipse.mylyn.commons.identity.ui/pom.xml +++ b/org.eclipse.mylyn.commons.identity.ui/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.identity.ui - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF index 518c15f99..4721ad0a4 100644 --- a/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF @@ -9,9 +9,9 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.apache.commons.codec;bundle-version="1.3.0";visibility:=reexport, org.apache.commons.httpclient;bundle-version="[3.1.0,4.0.0)";visibility:=reexport, org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)";visibility:=reexport, - org.eclipse.core.runtime, - org.eclipse.core.net, - org.eclipse.mylyn.commons.core + org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0" Bundle-ClassPath: . Export-Package: org.eclipse.mylyn.commons.net, org.eclipse.mylyn.commons.net.http, diff --git a/org.eclipse.mylyn.commons.notifications-feature/feature.xml b/org.eclipse.mylyn.commons.notifications-feature/feature.xml index 4ab86d5a7..2cf3c14b3 100644 --- a/org.eclipse.mylyn.commons.notifications-feature/feature.xml +++ b/org.eclipse.mylyn.commons.notifications-feature/feature.xml @@ -15,7 +15,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.notifications - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-feature diff --git a/org.eclipse.mylyn.commons.notifications.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.notifications.core/META-INF/MANIFEST.MF index 2dcfcc18f..12d314900 100644 --- a/org.eclipse.mylyn.commons.notifications.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.notifications.core/META-INF/MANIFEST.MF @@ -2,12 +2,12 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.core;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.commons.notifications.core;x-friends:="org.eclipse.mylyn.commons.notifications.ui,org.eclipse.mylyn.commons.notifications.feed" -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.mylyn.commons.core +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="0.0.0" Bundle-ClassPath: . Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.mylyn.commons.notifications.core/pom.xml b/org.eclipse.mylyn.commons.notifications.core/pom.xml index 6a37605d5..771c0660b 100644 --- a/org.eclipse.mylyn.commons.notifications.core/pom.xml +++ b/org.eclipse.mylyn.commons.notifications.core/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.notifications.core - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.notifications.feed/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.notifications.feed/META-INF/MANIFEST.MF index d3472770b..ae488f745 100644 --- a/org.eclipse.mylyn.commons.notifications.feed/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.notifications.feed/META-INF/MANIFEST.MF @@ -2,15 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.feed;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.commons.notifications.feed;x-internal:=true, org.eclipse.mylyn.internal.commons.notifications.feed;x-internal:=true -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.notifications.core, - jakarta.xml.bind;bundle-version="2.3.3" +Require-Bundle: jakarta.xml.bind;bundle-version="2.3.3", + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.notifications.core;bundle-version="3.26.0" Bundle-ClassPath: . Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.mylyn.commons.notifications.feed/pom.xml b/org.eclipse.mylyn.commons.notifications.feed/pom.xml index 6dda92b4f..4b315ce92 100644 --- a/org.eclipse.mylyn.commons.notifications.feed/pom.xml +++ b/org.eclipse.mylyn.commons.notifications.feed/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.notifications.feed - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF index 81cefcae8..38e9717ca 100644 --- a/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Commons Notifications Tests Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.tests;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Vendor: Eclipse Mylyn Require-Bundle: com.sun.xml.bind;bundle-version="2.3.3", - org.eclipse.core.runtime, - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.sdk.util, - org.eclipse.mylyn.commons.notifications.core, - org.eclipse.mylyn.commons.notifications.feed, + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.sdk.util;bundle-version="3.26.0", + org.eclipse.mylyn.commons.notifications.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.notifications.feed;bundle-version="3.26.0", org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.commons.notifications.tests;x-internal:=true, org.eclipse.mylyn.commons.notifications.tests.core;x-internal:=true, diff --git a/org.eclipse.mylyn.commons.notifications.tests/pom.xml b/org.eclipse.mylyn.commons.notifications.tests/pom.xml index 8d77b31d0..ed4fb690a 100644 --- a/org.eclipse.mylyn.commons.notifications.tests/pom.xml +++ b/org.eclipse.mylyn.commons.notifications.tests/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.notifications.tests - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-test-plugin ${project.artifactId}.AllNotificationsTests diff --git a/org.eclipse.mylyn.commons.notifications.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.notifications.ui/META-INF/MANIFEST.MF index aebf9876c..5c5ec5174 100644 --- a/org.eclipse.mylyn.commons.notifications.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.notifications.ui/META-INF/MANIFEST.MF @@ -2,22 +2,21 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.ui;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.commons.notifications.ui;x-internal:=true, org.eclipse.mylyn.internal.commons.notifications.ui;x-internal:=true, org.eclipse.mylyn.internal.commons.notifications.ui.popup;x-internal:=true -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.jface, - org.eclipse.ui, - org.eclipse.ui.forms, - org.eclipse.ui.workbench, - org.eclipse.mylyn.commons.core;bundle-version="3.8.0", - org.eclipse.mylyn.commons.notifications.core, - org.eclipse.mylyn.commons.ui;bundle-version="3.8.0", - org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0", - org.eclipse.ui.forms +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.jface;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.notifications.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.ui;bundle-version="3.26.0", + org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.forms;bundle-version="0.0.0", + org.eclipse.ui.workbench;bundle-version="0.0.0" Bundle-ClassPath: . Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.mylyn.commons.notifications.ui/pom.xml b/org.eclipse.mylyn.commons.notifications.ui/pom.xml index dc85311b0..8b83425b4 100644 --- a/org.eclipse.mylyn.commons.notifications.ui/pom.xml +++ b/org.eclipse.mylyn.commons.notifications.ui/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.notifications.ui - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.repositories-feature/feature.xml b/org.eclipse.mylyn.commons.repositories-feature/feature.xml index fc9e0f755..7ae02eb9c 100644 --- a/org.eclipse.mylyn.commons.repositories-feature/feature.xml +++ b/org.eclipse.mylyn.commons.repositories-feature/feature.xml @@ -1,6 +1,6 @@ + license-feature-version="0.0.0"> %description diff --git a/org.eclipse.mylyn.commons.repositories-feature/pom.xml b/org.eclipse.mylyn.commons.repositories-feature/pom.xml index ae4c399a5..5ba53b099 100644 --- a/org.eclipse.mylyn.commons.repositories-feature/pom.xml +++ b/org.eclipse.mylyn.commons.repositories-feature/pom.xml @@ -8,6 +8,6 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-feature diff --git a/org.eclipse.mylyn.commons.repositories.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.core/META-INF/MANIFEST.MF index a9e4f7215..810e0f7a5 100644 --- a/org.eclipse.mylyn.commons.repositories.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.repositories.core/META-INF/MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.core;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.commons.repositories.core;x-friends:="org.eclipse.mylyn.commons.repositories.http.core,org.eclipse.mylyn.commons.repositories.ui", org.eclipse.mylyn.commons.repositories.core.auth;x-friends:="org.eclipse.mylyn.commons.repositories.http.core,org.eclipse.mylyn.commons.repositories.ui", org.eclipse.mylyn.internal.commons.repositories.core;x-internal:=true -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.equinox.security, - org.eclipse.mylyn.commons.core +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.equinox.security;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0" Bundle-ClassPath: . Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.commons.repositories.core/pom.xml b/org.eclipse.mylyn.commons.repositories.core/pom.xml index d5166ee79..5a5accfea 100644 --- a/org.eclipse.mylyn.commons.repositories.core/pom.xml +++ b/org.eclipse.mylyn.commons.repositories.core/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories.core - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.repositories.http-feature/feature.xml b/org.eclipse.mylyn.commons.repositories.http-feature/feature.xml index a31809a3b..967a6da14 100644 --- a/org.eclipse.mylyn.commons.repositories.http-feature/feature.xml +++ b/org.eclipse.mylyn.commons.repositories.http-feature/feature.xml @@ -1,6 +1,6 @@ + license-feature-version="0.0.0"> %description @@ -33,7 +34,7 @@ - + 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories.http - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-feature diff --git a/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF index ac3e6c6dd..557f94a22 100644 --- a/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.repositories.http.core/META-INF/MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.http.core;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.net, - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.repositories.core +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.core;bundle-version="3.26.0" Bundle-ClassPath: . Export-Package: org.eclipse.mylyn.commons.repositories.http.core;x-internal:=true, org.eclipse.mylyn.internal.commons.repositories.http.core;x-internal:=true diff --git a/org.eclipse.mylyn.commons.repositories.http.core/pom.xml b/org.eclipse.mylyn.commons.repositories.http.core/pom.xml index 5778b7c88..31fc38f69 100644 --- a/org.eclipse.mylyn.commons.repositories.http.core/pom.xml +++ b/org.eclipse.mylyn.commons.repositories.http.core/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories.http.core - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF index ecf2de7b7..e62a5e897 100644 --- a/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.repositories.http.tests/META-INF/MANIFEST.MF @@ -2,15 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Commons Tests Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.http.tests;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.net, - org.junit;bundle-version="4.8.2", - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.repositories.core, - org.eclipse.mylyn.commons.repositories.http.core, - org.eclipse.mylyn.commons.sdk.util +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.http.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.sdk.util;bundle-version="3.26.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.commons.repositories.http.tests;x-internal:=true Bundle-Vendor: Eclipse Mylyn Import-Package: org.apache.commons.logging;version="[1.0.4,2.0.0)", diff --git a/org.eclipse.mylyn.commons.repositories.http.tests/pom.xml b/org.eclipse.mylyn.commons.repositories.http.tests/pom.xml index ffea2a648..6ab484000 100644 --- a/org.eclipse.mylyn.commons.repositories.http.tests/pom.xml +++ b/org.eclipse.mylyn.commons.repositories.http.tests/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories.http.tests - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-test-plugin diff --git a/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF index 9deba0b0b..9a2cd6562 100644 --- a/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.repositories.tests/META-INF/MANIFEST.MF @@ -2,19 +2,19 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mylyn Commons Tests Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.tests;singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.net, - org.eclipse.equinox.security, - org.junit;bundle-version="4.8.2", - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.repositories.core, - org.eclipse.mylyn.commons.repositories.ui, - org.eclipse.mylyn.commons.sdk.util, - org.eclipse.mylyn.commons.workbench, - org.eclipse.ui, - org.eclipse.ui.navigator +Require-Bundle: org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.equinox.security;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.ui;bundle-version="3.26.0", + org.eclipse.mylyn.commons.sdk.util;bundle-version="3.26.0", + org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.navigator;bundle-version="0.0.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.commons.repositories.tests.core;x-internal:=true, org.eclipse.mylyn.commons.repositories.tests.support;x-internal:=true, org.eclipse.mylyn.commons.repositories.tests.ui;x-internal:=true diff --git a/org.eclipse.mylyn.commons.repositories.tests/pom.xml b/org.eclipse.mylyn.commons.repositories.tests/pom.xml index 6addbbbd7..80c35c431 100644 --- a/org.eclipse.mylyn.commons.repositories.tests/pom.xml +++ b/org.eclipse.mylyn.commons.repositories.tests/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories.tests - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-test-plugin diff --git a/org.eclipse.mylyn.commons.repositories.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories.ui/META-INF/MANIFEST.MF index d0b79d73d..0de9fa67d 100644 --- a/org.eclipse.mylyn.commons.repositories.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.repositories.ui/META-INF/MANIFEST.MF @@ -2,23 +2,23 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.ui; singleton:=true -Bundle-Version: 1.18.0.qualifier +Bundle-Version: 3.26.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.commons.repositories.ui.RepositoriesUiPlugin Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.ui.forms, - org.eclipse.ui.navigator, - org.eclipse.core.databinding, - org.eclipse.core.databinding.beans, - org.eclipse.core.databinding.property;resolution:=optional, - org.eclipse.jface.databinding, - org.eclipse.mylyn.commons.core;bundle-version="3.8.0", - org.eclipse.mylyn.commons.repositories.core;bundle-version="1.0.0", - org.eclipse.mylyn.commons.ui;bundle-version="3.8.0", - org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0", - org.eclipse.equinox.security +Require-Bundle: org.eclipse.core.databinding;bundle-version="0.0.0", + org.eclipse.core.databinding.beans;bundle-version="0.0.0", + org.eclipse.core.databinding.property;bundle-version="0.0.0";resolution:=optional, + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.equinox.security;bundle-version="0.0.0", + org.eclipse.jface.databinding;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.ui;bundle-version="3.26.0", + org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.forms;bundle-version="0.0.0", + org.eclipse.ui.navigator;bundle-version="0.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.mylyn.commons.repositories.ui;x-internal:=true, diff --git a/org.eclipse.mylyn.commons.repositories.ui/pom.xml b/org.eclipse.mylyn.commons.repositories.ui/pom.xml index d7dcd75b7..fd7c4483d 100644 --- a/org.eclipse.mylyn.commons.repositories.ui/pom.xml +++ b/org.eclipse.mylyn.commons.repositories.ui/pom.xml @@ -8,7 +8,7 @@ 3.26.0-SNAPSHOT org.eclipse.mylyn.commons.repositories.ui - 1.18.0-SNAPSHOT + 3.26.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF index b93eabf83..ab54aef35 100644 --- a/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.screenshots;singleton:=true Bundle-Version: 3.26.0.qualifier -Require-Bundle: org.eclipse.core.runtime, +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", org.eclipse.jface;bundle-version="3.3.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.commons.ui.screenshots, diff --git a/org.eclipse.mylyn.commons.sdk.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.sdk.util/META-INF/MANIFEST.MF index 1d55004af..fae0c830e 100644 --- a/org.eclipse.mylyn.commons.sdk.util/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.sdk.util/META-INF/MANIFEST.MF @@ -4,20 +4,20 @@ Bundle-Name: Mylyn Commons SDK Utilities Bundle-SymbolicName: org.eclipse.mylyn.commons.sdk.util;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.junit;bundle-version="4.8.2", - org.eclipse.core.net, - org.eclipse.core.resources, - org.eclipse.core.runtime, - org.eclipse.osgi, - org.eclipse.ui, - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.repositories.core, - org.eclipse.mylyn.commons.net, +Require-Bundle: com.google.gson;bundle-version="[2.7.0,3.0.0)", com.google.guava;bundle-version="[21.0.0,22.0.0)", - com.google.gson;bundle-version="[2.7.0,3.0.0)", org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)", - org.eclipse.equinox.event;bundle-version="1.3.100", - org.eclipse.ui.browser, - org.eclipse.ui.editors + org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.core.resources;bundle-version="0.0.0", + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.equinox.event;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.net;bundle-version="3.26.0", + org.eclipse.mylyn.commons.repositories.core;bundle-version="3.26.0", + org.eclipse.osgi;bundle-version="0.0.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.browser;bundle-version="0.0.0", + org.eclipse.ui.editors;bundle-version="0.0.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.commons.sdk.util;x-internal:=true Bundle-Vendor: Eclipse Mylyn diff --git a/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF index 9d1529164..879e60027 100644 --- a/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF @@ -4,19 +4,18 @@ Bundle-Name: Mylyn Commons Tests Bundle-SymbolicName: org.eclipse.mylyn.commons.tests;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.net, - org.eclipse.osgi, - org.eclipse.ui, - org.junit;bundle-version="4.8.2", - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.net, - org.eclipse.mylyn.commons.screenshots, - org.eclipse.mylyn.commons.ui, - org.eclipse.mylyn.commons.workbench, - org.eclipse.mylyn.commons.xmlrpc, - org.eclipse.mylyn.commons.sdk.util;bundle-version="3.8.0", - org.apache.xmlrpc.client +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.core.net;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.net;bundle-version="3.26.0", + org.eclipse.mylyn.commons.screenshots;bundle-version="3.26.0", + org.eclipse.mylyn.commons.sdk.util;bundle-version="3.26.0", + org.eclipse.mylyn.commons.ui;bundle-version="3.26.0", + org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0", + org.eclipse.mylyn.commons.xmlrpc;bundle-version="3.26.0", + org.eclipse.osgi;bundle-version="0.0.0", + org.eclipse.ui;bundle-version="0.0.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.commons.core;x-internal:=true, org.eclipse.mylyn.commons.tests;x-internal:=true, org.eclipse.mylyn.commons.tests.core;x-internal:=true, diff --git a/org.eclipse.mylyn.commons.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.ui.tests/META-INF/MANIFEST.MF index c79ddf746..748ddb2ed 100644 --- a/org.eclipse.mylyn.commons.ui.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.ui.tests/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Mylyn Commons UI Bundle-SymbolicName: org.eclipse.mylyn.commons.ui.tests;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Vendor: Eclipse Mylyn -Fragment-Host: org.eclipse.mylyn.commons.ui +Fragment-Host: org.eclipse.mylyn.commons.ui;bundle-version="3.26.0" Require-Bundle: org.junit;bundle-version="4.13.2", org.mockito.mockito-core;bundle-version="4.8.1" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF index abb7e6b28..d59c827b1 100644 --- a/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF @@ -4,14 +4,14 @@ Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.ui;singleton:=true Automatic-Module-Name: org.eclipse.mylyn.commons.ui Bundle-Version: 3.26.0.qualifier -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.ui, - org.eclipse.ui.forms, - org.eclipse.mylyn.commons.core;bundle-version="3.8.0", - org.eclipse.mylyn.commons.screenshots;bundle-version="1.0.0", +Require-Bundle: com.google.guava;bundle-version="[21.0.0,22.0.0)", org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)", - com.google.guava;bundle-version="[21.0.0,22.0.0)", - org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional, + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.screenshots;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.forms;bundle-version="0.0.0" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-Activator: org.eclipse.mylyn.internal.commons.ui.CommonsUiPlugin diff --git a/org.eclipse.mylyn.commons.workbench/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.workbench/META-INF/MANIFEST.MF index cf71ba519..24fb92160 100644 --- a/org.eclipse.mylyn.commons.workbench/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.workbench/META-INF/MANIFEST.MF @@ -3,18 +3,18 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.workbench;singleton:=true Bundle-Version: 3.26.0.qualifier -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.expressions, - org.eclipse.jface, - org.eclipse.jface.text, - org.eclipse.ui, +Require-Bundle: org.eclipse.core.expressions;bundle-version="0.0.0", + org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.ui;bundle-version="3.26.0", + org.eclipse.jface;bundle-version="0.0.0", + org.eclipse.jface.text;bundle-version="0.0.0", + org.eclipse.ui;bundle-version="0.0.0", org.eclipse.ui.browser;resolution:=optional, org.eclipse.ui.editors;resolution:=optional, - org.eclipse.ui.forms, - org.eclipse.ui.workbench, - org.eclipse.ui.workbench.texteditor, - org.eclipse.mylyn.commons.core;bundle-version="3.8.0", - org.eclipse.mylyn.commons.ui;bundle-version="3.8.0" + org.eclipse.ui.forms;bundle-version="0.0.0", + org.eclipse.ui.workbench;bundle-version="0.0.0", + org.eclipse.ui.workbench.texteditor;bundle-version="0.0.0" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Activator: org.eclipse.mylyn.internal.commons.workbench.CommonsWorkbenchPlugin diff --git a/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF index e5c3d250a..99614bee2 100644 --- a/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF @@ -4,13 +4,13 @@ Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.commons.xmlrpc;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.mylyn.commons.core;bundle-version="[3.8.0,4.0.0)", - org.eclipse.mylyn.commons.net;bundle-version="[3.8.0,4.0.0)", - org.apache.xmlrpc.client;bundle-version="[3.0.0,4.0.0)" +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.net;bundle-version="3.26.0" Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.mylyn.internal.commons.xmlrpc;x-internal:=true Import-Package: org.apache.xmlrpc;version="3.1.3", + org.apache.xmlrpc.client;version="3.1.3", org.apache.xmlrpc.common;version="3.1.3", org.apache.xmlrpc.serializer;version="3.1.3", org.apache.xmlrpc.util;version="3.1.3" diff --git a/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF index 23cafbd8c..6c3a1de87 100644 --- a/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF @@ -5,10 +5,10 @@ Bundle-SymbolicName: org.eclipse.mylyn.discovery.core;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.0", - org.eclipse.mylyn.commons.core;bundle-version="3.8.0", - org.eclipse.mylyn.commons.net;bundle-version="3.8.0", - org.eclipse.equinox.p2.repository;bundle-version="1.0.1" +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.equinox.p2.repository;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.net;bundle-version="3.26.0" Export-Package: org.eclipse.mylyn.internal.discovery.core;x-friends:="org.eclipse.mylyn.discovery.ui", org.eclipse.mylyn.internal.discovery.core.model;x-friends:="org.eclipse.mylyn.discovery.ui", org.eclipse.mylyn.internal.discovery.core.util;x-friends:="org.eclipse.mylyn.discovery.ui" diff --git a/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF index 7354e5e4f..41111e4a3 100644 --- a/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF @@ -4,14 +4,14 @@ Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.discovery.tests;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.mylyn.discovery.core;bundle-version="1.0.0", - org.eclipse.mylyn.discovery.ui;bundle-version="1.0.0", - org.junit;bundle-version="4.8.2", - org.eclipse.core.runtime;bundle-version="3.1.0", - org.eclipse.ui;bundle-version="3.1.0", - org.eclipse.mylyn.commons.net, - org.eclipse.mylyn.commons.core, - org.eclipse.mylyn.commons.sdk.util +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.net;bundle-version="3.26.0", + org.eclipse.mylyn.commons.sdk.util;bundle-version="3.26.0", + org.eclipse.mylyn.discovery.core;bundle-version="3.26.0", + org.eclipse.mylyn.discovery.ui;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.discovery.tests;x-internal:=true, org.eclipse.mylyn.discovery.tests.core;x-internal:=true, org.eclipse.mylyn.discovery.tests.core.mock;x-internal:=true, diff --git a/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF index bcbc70273..26a12b82b 100644 --- a/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF @@ -5,18 +5,18 @@ Bundle-SymbolicName: org.eclipse.mylyn.discovery.ui;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.ui, - org.eclipse.ui.forms, - org.eclipse.mylyn.discovery.core;bundle-version="[3.8.0,4.0.0)", - org.eclipse.mylyn.commons.ui;bundle-version="[3.8.0,4.0.0)", - org.eclipse.mylyn.commons.workbench;bundle-version="[3.8.0,4.0.0)", - org.eclipse.equinox.p2.core;bundle-version="1.0.4", - org.eclipse.equinox.p2.ui;bundle-version="1.0.4", - org.eclipse.equinox.p2.metadata;bundle-version="1.0.0", - org.eclipse.equinox.p2.repository;bundle-version="1.0.0", - org.eclipse.equinox.p2.engine;bundle-version="1.0.100", - org.eclipse.equinox.p2.operations +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.equinox.p2.core;bundle-version="0.0.0", + org.eclipse.equinox.p2.engine;bundle-version="0.0.0", + org.eclipse.equinox.p2.metadata;bundle-version="0.0.0", + org.eclipse.equinox.p2.operations;bundle-version="0.0.0", + org.eclipse.equinox.p2.repository;bundle-version="0.0.0", + org.eclipse.equinox.p2.ui;bundle-version="0.0.0", + org.eclipse.mylyn.commons.ui;bundle-version="3.26.0", + org.eclipse.mylyn.commons.workbench;bundle-version="3.26.0", + org.eclipse.mylyn.discovery.core;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0", + org.eclipse.ui.forms;bundle-version="0.0.0" Export-Package: org.eclipse.mylyn.internal.discovery.ui;x-internal:=true, org.eclipse.mylyn.internal.discovery.ui.commands;x-internal:=true, org.eclipse.mylyn.internal.discovery.ui.util;x-internal:=true, diff --git a/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF index 3b1c08196..2af5e3a8d 100644 --- a/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF @@ -8,7 +8,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.eclipse.mylyn.internal.monitor.core;x-friends:="org.eclipse.mylyn.monitor.ui", org.eclipse.mylyn.internal.monitor.core.collection;x-friends:="org.eclipse.mylyn.monitor.ui", org.eclipse.mylyn.monitor.core -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.mylyn.commons.core;bundle-version="[3.8.0,4.0.0)" +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0" Bundle-ClassPath: . Bundle-Localization: plugin diff --git a/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF index 8065c5e75..c1c8b47f6 100644 --- a/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF @@ -4,8 +4,8 @@ Bundle-Name: Mylyn Monitor Tests Bundle-SymbolicName: org.eclipse.mylyn.monitor.tests;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Vendor: Eclipse Mylyn -Require-Bundle: org.eclipse.core.runtime, - org.junit;bundle-version="4.8.2", - org.eclipse.mylyn.monitor.ui +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.monitor.ui;bundle-version="3.26.0", + org.junit;bundle-version="4.8.2" Export-Package: org.eclipse.mylyn.monitor.tests;x-internal:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF index faf598793..af8323a22 100644 --- a/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF @@ -4,11 +4,11 @@ Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.mylyn.monitor.ui;singleton:=true Bundle-Version: 3.26.0.qualifier Bundle-Activator: org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.mylyn.context.core;bundle-version="[3.0.0,4.0.0)", - org.eclipse.mylyn.commons.core;bundle-version="[3.8.0,4.0.0)", - org.eclipse.mylyn.monitor.core;bundle-version="[3.8.0,4.0.0)" +Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", + org.eclipse.mylyn.context.core;bundle-version="3.26.0", + org.eclipse.mylyn.commons.core;bundle-version="3.26.0", + org.eclipse.mylyn.monitor.core;bundle-version="3.26.0", + org.eclipse.ui;bundle-version="0.0.0" Bundle-ActivationPolicy: lazy Bundle-Vendor: %Bundle-Vendor Export-Package: org.eclipse.mylyn.internal.monitor.ui;x-internal:=true,