mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / JSExn.java
similarity index 91%
rename from src/org/xwt/js/JSExn.java
rename to src/org/ibex/js/JSExn.java
index df1022e..8d1a758 100644 (file)
@@ -1,10 +1,7 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] 
-package org.xwt.js; 
+package org.ibex.js; 
 
-import org.xwt.util.*; 
-import org.xwt.*; 
-import java.io.*;
-import java.util.*;
+import org.ibex.util.*; 
 
 /** An exception which can be thrown and caught by JavaScript code */
 public class JSExn extends Exception {