Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-02-07 20:14:51 +0000
committerThomas Watson2013-02-07 20:14:51 +0000
commitb4fbb0318b017272125cc4d34c6fdb997d66f51e (patch)
tree4c75e43e0b90fc7cdc625259262ad98b071e4430 /bundles/org.eclipse.osgi.compatibility.state/META-INF
parent4573407d7c93ab62805d368afcd9d9f023e2afdc (diff)
downloadrt.equinox.framework-b4fbb0318b017272125cc4d34c6fdb997d66f51e.tar.gz
rt.equinox.framework-b4fbb0318b017272125cc4d34c6fdb997d66f51e.tar.xz
rt.equinox.framework-b4fbb0318b017272125cc4d34c6fdb997d66f51e.zip
Do not require DS for compatibility state
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/META-INF')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 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 990af6c69..02641aeed 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
@@ -3,5 +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
Fragment-Host: org.eclipse.osgi;bundle-version="3.10.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top