Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-30 19:02:28 +0000
committerslewis2007-03-30 19:02:28 +0000
commit88047b16ce2f966ee874f286000efa9a38bc7824 (patch)
tree463eb725ee0d4b76136e062caebc3ed8a1e97b29 /framework
parente0816396b2c0776fe5515bfafc2f4141de81a8c4 (diff)
downloadorg.eclipse.ecf-88047b16ce2f966ee874f286000efa9a38bc7824.tar.gz
org.eclipse.ecf-88047b16ce2f966ee874f286000efa9a38bc7824.tar.xz
org.eclipse.ecf-88047b16ce2f966ee874f286000efa9a38bc7824.zip
Update to use cdc 1.0/foundation 1.0 as minimum
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.presence.bot/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.presence.bot/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.presence.bot/META-INF/MANIFEST.MF
index beede70ef..bb65b85c6 100644
--- a/framework/bundles/org.eclipse.ecf.presence.bot/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.presence.bot/META-INF/MANIFEST.MF
@@ -19,3 +19,5 @@ Export-Package: org.eclipse.ecf.internal.presence.bot;x-internal:=true,
Import-Package: org.eclipse.osgi.util,
org.osgi.framework,
org.osgi.util.tracker
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
+ J2SE-1.4

Back to the top