mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / gnu / regexp / RE.java
index 4e0d3bf..5854d63 100644 (file)
@@ -101,7 +101,7 @@ public class RE extends REToken {
   private static final String VERSION = "1.1.4-dev";
 
   // The localized strings are kept in a separate file
   private static final String VERSION = "1.1.4-dev";
 
   // The localized strings are kept in a separate file
-  // XWT LOCAL: we can't bundle property lists within the xwt executable on all platforms
+  // Ibex LOCAL: we can't bundle property lists within the ibex executable on all platforms
   // private static ResourceBundle messages = PropertyResourceBundle.getBundle("gnu/regexp/MessagesBundle", Locale.getDefault());
 
   // These are, respectively, the first and last tokens in our linked list
   // private static ResourceBundle messages = PropertyResourceBundle.getBundle("gnu/regexp/MessagesBundle", Locale.getDefault());
 
   // These are, respectively, the first and last tokens in our linked list
@@ -201,7 +201,7 @@ public class RE extends REToken {
   }
 
   // Retrieves a message from the ResourceBundle
   }
 
   // Retrieves a message from the ResourceBundle
-  // XWT LOCAL: we can't bundle property lists within the xwt executable on all platforms
+  // Ibex LOCAL: we can't bundle property lists within the ibex executable on all platforms
   //            for simplicity, just lookup the errors this way.
   static final String getLocalizedMessage(String key) {
     if(key.equals("error.prefix")) return "At position {0} in regular expression pattern:";
   //            for simplicity, just lookup the errors this way.
   static final String getLocalizedMessage(String key) {
     if(key.equals("error.prefix")) return "At position {0} in regular expression pattern:";