Skip to main content
summaryrefslogtreecommitdiffstats
blob: 596334f8f4777bbbe3eb17e1e36f795e556f163c (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: Mylyn Tasks Core
Bundle-SymbolicName: org.eclipse.mylyn.tasks.core;singleton:=true
Bundle-Version: 2.3.0.qualifier
Eclipse-AutoStart: true 
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.net,
 org.eclipse.mylyn.context.core;bundle-version="[2.3.0,3.0.0)",
 org.eclipse.mylyn.monitor.core;bundle-version="[2.3.0,3.0.0)",
 org.eclipse.mylyn.web.core;bundle-version="[2.3.0,3.0.0)"
Export-Package: org.eclipse.mylyn.internal.tasks.core,
 org.eclipse.mylyn.tasks.core

Back to the top