Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-10-09 16:01:18 +0000
committerKarsten Thoms2017-10-13 13:00:13 +0000
commit25d302bd9a4ba40205def99295aa007c1a01bd60 (patch)
tree1b241839cdc32614fbddfd9a51abd22bb913acfb /bundles/org.eclipse.equinox.p2.repository/META-INF
parentdf0cc1c9609a5ee3cb4a6965ee455fe51d139909 (diff)
downloadrt.equinox.p2-25d302bd9a4ba40205def99295aa007c1a01bd60.tar.gz
rt.equinox.p2-25d302bd9a4ba40205def99295aa007c1a01bd60.tar.xz
rt.equinox.p2-25d302bd9a4ba40205def99295aa007c1a01bd60.zip
Bug 525773 Set lower version on org.eclipse.equinox.p2.metadata
Bundles use new API method VersionRange#create(String) which was introduced in version 2.4.0 Also set exported version of package org.eclipse.equinox.p2.metadata in bundle org.eclipse.equinox.p2.metadata Change-Id: I9c8044935b01811acf6b865f8a6701bd5fc50cb3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
index 13023d597..8e15a617b 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -52,7 +52,7 @@ Import-Package: javax.crypto,
org.eclipse.equinox.internal.provisional.p2.core.eventbus,
org.eclipse.equinox.p2.core;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.core.spi;version="[2.0.0,3.0.0)",
- org.eclipse.equinox.p2.metadata;version="[2.0.0,3.0.0)",
+ org.eclipse.equinox.p2.metadata;version="[2.4.0,3.0.0)",
org.eclipse.equinox.p2.metadata.expression;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.query;version="[2.0.0,3.0.0)",
org.eclipse.equinox.security.storage,

Back to the top