Fix qualified names in .project and preferences
Also set compliance in some projects to 1.5
diff --git a/plugins/org.eclipse.objectteams.otdt.refactoring/.project b/plugins/org.eclipse.objectteams.otdt.refactoring/.project
index ae5e613..2e644dd 100644
--- a/plugins/org.eclipse.objectteams.otdt.refactoring/.project
+++ b/plugins/org.eclipse.objectteams.otdt.refactoring/.project
@@ -6,7 +6,7 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.objectteams.otdt.builder.OTJBuilder</name>
+ <name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name>
<arguments>
</arguments>
</buildCommand>
@@ -14,6 +14,6 @@
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.objectteams.otdt.OTJavaNature</nature>
+ <nature>org.eclipse.objectteams.otdt.OTJavaNature</nature>
</natures>
</projectDescription>