Skip to main content
summaryrefslogtreecommitdiffstats
blob: 006e2eaf08e1f5b074882b36618ce49f7eb3c87d (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.0.v20061218-1600
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