added .hgignore and Eclipse project
authorrohieb <devnull@localhost>
Sun, 13 Jul 2008 18:10:08 +0000 (20:10 +0200)
committerrohieb <devnull@localhost>
Sun, 13 Jul 2008 18:10:08 +0000 (20:10 +0200)
.hgignore [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
.settings/org.eclipse.php.core.projectOptions.prefs [new file with mode: 0644]

diff --git a/.hgignore b/.hgignore
new file mode 100644 (file)
index 0000000..9386963
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,2 @@
+.cache
+doc/source
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..bf0dbb4
--- /dev/null
+++ b/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>iserv-room-reservation</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.wst.validation.validationbuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.php.core.PHPNature</nature>
+       </natures>
+</projectDescription>
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
new file mode 100644 (file)
index 0000000..371540a
--- /dev/null
@@ -0,0 +1,4 @@
+#Fri Dec 28 16:09:21 GMT 2007
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
+encoding/iserv-rooms.spec=ISO-8859-1
diff --git a/.settings/org.eclipse.core.runtime.prefs b/.settings/org.eclipse.core.runtime.prefs
new file mode 100644 (file)
index 0000000..ccc0a01
--- /dev/null
@@ -0,0 +1,3 @@
+#Mon Feb 04 21:45:13 GMT 2008
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/.settings/org.eclipse.php.core.projectOptions.prefs b/.settings/org.eclipse.php.core.projectOptions.prefs
new file mode 100644 (file)
index 0000000..8da558c
--- /dev/null
@@ -0,0 +1,5 @@
+#Tue May 20 18:30:18 GMT 2008
+eclipse.preferences.version=1
+org.eclipse.php.core.contextRoot=
+org.eclipse.php.core.defaultEncoding=
+org.eclipse.php.core.includePath=<?xml version\="1.0" encoding\="UTF-8"?>\n<includepath>\n\t<includepathentry createdReference\="false" path\="IDesk" contentKind\="source" kind\="var">\n</includepathentry>\n</includepath>\n
This page took 0.030062 seconds and 4 git commands to generate.