mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / Font.java
similarity index 98%
rename from src/org/xwt/Font.java
rename to src/org/ibex/Font.java
index ae9a7d3..2744f0e 100644 (file)
@@ -1,9 +1,7 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt;
+package org.ibex;
 import org.xwt.translators.*;
-import org.xwt.util.*;
-import org.xwt.js.*;
-import java.util.*;
+import org.ibex.util.*;
 import java.io.*;
 
 // FEATURE: this could be cleaner