git://git.phpeclipse.com
/
phpeclipse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
b98c327
)
the PHP_NEW field must be before the field PHPPARSER
author
kpouer
<kpouer>
Tue, 9 Sep 2003 17:56:55 +0000 (17:56 +0000)
committer
kpouer
<kpouer>
Tue, 9 Sep 2003 17:56:55 +0000 (17:56 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java
patch
|
blob
|
history
diff --git
a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java
b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java
index
a414fd1
..
ba2252a
100644
(file)
--- a/
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java
+++ b/
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPeclipsePlugin.java
@@
-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;