Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "OCL/New and Noteworthy/Galileo"

(OCL N&N for Galileo M2)
(No difference)

Revision as of 11:17, 1 October 2008

Eclipse OCL New and Noteworthy items for the Galileo release.

For more details about the development plan, see the MDT Galileo draft plan.

Milestone 2

This milestone was completed on Wednesday, 24 September 2008.

Catching up to EMF 2.4

One of the more significant improvements in EMF's 2.4 (Ganymede) release was the association of resource factories with content types. Implementation of Bug 231435 leverages this capability now in OCL. Content types are defined for the OCL models as follows:

Model Extensions Content-Type Resource Factory
OCL Abstract Syntax ocl org.eclipse.ocl XMI
OCL Concrete Syntax ocl org.eclipse.ocl.cst XMI
OCL Ecore Binding ocl, ecore org.eclipse.ocl.ecore Ecore
OCL UML Binding ocl, uml org.eclipse.ocl.uml UML

Back to the top