mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / GCJ.java
similarity index 97%
rename from src/org/xwt/plat/GCJ.java
rename to src/org/ibex/plat/GCJ.java
index dc0da01..55fdb09 100644 (file)
@@ -1,8 +1,8 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.plat;
+package org.ibex.plat;
 
-import org.xwt.*;
-import org.xwt.util.*;
+import org.ibex.*;
+import org.ibex.util.*;
 import java.io.*;
 
 /** common superclass for all platforms that use GCJ to compile a native binary */