Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5cca1c317f4d18d6b9d91975654d90808c910052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.oslc.core;singleton:=true
Bundle-Version: 3.2.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylyn.tasks.core;bundle-version="3.2.0",
 org.eclipse.mylyn.commons.core;bundle-version="3.2.0",
 org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
 com.sun.syndication;bundle-version="0.9.0",
 org.jdom;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.oslc.core,
 org.eclipse.mylyn.internal.oslc.core.client,
 org.eclipse.mylyn.internal.oslc.core.cm
Bundle-ClassPath: .

Back to the top