Skip to main content
summaryrefslogtreecommitdiffstats
blob: 177cabf6bd831ac21c68e2c985828f2a858c7f80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EEF Richtext widget
Bundle-SymbolicName: org.eclipse.emf.eef.extended.widgets.richtext
Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.epf.common;bundle-version="1.5.0";resolution:=optional,
 org.eclipse.epf.richtext;bundle-version="1.5.0";resolution:=optional;visibility:=reexport,
 org.eclipse.epf.common.html;bundle-version="1.5.0";resolution:=optional
Export-Package: org.eclipse.emf.eef.runtime.ui.widgets.richtext.actions
Bundle-ActivationPolicy: lazy

Back to the top