Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] Bugzilla 136469: Plugin exports changed for GMF runtime plugins


Description:
Some of the GMF runtime plugins had plugin dependencies that were not required, and were also re-exporting these plugins.  The unnecessary plugin dependencies have been removed, which resulted in the following API changes:


org.eclipse.gmf.runtime.common.ui no longer exports org.eclipse.help and org.eclipse.ui.editors
org.eclipse.gmf.runtime.emf.ui no longer exports org.eclipse.ui.views
org.eclipse.gmf.examples.runtime.diagram.geoshapes no longer exports org.eclipse.gmf.runtime.notation.edit


New API Availability:

In next GMF build.

Old API Removal:

In next GMF build.


Tracking:        
               
Bugzilla 136469

Clients Taken Care of:      
 
None.


Other Clients' Action:

Add the required plugin to your plugin dependencies, if you were dependent on one of these re-exports.


Back to the top