summaryrefslogtreecommitdiffstats
path: root/GitEyePathery
diff options
context:
space:
mode:
authorSnap <snapwilliam@gmail.com>2015-04-16 14:51:26 -0700
committerSnap <snapwilliam@gmail.com>2015-04-16 14:51:26 -0700
commit5c7f2f17f9c471d306955df457c7cab4e5c6ed3b (patch)
tree0fe6d049f1af552af6a74d264a3f571cfdb1ee7c /GitEyePathery
parentd0b9b771a876922afdf00b2c55d5e1388a4ea2a3 (diff)
downloadpathery-5c7f2f17f9c471d306955df457c7cab4e5c6ed3b.tar.xz
Google's OpenID Connect method
$google_client_id & $google_client_secret must be added to db.inc.php!
Diffstat (limited to 'GitEyePathery')
-rw-r--r--GitEyePathery/.buildpath5
-rw-r--r--GitEyePathery/.project28
-rw-r--r--GitEyePathery/.settings/org.eclipse.php.core.prefs2
-rw-r--r--GitEyePathery/.settings/org.eclipse.wst.common.project.facet.core.xml7
4 files changed, 42 insertions, 0 deletions
diff --git a/GitEyePathery/.buildpath b/GitEyePathery/.buildpath
new file mode 100644
index 0000000..606f236
--- /dev/null
+++ b/GitEyePathery/.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/GitEyePathery/.project b/GitEyePathery/.project
new file mode 100644
index 0000000..163aa7a
--- /dev/null
+++ b/GitEyePathery/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>GitEyePathery</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <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>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ </natures>
+</projectDescription>
diff --git a/GitEyePathery/.settings/org.eclipse.php.core.prefs b/GitEyePathery/.settings/org.eclipse.php.core.prefs
new file mode 100644
index 0000000..7c82180
--- /dev/null
+++ b/GitEyePathery/.settings/org.eclipse.php.core.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+include_path=0;/GitEyePathery
diff --git a/GitEyePathery/.settings/org.eclipse.wst.common.project.facet.core.xml b/GitEyePathery/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644
index 0000000..3a4d68d
--- /dev/null
+++ b/GitEyePathery/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+ <fixed facet="php.core.component"/>
+ <fixed facet="php.component"/>
+ <installed facet="php.core.component" version="1"/>
+ <installed facet="php.component" version="5.6"/>
+</faceted-project>