mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / XMLRPC.java
similarity index 98%
rename from src/org/xwt/XMLRPC.java
rename to src/org/ibex/XMLRPC.java
index f78936a..6c1699c 100644 (file)
@@ -1,16 +1,15 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt;
+package org.ibex;
 
 import java.io.*;
-import java.net.*;
 import java.util.*;
-import org.xwt.js.*;
-import org.xwt.util.*;
+import org.ibex.js.*;
+import org.ibex.util.*;
 import org.bouncycastle.util.encoders.Base64;
 
 /**
  *  An XML-RPC client implemented as a JavaScript Host Object. See the
- *  XWT spec for information on its behavior.
+ *  Ibex spec for information on its behavior.
  *
  *  NOTE: this client is EXTREMELY lenient in the responses it will
  *  accept; there are many, many invalid responses that it will
@@ -120,7 +119,7 @@ class XMLRPC extends JS {
                     objects.setElementAt(nd, objects.size() - 1);
                     
                 } catch (Exception e) {
-                    throw new RuntimeException("xwt.net.rpc.xml.recieve.malformedDateTag" +
+                    throw new RuntimeException("ibex.net.rpc.xml.recieve.malformedDateTag" +
                                     "the server sent a <dateTime.iso8601> tag which was malformed: " + s);
                 }
             case "member":