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

Back to the top