Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-05-05 02:31:12 +0000
committerslewis2009-05-05 02:31:12 +0000
commit6c699abe806608161cd5b920df93e4d6a20b5707 (patch)
treeaa793f4c9961260c0c04a67d92df28a7a04b4bf1
parent4d5d107aa9219adf2e74dcd211c5f2656036f6cd (diff)
downloadorg.eclipse.ecf-6c699abe806608161cd5b920df93e4d6a20b5707.tar.gz
org.eclipse.ecf-6c699abe806608161cd5b920df93e4d6a20b5707.tar.xz
org.eclipse.ecf-6c699abe806608161cd5b920df93e4d6a20b5707.zip
Fix for classpath non-sync
-rw-r--r--protocols/bundles/org.jivesoftware.smack/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/.classpath b/protocols/bundles/org.jivesoftware.smack/.classpath
index 2fca53c3f..24fd6d6aa 100644
--- a/protocols/bundles/org.jivesoftware.smack/.classpath
+++ b/protocols/bundles/org.jivesoftware.smack/.classpath
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib" path="jars/xpp.jar"/>
<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="src" path="src"/>
+ <classpathentry exported="true" kind="lib" path="jars/xpp.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top