Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5b435f179d56cc4a812df9917bbf9507789a18d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.presentation.headline;singleton:=true
Bundle-Version: 0.4.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.rmf.reqif10.pror.presentation.headline.provider.HeadlineEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.rmf.reqif10.pror.presentation.headline,
 org.eclipse.rmf.reqif10.pror.presentation.headline.impl,
 org.eclipse.rmf.reqif10.pror.presentation.headline.provider,
 org.eclipse.rmf.reqif10.pror.presentation.headline.ui,
 org.eclipse.rmf.reqif10.pror.presentation.headline.util
Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.4.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top