mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / Linux.java
similarity index 85%
rename from src/org/xwt/plat/Linux.java
rename to src/org/ibex/plat/Linux.java
index d7c8be8..a802d07 100644 (file)
@@ -1,7 +1,5 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.plat;
-
-import org.xwt.*;
+package org.ibex.plat;
 
 /** Linux with an X11 display */
 public class Linux extends X11 {