Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OCL/New and Noteworthy/Galileo

< OCL‎ | New and Noteworthy
Revision as of 11:17, 1 October 2008 by Cdamus.zeligsoft.com (Talk | contribs) (OCL N&N for Galileo M2)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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