Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.equinox.security.ui;singleton:=true |
Oleg Besedin | efbcc34 | 2008-07-09 14:54:13 +0000 | [diff] [blame^] | 5 | Bundle-Version: 1.0.100.qualifier |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 6 | Bundle-Vendor: %providerName |
| 7 | Bundle-Localization: plugin |
Thomas Watson | 83b1916 | 2008-03-06 14:54:07 +0000 | [diff] [blame] | 8 | Import-Package: javax.crypto.spec, |
| 9 | javax.security.auth.x500, |
Thomas Watson | d75a1fb | 2008-03-26 14:11:41 +0000 | [diff] [blame] | 10 | org.eclipse.osgi.internal.provisional.service.security;version="[1.0.0,2.0.0)", |
eli | 2128ec9 | 2008-03-16 17:44:45 +0000 | [diff] [blame] | 11 | org.eclipse.osgi.internal.service.security, |
Oleg Besedin | 7464888 | 2008-04-21 17:46:55 +0000 | [diff] [blame] | 12 | org.eclipse.osgi.service.debug;version="[1.0.0,2.0.0)", |
| 13 | org.eclipse.osgi.service.resolver;version="[1.2.0,2.0.0)", |
| 14 | org.eclipse.osgi.service.security;version="[1.0.0,2.0.0)", |
| 15 | org.eclipse.osgi.util;version="[1.1.0,2.0.0)", |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 16 | org.osgi.framework, |
Oleg Besedin | 7464888 | 2008-04-21 17:46:55 +0000 | [diff] [blame] | 17 | org.osgi.util.tracker;version="[1.3.3,2.0.0)" |
Oleg Besedin | 5f19dbe | 2008-03-18 20:11:31 +0000 | [diff] [blame] | 18 | Require-Bundle: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)", |
| 19 | org.eclipse.equinox.preferences;bundle-version="[3.2.200,4.0.0)", |
Thomas Watson | ecdbd8c | 2008-04-25 20:52:09 +0000 | [diff] [blame] | 20 | org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", |
Oleg Besedin | 224fbcc | 2008-05-14 19:58:01 +0000 | [diff] [blame] | 21 | org.eclipse.core.runtime; bundle-version="[3.4.0,4.0.0)" |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 22 | Bundle-Activator: org.eclipse.equinox.internal.security.ui.Activator |
Thomas Watson | 9073bdb | 2008-04-25 21:15:33 +0000 | [diff] [blame] | 23 | Export-Package: org.eclipse.equinox.internal.provisional.security.ui;version="1.0.0";x-friends:="org.eclipse.equinox.p2.ui", |
Thomas Watson | d75a1fb | 2008-03-26 14:11:41 +0000 | [diff] [blame] | 24 | org.eclipse.equinox.internal.security.ui;x-internal:=true, |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 25 | org.eclipse.equinox.internal.security.ui.nls;x-internal:=true, |
| 26 | org.eclipse.equinox.internal.security.ui.preferences;x-internal:=true, |
| 27 | org.eclipse.equinox.internal.security.ui.storage;x-internal:=true, |
Oleg Besedin | 351ddde | 2008-04-18 18:14:44 +0000 | [diff] [blame] | 28 | org.eclipse.equinox.internal.security.ui.storage.view;x-internal:=true, |
Thomas Watson | d75a1fb | 2008-03-26 14:11:41 +0000 | [diff] [blame] | 29 | org.eclipse.equinox.internal.security.ui.wizard;x-internal:=true |
Matthew Flaherty | 760e5f3 | 2008-02-28 18:04:34 +0000 | [diff] [blame] | 30 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
| 31 | Bundle-ActivationPolicy: lazy |