Fix qualified names in .project and preferences
Also set compliance in some projects to 1.5
diff --git a/plugins/org.eclipse.objectteams.otdt.pde.ui/.project b/plugins/org.eclipse.objectteams.otdt.pde.ui/.project
index e948e68..8acf77f 100644
--- a/plugins/org.eclipse.objectteams.otdt.pde.ui/.project
+++ b/plugins/org.eclipse.objectteams.otdt.pde.ui/.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>
@@ -24,6 +24,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>
diff --git a/plugins/org.eclipse.objectteams.otdt.pde.ui/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.objectteams.otdt.pde.ui/.settings/org.eclipse.jdt.core.prefs
index 14f0b6f..e7caa75 100644
--- a/plugins/org.eclipse.objectteams.otdt.pde.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/plugins/org.eclipse.objectteams.otdt.pde.ui/.settings/org.eclipse.jdt.core.prefs
@@ -5,17 +5,17 @@
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5
-org.objectteams.otdt.compiler.option.joinpoint_queries=disabled
-org.objectteams.otdt.compiler.option.scoped_keywords=enabled
-org.objectteams.otdt.compiler.problem.abstract_potential_relevant_role=warning
-org.objectteams.otdt.compiler.problem.basecall=warning
-org.objectteams.otdt.compiler.problem.binding_conventions=error
-org.objectteams.otdt.compiler.problem.decapsulation=warning
-org.objectteams.otdt.compiler.problem.deprecated_path_syntax=warning
-org.objectteams.otdt.compiler.problem.effectless_fieldaccess=warning
-org.objectteams.otdt.compiler.problem.fragile_callin=warning
-org.objectteams.otdt.compiler.problem.incomplete_build=error
-org.objectteams.otdt.compiler.problem.inferred_callout=error
-org.objectteams.otdt.compiler.problem.potential_ambiguous_playedby=warning
-org.objectteams.otdt.compiler.problem.unsafe_liftctor=warning
-org.objectteams.otdt.compiler.problem.unused_parammap=warning
+org.eclipse.objectteams.otdt.compiler.option.joinpoint_queries=disabled
+org.eclipse.objectteams.otdt.compiler.option.scoped_keywords=enabled
+org.eclipse.objectteams.otdt.compiler.problem.abstract_potential_relevant_role=warning
+org.eclipse.objectteams.otdt.compiler.problem.basecall=warning
+org.eclipse.objectteams.otdt.compiler.problem.binding_conventions=error
+org.eclipse.objectteams.otdt.compiler.problem.decapsulation=warning
+org.eclipse.objectteams.otdt.compiler.problem.deprecated_path_syntax=warning
+org.eclipse.objectteams.otdt.compiler.problem.effectless_fieldaccess=warning
+org.eclipse.objectteams.otdt.compiler.problem.fragile_callin=warning
+org.eclipse.objectteams.otdt.compiler.problem.incomplete_build=error
+org.eclipse.objectteams.otdt.compiler.problem.inferred_callout=error
+org.eclipse.objectteams.otdt.compiler.problem.potential_ambiguous_playedby=warning
+org.eclipse.objectteams.otdt.compiler.problem.unsafe_liftctor=warning
+org.eclipse.objectteams.otdt.compiler.problem.unused_parammap=warning