Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OTHowtos/Migrating Projects To 0.7

< OTHowtos
Revision as of 14:22, 6 July 2010 by Stephan.cs.tu-berlin.de (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Idea.png
See also this entry in the New & Noteworthy.


If you have OT/J projects (including OT/Equinox projects) created by OTDT 1.x from objectteams.org some items need migrating because internally the prefix org.objectteams was used which has been replaced by org.eclipse.objectteams

The following items will be reported as specific errors:

  • .project uses old name for the OT/J project nature
  • .project uses old name for the OT/J builder
  • MANIFEST.MF declares dependency on the otequinox bundle by its old name
  • plugin.xml declares an aspectBindings extension by its old name

For these errors quickfixes are offered per bug 308029 performing the necessary adjustments.


The following items are not supported:

  • attributes in launch configurations
  • preference keys in preference settings.

As a workaround you may just edit the corresponding file, replacing all occurrences of org.objectteams with org.eclipse.objectteams

Back to the top