Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 260324 Details for
Bug 489698
[Sync] Declare correct lower bound for HttpClient
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
git patch for proper version bounds
0001-489698-USS-Declare-correct-required-bundle-versions.patch (text/plain), 3.42 KB, created by
Carsten Reckord
on 2016-03-15 18:39:44 EDT
(
hide
)
Description:
git patch for proper version bounds
Filename:
MIME Type:
Creator:
Carsten Reckord
Created:
2016-03-15 18:39:44 EDT
Size:
3.42 KB
patch
obsolete
>From 983c2929f18fa79a843e1a5b9e554a7006da7aa1 Mon Sep 17 00:00:00 2001 >From: Carsten Reckord <reckord@yatta.de> >Date: Tue, 15 Mar 2016 23:22:57 +0100 >Subject: [PATCH] [489698] [USS] Declare correct required bundle-versions > >- Bumped httpclient version to 4.3 based on used api >- Bumped httpcore version to 4.3 to match httpclient >- Bumped org.eclipse.core.runtime version to 3.4 based on >used api >- Added dependency to org.eclipse.equinox.common 3.3 >because version required by org.eclipse.core.runtime is >too lax to match used api >- Bumped org.eclipse.ui version to 3.6 based on used api >- Added dependency to org.eclipse.jface 3.6 because >version required by org.eclipse.ui is too lax to match >used api > >https://bugs.eclipse.org/bugs/show_bug.cgi?id=489698 > >Change-Id: Ia6401a1d3053efe943f7d2d007aabc716fe334ab >Signed-off-by: Carsten Reckord <reckord@yatta.de> >--- > org.eclipse.userstorage.ui/META-INF/MANIFEST.MF | 9 +++++---- > org.eclipse.userstorage/META-INF/MANIFEST.MF | 7 ++++--- > 2 files changed, 9 insertions(+), 7 deletions(-) > >diff --git a/org.eclipse.userstorage.ui/META-INF/MANIFEST.MF b/org.eclipse.userstorage.ui/META-INF/MANIFEST.MF >index e8d283e..4344fde 100644 >--- a/org.eclipse.userstorage.ui/META-INF/MANIFEST.MF >+++ b/org.eclipse.userstorage.ui/META-INF/MANIFEST.MF >@@ -8,10 +8,11 @@ Bundle-Localization: plugin > Bundle-ActivationPolicy: lazy > Bundle-Activator: org.eclipse.userstorage.ui.internal.Activator > Bundle-RequiredExecutionEnvironment: JavaSE-1.6 >-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)", >- org.eclipse.ui;bundle-version="[3.0.0,4.0.0)", >- org.apache.httpcomponents.httpclient;bundle-version="[4.0.0,5.0.0)", >- org.apache.httpcomponents.httpcore;bundle-version="[4.0.0,5.0.0)", >+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", >+ org.eclipse.jface;bundle-version="[3.6.0,4.0.0)", >+ org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", >+ org.apache.httpcomponents.httpclient;bundle-version="[4.3.0,5.0.0)", >+ org.apache.httpcomponents.httpcore;bundle-version="[4.3.0,5.0.0)", > org.eclipse.userstorage;bundle-version="[1.0.0,2.0.0)";visibility:=reexport > Export-Package: org.eclipse.userstorage.ui;version="1.0.0", > org.eclipse.userstorage.ui.internal;version="1.0.0";x-internal:=true >diff --git a/org.eclipse.userstorage/META-INF/MANIFEST.MF b/org.eclipse.userstorage/META-INF/MANIFEST.MF >index 49ef91c..f9f1c44 100644 >--- a/org.eclipse.userstorage/META-INF/MANIFEST.MF >+++ b/org.eclipse.userstorage/META-INF/MANIFEST.MF >@@ -8,11 +8,12 @@ Bundle-Localization: plugin > Bundle-ActivationPolicy: lazy > Bundle-Activator: org.eclipse.userstorage.internal.Activator > Bundle-RequiredExecutionEnvironment: JavaSE-1.6 >-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)", >+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", > org.eclipse.core.net;bundle-version="[1.2.0,2.0.0)", >+ org.eclipse.equinox.common;bundle-version="[3.3.0,4.0.0)", > org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)", >- org.apache.httpcomponents.httpclient;bundle-version="[4.0.0,5.0.0)", >- org.apache.httpcomponents.httpcore;bundle-version="[4.0.0,5.0.0)", >+ org.apache.httpcomponents.httpclient;bundle-version="[4.3.0,5.0.0)", >+ org.apache.httpcomponents.httpcore;bundle-version="[4.3.0,5.0.0)", > org.apache.commons.logging;bundle-version="[1.0.0,2.0.0)", > org.apache.commons.codec;bundle-version="[1.6.0,2.0.0)" > Export-Package: org.eclipse.userstorage;version="1.0.0", >-- >2.6.2.windows.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 489698
:
260324