mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / SOAP.java
similarity index 99%
rename from src/org/xwt/SOAP.java
rename to src/org/ibex/SOAP.java
index f3ce759..0cfd1d3 100644 (file)
@@ -1,11 +1,10 @@
 // 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;
 
 /**