Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Beaton2018-04-25 18:40:54 +0000
committerWayne Beaton2018-04-25 18:40:54 +0000
commit17da7901abdca9a2b8fd08bdc0b37c072c2017c4 (patch)
treea6dc3c2ff2a5efc145294b777f7b2ea9f9737859
parent641669493d573188927fadc846ec40bf6b0522af (diff)
downloadlegal-17da7901abdca9a2b8fd08bdc0b37c072c2017c4.tar.gz
legal-17da7901abdca9a2b8fd08bdc0b37c072c2017c4.tar.xz
legal-17da7901abdca9a2b8fd08bdc0b37c072c2017c4.zip
Update Eclipse Project metadata.
-rw-r--r--.buildpath7
-rw-r--r--.project11
-rw-r--r--.settings/org.eclipse.php.core.prefs2
3 files changed, 20 insertions, 0 deletions
diff --git a/.buildpath b/.buildpath
new file mode 100644
index 0000000..df7dea8
--- /dev/null
+++ b/.buildpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<buildpath>
+ <buildpathentry combineaccessrules="false" kind="prj" path="/projects"/>
+ <buildpathentry kind="src" path=""/>
+ <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
+ <buildpathentry combineaccessrules="false" kind="prj" path="/eclipse.org-common"/>
+</buildpath>
diff --git a/.project b/.project
index 0bd2905..7e36884 100644
--- a/.project
+++ b/.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>
diff --git a/.settings/org.eclipse.php.core.prefs b/.settings/org.eclipse.php.core.prefs
new file mode 100644
index 0000000..aa33760
--- /dev/null
+++ b/.settings/org.eclipse.php.core.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+include_path=2;/eclipse.org-common\u00052;/projects

Back to the top