the PHP_NEW field must be before the field PHPPARSER
authorkpouer <kpouer>
Tue, 9 Sep 2003 17:56:55 +0000 (17:56 +0000)
committerkpouer <kpouer>
Tue, 9 Sep 2003 17:56:55 +0000 (17:56 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java

index a414fd1..ba2252a 100644 (file)
@@ -112,11 +112,11 @@ public class PHPeclipsePlugin extends AbstractUIPlugin implements IPreferenceCon
 
   public static final String PHPPARSER_ORIGINAL = "net.sourceforge.phpdt.internal.compiler.parser.Parser";
 
+  public static final String PHPPARSER_NEW = "test.PHPParser";
+
   /** Change this if you want to switch PHP Parser. */
   public static final String PHPPARSER = PHPPARSER_ORIGINAL;
 
-  public static final String PHPPARSER_NEW = "test.PHPParser";
-
   //The shared instance.
   private static PHPeclipsePlugin plugin;