mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / Tokens.java
similarity index 99%
rename from src/org/xwt/js/Tokens.java
rename to src/org/ibex/js/Tokens.java
index 28e57af..8970e14 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;
 
 /** this class contains a <tt>public static final int</tt> for each valid token */
 interface Tokens {