ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

Library files do not open with declared minimum version of Eclipse UML2 #9

Closed JoriDubrovin closed 8 years ago

JoriDubrovin commented 8 years ago

The plugin org.modeldriven.alf.eclipse declares 4.0.2 as the minimum version of the org.eclipse.uml2[.resources] plugins from Eclipse UML2 project. However, some files under org.modeldriven.alf.eclipse/Libraries/uml do not seem to open with UML2 v4.0.2, in the sense that the returned EMF objects are not org.eclipse.uml2.uml.Elements. They probably need version 5 or later, as indicated by xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML". Specifically, those files are Alf.library.uml, fUML.library.uml, and Standard.profile.uml.

seidewitz commented 8 years ago

Resolved in v0.6.0e.