mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / JSScope.java
similarity index 98%
rename from src/org/xwt/js/JSScope.java
rename to src/org/ibex/js/JSScope.java
index a504d8d..675ddc7 100644 (file)
@@ -1,9 +1,5 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] 
-package org.xwt.js; 
-
-import org.xwt.util.*; 
-import java.io.*;
-import java.util.*;
+package org.ibex.js; 
 
 // FIXME: should allow parentScope to be a JS, not a JSScope
 /** Implementation of a JavaScript Scope */