diff options
-rw-r--r-- | vserver/.buildpath | 5 | ||||
-rw-r--r-- | vserver/.project | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/vserver/.buildpath b/vserver/.buildpath new file mode 100644 index 0000000000..8bcb4b5fd6 --- /dev/null +++ b/vserver/.buildpath @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<buildpath> + <buildpathentry kind="src" path=""/> + <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> +</buildpath> diff --git a/vserver/.project b/vserver/.project index 0ba91b211e..24e340223b 100644 --- a/vserver/.project +++ b/vserver/.project @@ -5,7 +5,18 @@ <projects> </projects> <buildSpec> + <buildCommand> + <name>org.eclipse.wst.validation.validationbuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.dltk.core.scriptbuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.php.core.PHPNature</nature> </natures> </projectDescription> |