Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2015-05-25 17:48:39 +0000
committerThomas Watson2015-09-29 13:10:10 +0000
commit7633b2fceefa5120762053827f74907837682991 (patch)
treef6251997d433c8ff1fa2afa922a0fcceb0df6b64 /bundles/org.eclipse.equinox.console/META-INF
parent5779871282b33b1b47a134769a86112df9fc35ef (diff)
downloadrt.equinox.bundles-7633b2fceefa5120762053827f74907837682991.tar.gz
rt.equinox.bundles-7633b2fceefa5120762053827f74907837682991.tar.xz
rt.equinox.bundles-7633b2fceefa5120762053827f74907837682991.zip
Bug 468204 - [console] equinox console needs org.apache.felix.gogo.shell
but this requirement is not explicitly stated Change-Id: I75f487f0f334c69e2a78eeee81869ee8749e4370 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.console/META-INF')
-rwxr-xr-xbundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
index d738f8a5f..82b5f0c5f 100755
--- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -26,3 +26,5 @@ Import-Package: org.apache.felix.service.command;status=provisional;version="0.8
Export-Package: org.eclipse.equinox.console.common,
org.eclipse.equinox.console.common.terminal,
org.eclipse.equinox.console.completion.common
+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