Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-02-26 19:16:36 +0000
committerThomas Watson2013-02-26 19:16:36 +0000
commitcd5b272d91228957cd584c6c399ca367b59073d9 (patch)
treeab1a85a97ddf852b8f3f163b15a01ba7533ed850 /bundles/org.eclipse.osgi.compatibility.state/META-INF
parent836966a9c9d1bd2445ab5545c883ebab6937d1e5 (diff)
downloadrt.equinox.framework-cd5b272d91228957cd584c6c399ca367b59073d9.tar.gz
rt.equinox.framework-cd5b272d91228957cd584c6c399ca367b59073d9.tar.xz
rt.equinox.framework-cd5b272d91228957cd584c6c399ca367b59073d9.zip
Use an Equinox specific header for extension activator.
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/META-INF')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
index 02641aeed..61fe6aa1f 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: State
Bundle-SymbolicName: org.eclipse.osgi.compatibility.state
Bundle-Version: 1.0.0.qualifier
-Bundle-Activator: org.eclipse.osgi.compatibility.state.Activator
+ExtensionBundle-Activator: org.eclipse.osgi.compatibility.state.Activator
Fragment-Host: org.eclipse.osgi;bundle-version="3.10.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top