mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / JSDate.java
similarity index 99%
rename from src/org/xwt/js/JSDate.java
rename to src/org/ibex/js/JSDate.java
index fc3fcd0..694122c 100644 (file)
  * file under either the NPL or the GPL.
  */
 
  * file under either the NPL or the GPL.
  */
 
-package org.xwt.js;
+package org.ibex.js;
 
 
-import java.util.TimeZone;
-import java.util.Locale;
-import java.text.NumberFormat;
 import java.text.DateFormat;
 import java.text.DateFormat;
-import java.text.SimpleDateFormat;
 
 /**
  * This class implements the Date native object.
 
 /**
  * This class implements the Date native object.