Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-08-23 15:11:47 +0000
committerThomas Watson2017-11-09 22:38:21 +0000
commit74e716297d3a5d619f44567dd9f02eb3520fc860 (patch)
treeddf9e33af4f19bc7ea19f3a26ea29ab1594ddf70 /bundles/org.eclipse.equinox.console/META-INF
parentea94523fefb5b36def9cda1062495008e47b4795 (diff)
downloadrt.equinox.bundles-74e716297d3a5d619f44567dd9f02eb3520fc860.tar.gz
rt.equinox.bundles-74e716297d3a5d619f44567dd9f02eb3520fc860.tar.xz
rt.equinox.bundles-74e716297d3a5d619f44567dd9f02eb3520fc860.zip
Bug 514338 - Update equinox console to use felix gogo 1.0.2 or newerI20171111-0155I20171110-2000
Update console to re-export org.apache.felix.service.command with status=provisional Change-Id: I67c938a247b0a55f94b87f45e4d2de5e74f849c9 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.console/META-INF')
-rwxr-xr-xbundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
index 9a9e7820f..743bb0e6f 100755
--- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -24,6 +24,7 @@ Import-Package: org.eclipse.osgi.framework.console,
org.osgi.util.tracker
Export-Package: org.eclipse.equinox.console.common,
org.eclipse.equinox.console.common.terminal,
- org.eclipse.equinox.console.completion.common
+ org.eclipse.equinox.console.completion.common,
+ org.apache.felix.service.command;status=provisional;mandatory:=status;version="0.10.0"
Require-Bundle: org.apache.felix.gogo.runtime;bundle-version="0.10.0",
org.apache.felix.gogo.shell;bundle-version="0.10.0"

Back to the top