mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / ByteCodes.java
similarity index 99%
rename from src/org/xwt/js/ByteCodes.java
rename to src/org/ibex/js/ByteCodes.java
index 7ba54b4..e8170f1 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.js;
+package org.ibex.js;
 
 /**
  *  Constants for the various JavaScript ByteCode operations.