mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / JVM.java
similarity index 81%
rename from src/org/xwt/plat/JVM.java
rename to src/org/ibex/plat/JVM.java
index e496a63..54f6e21 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.plat;
+package org.ibex.plat;
 
-import org.xwt.*;
+import org.ibex.*;
 
 /** common superclass for all platforms that run in a "real" JVM */
 public abstract class JVM extends Platform {