Skip to main content
summaryrefslogtreecommitdiffstats
blob: aa4c887ae1941e7d22c668e04d1f8581ee7ebaeb (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: Mylar Tasks Core Plug-in
Bundle-SymbolicName: org.eclipse.mylar.tasks.core;singleton:=true
Bundle-Version: 1.0.0.v20061222-1600
Bundle-Localization: plugin
Eclipse-AutoStart: true 
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylar.context.core,
 org.eclipse.update.core
Export-Package: org.eclipse.mylar.internal.tasks.core,
 org.eclipse.mylar.tasks.core,
 org.eclipse.mylar.tasks.core.web

Back to the top