Organized imports
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.js.core / src / net / sourceforge / phpeclipse / js / core / parser / JSPartitionScanner.java
index a2a8b8d..ce1f7d4 100644 (file)
@@ -9,6 +9,9 @@
  * Modifications history
  *========================================================================
  * $Log: not supported by cvs2svn $
+ * Revision 1.2  2004/11/02 19:51:53  axelcl
+ * delete finally
+ *
  * Revision 1.2  2004/09/15 06:52:15  agfitzp
  * added finally keyword... finally
  *
@@ -37,15 +40,20 @@ package net.sourceforge.phpeclipse.js.core.parser;
 
 import java.util.ArrayList;
 import java.util.List;
-//import org.eclipse.jface.text.IDocument;
-import org.eclipse.jface.text.rules.*;
+
+import org.eclipse.jface.text.rules.IPredicateRule;
+import org.eclipse.jface.text.rules.IToken;
+import org.eclipse.jface.text.rules.MultiLineRule;
+import org.eclipse.jface.text.rules.RuleBasedPartitionScanner;
+import org.eclipse.jface.text.rules.SingleLineRule;
+import org.eclipse.jface.text.rules.Token;
 
 /**
  * 
  *
- * @author $Author: axelcl $, $Date: 2004-11-02 19:51:53 $
+ * @author $Author: stefanbjarni $, $Date: 2005-05-06 00:58:28 $
  *
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
  */
 public class JSPartitionScanner extends RuleBasedPartitionScanner {
        public final static String JS_DEFAULT = "__js_default";