Index: /.project
===================================================================
--- /.project	(revision 7644)
+++ /.project	(revision 7661)
@@ -6,4 +6,9 @@
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 		<buildCommand>
 			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
@@ -25,4 +30,5 @@
 		<nature>org.eclipse.php.core.PHPNature</nature>
 		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 	</natures>
 </projectDescription>
Index: /.settings/.jsdtscope
===================================================================
--- /.settings/.jsdtscope	(revision 7661)
+++ /.settings/.jsdtscope	(revision 7661)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path=""/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
+</classpath>
Index: /.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
===================================================================
--- /.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs	(revision 7661)
+++ /.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs	(revision 7661)
@@ -0,0 +1,6 @@
+#Fri Apr 02 00:40:47 CEST 2010
+XDOCLETBUILDERACTIVE=true
+XDOCLETHOME=
+XDOCLETUSEGLOBAL=true
+XDOCLETVERSION=1.2.1
+eclipse.preferences.version=1
Index: /.settings/org.eclipse.php.ui.prefs
===================================================================
--- /.settings/org.eclipse.php.ui.prefs	(revision 7661)
+++ /.settings/org.eclipse.php.ui.prefs	(revision 7661)
@@ -0,0 +1,3 @@
+#Fri Apr 02 00:02:44 CEST 2010
+eclipse.preferences.version=1
+org.eclipse.php.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
Index: /.settings/org.eclipse.wst.jsdt.ui.superType.container
===================================================================
--- /.settings/org.eclipse.wst.jsdt.ui.superType.container	(revision 7661)
+++ /.settings/org.eclipse.wst.jsdt.ui.superType.container	(revision 7661)
@@ -0,0 +1,1 @@
+org.eclipse.wst.jsdt.launching.JRE_CONTAINER
Index: /.settings/org.eclipse.wst.jsdt.ui.superType.name
===================================================================
--- /.settings/org.eclipse.wst.jsdt.ui.superType.name	(revision 7661)
+++ /.settings/org.eclipse.wst.jsdt.ui.superType.name	(revision 7661)
@@ -0,0 +1,1 @@
+Global
Index: /trunk/src/config.php
===================================================================
--- /trunk/src/config.php	(revision 7644)
+++ /trunk/src/config.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/inc/ErrorHandler.php
===================================================================
--- /trunk/src/inc/ErrorHandler.php	(revision 7644)
+++ /trunk/src/inc/ErrorHandler.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/inc/FileHandler.class.php
===================================================================
--- /trunk/src/inc/FileHandler.class.php	(revision 7644)
+++ /trunk/src/inc/FileHandler.class.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/inc/KMLFile.class.php
===================================================================
--- /trunk/src/inc/KMLFile.class.php	(revision 7644)
+++ /trunk/src/inc/KMLFile.class.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/inc/KMLPlacemark.class.php
===================================================================
--- /trunk/src/inc/KMLPlacemark.class.php	(revision 7644)
+++ /trunk/src/inc/KMLPlacemark.class.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/inc/LogHandler.class.php
===================================================================
--- /trunk/src/inc/LogHandler.class.php	(revision 7644)
+++ /trunk/src/inc/LogHandler.class.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/index.php
===================================================================
--- /trunk/src/index.php	(revision 7644)
+++ /trunk/src/index.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
Index: /trunk/src/init.php
===================================================================
--- /trunk/src/init.php	(revision 7644)
+++ /trunk/src/init.php	(revision 7661)
@@ -1,3 +1,3 @@
-<?
+<?php
 /*
  * Project: NodeMap2.0
