migrate project nature/builder to new namespace
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests/.project b/testplugins/org.eclipse.objectteams.otdt.ui.tests/.project
index 6626991..b5752c8 100644
--- a/testplugins/org.eclipse.objectteams.otdt.ui.tests/.project
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests/.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>