blob: c669ffd065e30ba23206faedb1b168ab8ef47ccc [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.common; singleton:=true
Christoph Laeubrich38a74022020-08-09 18:47:50 +02005Bundle-Version: 3.14.0.qualifier
Jeff McAffer45009ad2005-11-21 23:08:47 +00006Bundle-Localization: plugin
Lars Vogel5e36a102019-12-09 22:23:07 +01007Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.pde.build",
Oleg Besedinc3b37392007-11-30 15:56:29 +00008 org.eclipse.core.internal.runtime;common=split;mandatory:=common;
9 x-friends:="org.eclipse.core.contenttype,
10 org.eclipse.core.jobs,
11 org.eclipse.equinox.preferences,
12 org.eclipse.equinox.registry,
13 org.eclipse.core.runtime,
14 org.eclipse.core.runtime.compatibility,
Oleg Besedin95038cf2008-03-18 14:33:53 +000015 org.eclipse.core.filesystem,
16 org.eclipse.equinox.security",
Christoph Laeubrichb843dbf2020-09-25 13:36:47 +020017 org.eclipse.core.runtime;common=split;version="3.7.0";mandatory:=common,
Thomas Wolf2c0dcf62020-05-22 13:53:36 +020018 org.eclipse.core.text;version="3.13.0",
Thomas Watsonde1a3852009-11-03 16:32:30 +000019 org.eclipse.equinox.events;version="1.0.0"
Jeff McAffer45009ad2005-11-21 23:08:47 +000020Bundle-Vendor: %providerName
21Bundle-Activator: org.eclipse.core.internal.runtime.Activator
Thomas Watsonce920782011-01-08 04:54:43 +000022Import-Package: org.eclipse.equinox.log;version="[1.0,2.0)",
23 org.eclipse.osgi.framework.log;version="[1.1, 2.0)",
Thomas Watson4ce0f852006-02-14 03:49:39 +000024 org.eclipse.osgi.service.datalocation,
Thomas Watson383338c2006-03-01 22:02:48 +000025 org.eclipse.osgi.service.debug,
Thomas Watson4ce0f852006-02-14 03:49:39 +000026 org.eclipse.osgi.service.localization,
27 org.eclipse.osgi.service.urlconversion,
28 org.eclipse.osgi.util,
29 org.osgi.framework,
Thomas Watsonce920782011-01-08 04:54:43 +000030 org.osgi.service.log;version="[1.3.0, 2.0)",
Thomas Watson4ce0f852006-02-14 03:49:39 +000031 org.osgi.service.packageadmin,
Thomas Watsonce920782011-01-08 04:54:43 +000032 org.osgi.service.url,
Thomas Watson4ce0f852006-02-14 03:49:39 +000033 org.osgi.util.tracker
Sergey Prigogin33d3c952016-09-20 11:00:24 -070034Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Thomas Watson7326a142008-01-29 22:46:13 +000035Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Oleg Besedin474bc362006-06-20 18:30:58 +000036Eclipse-LazyStart: true
Thomas Watson7326a142008-01-29 22:46:13 +000037Bundle-ActivationPolicy: lazy
Karsten Thoms4190b192017-12-21 14:58:58 +010038Automatic-Module-Name: org.eclipse.equinox.common