Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
OTHowtos/Migrating Projects To 0.7
< OTHowtos
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:
-
.projectuses old name for the OT/J project nature -
.projectuses old name for the OT/J builder -
MANIFEST.MFdeclares dependency on theotequinoxbundle by its old name -
plugin.xmldeclares anaspectBindingsextension 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