Fix qualified names in .project and preferences
Also set compliance in some projects to 1.5
diff --git a/plugins/org.eclipse.objectteams.otequinox.branding/.project b/plugins/org.eclipse.objectteams.otequinox.branding/.project
index b2b35ef..b753acd 100644
--- a/plugins/org.eclipse.objectteams.otequinox.branding/.project
+++ b/plugins/org.eclipse.objectteams.otequinox.branding/.project
@@ -6,13 +6,13 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.objectteams.otdt.builder.OTJBuilder</name>
+			<name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.objectteams.otdt.OTJavaNature</nature>
+		<nature>org.eclipse.objectteams.otdt.OTJavaNature</nature>
 	</natures>
 </projectDescription>