Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-12 07:02:33 +0000
committerEike Stepper2010-05-12 07:02:33 +0000
commitda80c796a14b02be390ce04ef82c4495170b040d (patch)
tree127894dbb81d685576bdec09986009e4339ae52c /vserver
parent69b63e12ab02ef0fc04301e55bc7145816712f38 (diff)
downloadcdo-da80c796a14b02be390ce04ef82c4495170b040d.tar.gz
cdo-da80c796a14b02be390ce04ef82c4495170b040d.tar.xz
cdo-da80c796a14b02be390ce04ef82c4495170b040d.zip
*** empty log message ***
Diffstat (limited to 'vserver')
-rw-r--r--vserver/.buildpath5
-rw-r--r--vserver/.project11
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>

Back to the top