Skip to main content
summaryrefslogtreecommitdiffstats
blob: b5d29d38e4c69123d9450403f35f6a51fda721dc (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.v20070208-1700
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,
 org.eclipse.mylar
Export-Package: org.eclipse.mylar.doc.internal.actions,
 org.eclipse.mylar.doc.internal.dialogs
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top