Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2005-04-12 01:58:56 +0000
committerslewis2005-04-12 01:58:56 +0000
commit1c1c8218073cb72d49ffc71739e26892a311a379 (patch)
tree06f024365732b59ac0cf19dca0caa9f890ef27bd /providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath
parent096bbbafced644b54a19b0e20231ff7c35ef7907 (diff)
downloadorg.eclipse.ecf-1c1c8218073cb72d49ffc71739e26892a311a379.tar.gz
org.eclipse.ecf-1c1c8218073cb72d49ffc71739e26892a311a379.tar.xz
org.eclipse.ecf-1c1c8218073cb72d49ffc71739e26892a311a379.zip
Fixed UI bug for ECF Buddy List view. Added new functionality: 1) new images for active/inactive user in org.eclipse.ecf.ui. 2) Changed behavior of rosterview to better handle groups, and to display number available and total in group. 3) Added new API for handling subscribe/unsubscribe requests (ISubscribeListener); 4) Added code in collab example client to demonstrate use of ISubscribeListener API; 5) Added support in provider org.eclipse.ecf.provider.xmpp. 6) Replaced version of Smack jars with one based upon 1.5.1 of Smack libraries...after removing copyrighted images and replacing StringUtils.encodeHex
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath30
1 files changed, 24 insertions, 6 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath b/providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath
index f6df51f0f..2c3d6b606 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/.classpath
@@ -1,10 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/smack.jar"/>
- <classpathentry kind="lib" path="lib/smackx.jar"/>
- <classpathentry kind="lib" path="lib/smackx-debug.jar"/>
+ <classpathentry kind="src" path="src">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry sourcepath="C:/Documents and Settings/slewis/Desktop/smack-dev-1.5.0/source" kind="lib" path="lib/smack.jar">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry sourcepath="C:/Documents and Settings/slewis/Desktop/smack-dev-1.5.0/source" kind="lib" path="lib/smackx.jar">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry sourcepath="C:/Documents and Settings/slewis/Desktop/smack-dev-1.5.0/source" kind="lib" path="lib/smackx-debug.jar">
+ <attributes>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top