mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / JSArray.java
similarity index 99%
rename from src/org/xwt/js/JSArray.java
rename to src/org/ibex/js/JSArray.java
index ca2919d..f29b79a 100644 (file)
@@ -1,7 +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.ibex.util.*; 
 import java.util.*;
 
 /** A JavaScript JSArray */