Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-10-19 06:15:23 +0000
committerslewis2006-10-19 06:15:23 +0000
commit7e2119d0848b25b857c478fdee04605748b10d2c (patch)
tree5f9c22096e6931598c467c11270f143680cd332f /protocols
parentd4fbfadae8e2a1895b0e867857a22437ff4e1c37 (diff)
downloadorg.eclipse.ecf-7e2119d0848b25b857c478fdee04605748b10d2c.tar.gz
org.eclipse.ecf-7e2119d0848b25b857c478fdee04605748b10d2c.tar.xz
org.eclipse.ecf-7e2119d0848b25b857c478fdee04605748b10d2c.zip
Added Eclipse-ExtensibleAPI: true to org.jivesoftware.smack plugin
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/.classpath2
-rw-r--r--protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF2
2 files changed, 3 insertions, 1 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/.classpath b/protocols/bundles/org.jivesoftware.smack/.classpath
index 702beeed3..eb3e49cbe 100644
--- a/protocols/bundles/org.jivesoftware.smack/.classpath
+++ b/protocols/bundles/org.jivesoftware.smack/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="jars/xmlpull.v1.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
index b148f5a39..3d2e54825 100644
--- a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
@@ -25,3 +25,5 @@ Require-Bundle: org.eclipse.core.runtime
Bundle-ClassPath: jars/xmlpull.v1.jar,
smack.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Eclipse-ExtensibleAPI: true
+

Back to the top