Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7f8e820e950c3dab4c3eae354ec27b4fbcc32836 (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.5.1.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