blob: 8226bd4dfd6d9d60a898680eeffee9469d9601c8 [file] [log] [blame]
Jeff McAffer45009ad2005-11-21 23:08:47 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.eclipse.equinox.preferences; singleton:=true
Mikael Barberobaa04762016-12-14 17:13:56 +01005Bundle-Version: 3.7.0.qualifier
Jeff McAffer45009ad2005-11-21 23:08:47 +00006Bundle-Activator: org.eclipse.core.internal.preferences.Activator
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
DJ Houghtondb37fad2006-05-11 22:07:14 +00009Require-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 Arthornee5515c32009-02-20 22:43:58 +000011Export-Package: org.eclipse.core.internal.preferences;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime,org.eclipse.equinox.p2.engine",
DJ Houghtonaecfc912006-04-18 01:05:25 +000012 org.eclipse.core.internal.preferences.exchange;x-friends:="org.eclipse.core.runtime",
John Arthorne05743102009-10-22 13:35:43 +000013 org.eclipse.core.runtime.preferences;version="3.3.0",
Thomas Watson19487442009-01-12 21:07:49 +000014 org.osgi.service.prefs;version="1.1.1"
Thomas Watson7326a142008-01-29 22:46:13 +000015Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
DJ Houghtonaecfc912006-04-18 01:05:25 +000016Eclipse-LazyStart: true; exceptions="org.eclipse.core.internal.preferences.exchange"
Thomas Watson7326a142008-01-29 22:46:13 +000017Bundle-ActivationPolicy: lazy; exclude:="org.eclipse.core.internal.preferences.exchange"
DJ Houghton621d1c52006-03-20 19:44:52 +000018Import-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 Watson6fe4fa22010-11-30 17:13:02 +000025 org.osgi.util.tracker,
26 org.osgi.service.prefs;version="[1.1.1,1.2)"
Mikael Barberobaa04762016-12-14 17:13:56 +010027Bundle-RequiredExecutionEnvironment: JavaSE-1.8