mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / Solaris.java
similarity index 77%
rename from src/org/xwt/plat/Solaris.java
rename to src/org/ibex/plat/Solaris.java
index c79d8fc..bf35d05 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;
 
 /** Solaris with an X11 display */
 public class Solaris extends X11 {