Commit 539ba6a587495938425084479752107b362f43cb
1 parent
028c18fe
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
.project
| ... | ... | @@ -6,6 +6,16 @@ |
| 6 | 6 | </projects> |
| 7 | 7 | <buildSpec> |
| 8 | 8 | <buildCommand> |
| 9 | + <name>org.eclipse.wst.validation.validationbuilder</name> | |
| 10 | + <arguments> | |
| 11 | + </arguments> | |
| 12 | + </buildCommand> | |
| 13 | + <buildCommand> | |
| 14 | + <name>org.eclipse.dltk.core.scriptbuilder</name> | |
| 15 | + <arguments> | |
| 16 | + </arguments> | |
| 17 | + </buildCommand> | |
| 18 | + <buildCommand> | |
| 9 | 19 | <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> |
| 10 | 20 | <arguments> |
| 11 | 21 | </arguments> |
| ... | ... | @@ -13,6 +23,7 @@ |
| 13 | 23 | </buildSpec> |
| 14 | 24 | <natures> |
| 15 | 25 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> |
| 26 | + <nature>org.eclipse.php.core.PHPNature</nature> | |
| 16 | 27 | </natures> |
| 17 | 28 | <filteredResources> |
| 18 | 29 | <filter> | ... | ... |