Updating the plug-in dependencies

You must manually update the plug-in dependencies.
In cases where the API from a single plug-in from a version 6 of the Rational modeling products has been moved to multiple version 7 plug-ins, there will be multiple entries in the left column for the version 6 plug-ins. In many cases, only the com.ibm.xtools.modeler.ui plug-in needs to be imported, because that plug-in imports and then re-exports most of the plug-in dependencies that are needed for extending Rational modeling products.
The following table lists the version 6 plug-in name that contained public API along with the corresponding version 7 plug-in name.
Note: The plug-ins in the version 6 column that are marked as deprecated still exist in the current release, but their public API has been deprecated. Clients should use the corresponding plug-ins and APIs from the current release (right column in the following table). The remaining plug-in references in the left column do not exist in the current release and clients must use the new plug-ins.
Plug-in ID in version 6 Plug-in ID in version 7
com.ibm.xtools.common.core.service org.eclipse.gmf.runtime.common.core.service
com.ibm.xtools.common.core.util org.eclipse.gmf.runtime.common.core.util
com.ibm.xtools.common.ui.services.properties org.eclipse.gmf.runtime.common.ui.services.properties
com.ibm.xtools.emf.msl (deprecated) org.eclipse.emf.transaction (new transactional API)
com.ibm.xtools.emf.query (IQueryHelper) com.ibm.xtools.modeler.ui
com.ibm.xtools.emf.query org.eclipse.emf.query
com.ibm.xtools.emf.query.ocl (IOclQueryHelper) com.ibm.xtools.modeler.ui
com.ibm.xtools.emf.query.ocl org.eclipse.emf.query.ocl
com.ibm.xtools.emf.validation org.eclipse.emf.validation
com.ibm.xtools.notation org.eclipse.gmf.runtime.notation
com.ibm.xtools.modeler (deprecated) com.ibm.xtools.modeler.ui
com.ibm.xtools.notation.edit org.eclipse.gmf.runtime.notation.edit
com.ibm.xtools.presentation (deprecated) org.eclipse.gmf.runtime.diagram.ui
com.ibm.xtools.uml.diagram com.ibm.xtools.uml.ui.diagram
com.ibm.xtools.viz.ui com.ibm.xtools.umlviz.ui
org.eclipse.uml2 org.eclipse.uml2.uml

Feedback