Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 65e5b8df54b1db91fe8ba934c4a42a28e3861a73 (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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.man.core;singleton:=true
Bundle-Version: 0.0.1.qualifier
Bundle-Activator: org.eclipse.linuxtools.man.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.jface.text
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.linuxtools.man, 
  org.eclipse.linuxtools.man.views, 
  org.eclipse.linuxtools.man.parser
Bundle-Vendor: %Bundle-Vendor

Back to the top