Skip to main content
summaryrefslogtreecommitdiffstats
blob: f2369de966a8e0431e73af5165f96db6833eb568 (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.repositories.core;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.commons.repositories;x-internal:=true,
 org.eclipse.mylyn.commons.repositories.auth;x-internal:=true,
 org.eclipse.mylyn.internal.commons.repositories;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.equinox.security,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.net;bundle-version="3.5.0"
Bundle-ClassPath: .
Bundle-Localization: plugin

Back to the top