mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / js / Parser.java
similarity index 99%
rename from src/org/xwt/js/Parser.java
rename to src/org/ibex/js/Parser.java
index 1914cc7..f36eda4 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.js;
+package org.ibex.js;
 
-import org.xwt.util.*;
+import org.ibex.util.*;
 import java.io.*;
 
 /**
@@ -741,7 +741,7 @@ class Parser extends Lexer implements ByteCodes {
                     exceptionVar = string;
                     int[] writebacks = new int[] { -1, -1, -1 };
                     if (peekToken() != RP) {
-                        // extended XWT catch block: catch(e faultCode "foo.bar.baz")
+                        // extended Ibex catch block: catch(e faultCode "foo.bar.baz")
                         consume(NAME);
                         String propName = string;
                         b.add(parserLine, DUP);