Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-10-12 23:37:07 +0000
committerslewis2009-10-12 23:37:07 +0000
commit07361d0bc5e1d8d190b9c49ab1688f2ead5774d3 (patch)
treef81f8775a6d0b993a79eaded239232af1eaa4d15 /providers
parent2aaf92e1d1802f88b7f6aeac6135f89936f7f328 (diff)
downloadorg.eclipse.ecf-07361d0bc5e1d8d190b9c49ab1688f2ead5774d3.tar.gz
org.eclipse.ecf-07361d0bc5e1d8d190b9c49ab1688f2ead5774d3.tar.xz
org.eclipse.ecf-07361d0bc5e1d8d190b9c49ab1688f2ead5774d3.zip
Fix for externalized messagespre_smack_310
Diffstat (limited to 'providers')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java4
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties4
2 files changed, 0 insertions, 8 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java
index ceac3bc54..7f1ed5d9b 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java
@@ -36,10 +36,6 @@ public class Messages extends NLS {
public static String XMPPContainer_UNEXPECTED_XMPP_MESSAGE;
public static String XMPPContainer_UNRECOGONIZED_CONTAINER_MESSAGE;
public static String XMPPContainer_UNRECOGONIZED_SEARCH_SERVICE;
- public static String XMPPFileID_EXCEPTION_FILE_IDS_NOT_URLS;
- public static String XMPPFileNamespace_EXCEPTION_FILEID_FILENAME_NOT_NULL;
- public static String XMPPFileNamespace_EXCEPTION_FILEID_TARGETID_NOT_NULL;
- public static String XMPPFileNamespace_EXCEPTION_INVALID_FILEID_PARAMETERS;
public static String XMPPID_EXCEPTION_HOST_PORT_NOT_VALID;
public static String XMPPID_EXCEPTION_INVALID_PORT;
public static String XMPPID_EXCEPTION_XMPPID_USERNAME_NOT_NULL;
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties
index d288d99c1..8efb5d48e 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties
@@ -26,10 +26,6 @@ XMPPContainer_UNRECOGONIZED_CONTAINER_MESSAGE=got unrecognized container message
XMPPContainer_UNRECOGONIZED_SEARCH_SERVICE=Search Service not available on the server
XMPPContainer_UNEXPECTED_EVENT=processAsynch got unexpected event %1
XMPPContainer_EXCEPTION_HANDLING_ASYCH_EVENT=processAsynch exception processing event %1
-XMPPFileID_EXCEPTION_FILE_IDS_NOT_URLS=XMPPFileIDs cannot be represented as URLs.
-XMPPFileNamespace_EXCEPTION_FILEID_FILENAME_NOT_NULL=Filename cannot be null.
-XMPPFileNamespace_EXCEPTION_FILEID_TARGETID_NOT_NULL=target id cannot be null.
-XMPPFileNamespace_EXCEPTION_INVALID_FILEID_PARAMETERS=target (XMPPID) and filename (String) parameters are needed to create an XMPPFileID
XMPPNamespace_EXCEPTION_ID_CREATE=XMPP ID creation exception
XMPPRoomNamespace_EXCEPTION_ID_CREAT=XMPP ID creation exception
XMPPRoomNamespace_EXCEPTION_INVALID_ARGUMENTS=XMPPRoomID constructor arguments invalid

Back to the top