Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-04-20 07:03:43 +0000
committerslewis2006-04-20 07:03:43 +0000
commit910f5e97c0e844f4034edde880cea303c5e5dc25 (patch)
tree0c390120943738217a8353b0fdc5d0ec2b230948 /protocols
parent656791dc11f11b323674e6a82ff9967a718ce2e5 (diff)
downloadorg.eclipse.ecf-910f5e97c0e844f4034edde880cea303c5e5dc25.tar.gz
org.eclipse.ecf-910f5e97c0e844f4034edde880cea303c5e5dc25.tar.xz
org.eclipse.ecf-910f5e97c0e844f4034edde880cea303c5e5dc25.zip
Update to classpath
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/.classpath b/protocols/bundles/org.jivesoftware.smack/.classpath
index d489f3182..753c034f1 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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/executionEnvironments/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top