Index: /spatial.parent/pom.xml
===================================================================
--- /spatial.parent/pom.xml	(revision 99)
+++ /spatial.parent/pom.xml	(revision 100)
Index: /spatial.features/.project
===================================================================
--- /spatial.features/.project	(revision 99)
+++ /spatial.features/.project	(revision 100)
@@ -6,9 +6,4 @@
 	</projects>
 	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.wst.common.project.facet.core.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
 		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
Index: /spatial.features/pom.xml
===================================================================
--- /spatial.features/pom.xml	(revision 99)
+++ /spatial.features/pom.xml	(revision 100)
@@ -14,5 +14,5 @@
 	<name>Sapience Spatial Features</name>
 
-	
+	 
 	<dependencies>
 		<dependency>
Index: /spatial.streams/.project
===================================================================
--- /spatial.streams/.project	(revision 99)
+++ /spatial.streams/.project	(revision 100)
@@ -1,14 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>streams.main</name>
+	<name>spatial.streams</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.wst.common.project.facet.core.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
 		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
Index: /annotations.model/src/main/java/sapience/annotations/model/Name.java
===================================================================
--- /annotations.model/src/main/java/sapience/annotations/model/Name.java	(revision 100)
+++ /annotations.model/src/main/java/sapience/annotations/model/Name.java	(revision 100)
@@ -0,0 +1,11 @@
+package sapience.annotations.model;
+
+
+public class Name extends SimpleAnnotation {
+
+	public Name(Object feature, String value) {
+		super(feature, value);
+	}
+
+
+}
Index: notations.model/src/main/java/sapience/annotations/model/contact/Name.java
===================================================================
--- /annotations.model/src/main/java/sapience/annotations/model/contact/Name.java	(revision 99)
+++ 	(revision )
@@ -1,12 +1,0 @@
-package sapience.annotations.model.contact;
-
-import sapience.annotations.model.SimpleAnnotation;
-
-public class Name extends SimpleAnnotation {
-
-	public Name(Object feature, String value) {
-		super(feature, value);
-	}
-
-
-}
