Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-07-20 02:42:53 +0000
committerslewis2006-07-20 02:42:53 +0000
commitcb154045c9d1e3a9523308efa5d8619c5c91a793 (patch)
tree6573f4547661d3b4bb3bb34b6ceaf0df6d2c49eb /protocols
parent87e18e7145c7afc848c3d1fc90194ddaa6763f93 (diff)
downloadorg.eclipse.ecf-cb154045c9d1e3a9523308efa5d8619c5c91a793.tar.gz
org.eclipse.ecf-cb154045c9d1e3a9523308efa5d8619c5c91a793.tar.xz
org.eclipse.ecf-cb154045c9d1e3a9523308efa5d8619c5c91a793.zip
Moved runtime environment spec to J2SE-1.4
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF2
1 files changed, 1 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 7dc6df03e..b148f5a39 100644
--- a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
@@ -24,4 +24,4 @@ Export-Package: org.jivesoftware.smack,
Require-Bundle: org.eclipse.core.runtime
Bundle-ClassPath: jars/xmlpull.v1.jar,
smack.jar
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top