Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-10-27 03:35:19 +0000
committerslewis2006-10-27 03:35:19 +0000
commit87b91cbc8f7e0230d24bdbced98274c9002e9468 (patch)
treebb1971264b1d11784a35545e496207974b32d09a /protocols/bundles
parent4b217d5bef6a181e7946696143548288c4739cc1 (diff)
downloadorg.eclipse.ecf-87b91cbc8f7e0230d24bdbced98274c9002e9468.tar.gz
org.eclipse.ecf-87b91cbc8f7e0230d24bdbced98274c9002e9468.tar.xz
org.eclipse.ecf-87b91cbc8f7e0230d24bdbced98274c9002e9468.zip
Added 1.1 to execution environment spec
Diffstat (limited to 'protocols/bundles')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
index 3d2e54825..77633dd90 100644
--- a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
@@ -24,6 +24,7 @@ Export-Package: org.jivesoftware.smack,
Require-Bundle: org.eclipse.core.runtime
Bundle-ClassPath: jars/xmlpull.v1.jar,
smack.jar
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.4,
+ CDC-1.1/Foundation-1.1
Eclipse-ExtensibleAPI: true

Back to the top