Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-04-21 03:24:09 +0000
committerslewis2007-04-21 03:24:09 +0000
commit5124aabf199a197b8f4227b52b7e6b6065f5084e (patch)
treec07cc5a4a0f913b11b7fb0107c2976f547bb6c0c /framework
parentfa34c2d00d5deaf49927981e0ab8fac1f668f4c4 (diff)
downloadorg.eclipse.ecf-5124aabf199a197b8f4227b52b7e6b6065f5084e.tar.gz
org.eclipse.ecf-5124aabf199a197b8f4227b52b7e6b6065f5084e.tar.xz
org.eclipse.ecf-5124aabf199a197b8f4227b52b7e6b6065f5084e.zip
Fixes for CDC 1.0/Foundation 1.0
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ui/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.ui/META-INF/MANIFEST.MF
index 3e117492c..abcd21640 100644
--- a/framework/bundles/org.eclipse.ecf.ui/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.ui/META-INF/MANIFEST.MF
@@ -21,8 +21,8 @@ Export-Package: org.eclipse.ecf.internal.ui;x-internal:=true,
org.eclipse.ecf.ui.wizards
Eclipse-RegisterBuddy: org.eclipse.ecf
Eclipse-BuddyPolicy: dependent
-Bundle-RequiredExecutionEnvironment: J2SE-1.4,
- CDC-1.1/Foundation-1.1
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
Require-Bundle: org.eclipse.ecf,
org.eclipse.ecf.presence,
org.eclipse.ecf.sharedobject,

Back to the top