Skip to main content
summaryrefslogtreecommitdiffstats
blob: fafc84321d752f49e97f1dfa74e8ac38eeadaef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity.core;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.commons.identity.core;x-internal:=true,
 org.eclipse.mylyn.commons.identity.core.spi;x-internal:=true,
 org.eclipse.mylyn.internal.commons.identity.core;x-internal:=true,
 org.eclipse.mylyn.internal.commons.identity.core.gravatar;x-internal:=true
Service-Component: OSGI-INF/component.xml

Back to the top