ModelDriven / Alf-Reference-Implementation

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

Plugin o.m.a.eclipse does not export packages o.m.a.syntax.statements[.impl] #7

Closed JoriDubrovin closed 8 years ago

JoriDubrovin commented 8 years ago

The Java packages org.modeldriven.alf.syntax.statements and org.modeldriven.alf.syntax.statements.impl are not declared as exported packages in the org.modeldriven.alf.eclipse plugin. Those packages are needed for traversing the abstract syntax tree. Related packages like org.modeldriven.alf.syntax.expressions are already exported.

The exported packages are listed in the file org.modeldriven.alf.eclipse/META-INF/MANIFEST.MF.

JoriDubrovin commented 8 years ago

v0.6.0d works for me.