Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2008-05-14 19:58:01 +0000
committerOleg Besedin2008-05-14 19:58:01 +0000
commit224fbcca02a30b875e01f845a87b471cc57e9725 (patch)
tree6bc18b47f142866c0233bca15a77bbce2af3b44f /bundles/org.eclipse.equinox.security.ui
parent7dc1a315a20a9e9fa937bee3578c1541e44623a7 (diff)
downloadrt.equinox.bundles-224fbcca02a30b875e01f845a87b471cc57e9725.tar.gz
rt.equinox.bundles-224fbcca02a30b875e01f845a87b471cc57e9725.tar.xz
rt.equinox.bundles-224fbcca02a30b875e01f845a87b471cc57e9725.zip
Bug 232146 org.eclipse.equinox.security.ui contains an invalid item in Require-Bundlev20080514-1830
Diffstat (limited to 'bundles/org.eclipse.equinox.security.ui')
-rw-r--r--bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF
index 512c71f20..6b27b1061 100644
--- a/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF
@@ -18,7 +18,7 @@ Import-Package: javax.crypto.spec,
Require-Bundle: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)",
org.eclipse.equinox.preferences;bundle-version="[3.2.200,4.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.core.runtime; bundle-version="[3.4.0, 4.0.0)"
+ org.eclipse.core.runtime; bundle-version="[3.4.0,4.0.0)"
Bundle-Activator: org.eclipse.equinox.internal.security.ui.Activator
Export-Package: org.eclipse.equinox.internal.provisional.security.ui;version="1.0.0";x-friends:="org.eclipse.equinox.p2.ui",
org.eclipse.equinox.internal.security.ui;x-internal:=true,

Back to the top