mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / JSFunction.java
similarity index 97%
rename from src/org/xwt/js/JSFunction.java
rename to src/org/ibex/js/JSFunction.java
index 2f75ff2..6c0e89a 100644 (file)
@@ -1,12 +1,10 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.js;
+package org.ibex.js;
 
-import org.xwt.util.*;
-import java.util.*;
 import java.io.*;
 
 /** A JavaScript function, compiled into bytecode */
-class JSFunction extends JS implements ByteCodes, Tokens, org.xwt.Scheduler.Task {
+class JSFunction extends JS implements ByteCodes, Tokens, org.ibex.Scheduler.Task {
 
 
     // Fields and Accessors ///////////////////////////////////////////////