Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.equinox.preferences; singleton:=true |
Alexander Kurtakov | b0cb83d | 2019-03-18 21:23:04 +0200 | [diff] [blame] | 5 | Bundle-Version: 3.7.400.qualifier |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.core.internal.preferences.Activator |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
DJ Houghton | db37fad | 2006-05-11 22:07:14 +0000 | [diff] [blame] | 9 | Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.0)", |
| 10 | org.eclipse.equinox.registry;bundle-version="[3.2.0,4.0.0)";resolution:=optional |
John Arthorne | e5515c3 | 2009-02-20 22:43:58 +0000 | [diff] [blame] | 11 | Export-Package: org.eclipse.core.internal.preferences;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.equinox.p2.engine", |
DJ Houghton | aecfc91 | 2006-04-18 01:05:25 +0000 | [diff] [blame] | 12 | org.eclipse.core.internal.preferences.exchange;x-friends:="org.eclipse.core.runtime", |
John Arthorne | 0574310 | 2009-10-22 13:35:43 +0000 | [diff] [blame] | 13 | org.eclipse.core.runtime.preferences;version="3.3.0", |
Thomas Watson | 1948744 | 2009-01-12 21:07:49 +0000 | [diff] [blame] | 14 | org.osgi.service.prefs;version="1.1.1" |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 15 | Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2 |
DJ Houghton | aecfc91 | 2006-04-18 01:05:25 +0000 | [diff] [blame] | 16 | Eclipse-LazyStart: true; exceptions="org.eclipse.core.internal.preferences.exchange" |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 17 | Bundle-ActivationPolicy: lazy; exclude:="org.eclipse.core.internal.preferences.exchange" |
DJ Houghton | 621d1c5 | 2006-03-20 19:44:52 +0000 | [diff] [blame] | 18 | Import-Package: org.eclipse.osgi.framework.log, |
| 19 | org.eclipse.osgi.service.datalocation, |
| 20 | org.eclipse.osgi.service.debug, |
| 21 | org.eclipse.osgi.service.environment, |
| 22 | org.eclipse.osgi.util, |
| 23 | org.osgi.framework, |
| 24 | org.osgi.service.packageadmin, |
Thomas Watson | 6fe4fa2 | 2010-11-30 17:13:02 +0000 | [diff] [blame] | 25 | org.osgi.util.tracker, |
| 26 | org.osgi.service.prefs;version="[1.1.1,1.2)" |
Mikael Barbero | baa0476 | 2016-12-14 17:13:56 +0100 | [diff] [blame] | 27 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame] | 28 | Automatic-Module-Name: org.eclipse.equinox.preferences |