Skip to main content
summaryrefslogtreecommitdiffstats
blob: 46b8ef074325e2738a457b2f2145d51a3a22d65e (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 Documentation Plug-in
Bundle-SymbolicName: org.eclipse.mylar.doc; singleton:=true
Bundle-Version: 1.0.1
Bundle-Localization: plugin
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.forms,
 org.eclipse.mylar.tasks.core,
 org.eclipse.mylar.tasks.ui
Export-Package: org.eclipse.mylar.doc.internal.actions,
 org.eclipse.mylar.doc.internal.dialogs
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top