mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / JS.java
similarity index 98%
rename from src/org/xwt/js/JS.java
rename to src/org/ibex/js/JS.java
index e0451c9..d73b37b 100644 (file)
@@ -1,13 +1,13 @@
 // 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 org.ibex.util.*; 
+import org.ibex.*; 
 import java.io.*;
 import java.util.*;
 
 /** The minimum set of functionality required for objects which are manipulated by JavaScript */
-public class JS extends org.xwt.util.BalancedTree { 
+public class JS extends org.ibex.util.BalancedTree { 
 
     public static final Object METHOD = new Object();
     public final JS unclone() { return _unclone(); }