Skip to main content
summaryrefslogtreecommitdiffstats
blob: 566a52ac1ec7dfff985b77ba5c9fb3ba3d4a0255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.epf.common.html;singleton:=true
Bundle-Version: 1.5.0.qualifier
Bundle-ClassPath: commonHTML.jar,lib/Tidy.jar
Bundle-Activator: org.eclipse.epf.common.html.CommonHTMLPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.epf.common
Eclipse-LazyStart: true
Export-Package: org.eclipse.epf.common.html
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top