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:
-
.project
uses old name for the OT/J project nature -
.project
uses old name for the OT/J builder -
MANIFEST.MF
declares dependency on theotequinox
bundle by its old name -
plugin.xml
declares anaspectBindings
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