eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
0 stars 1 forks source link

Missing dependency in viatra-query-language #169

Closed kkadosa closed 2 months ago

kkadosa commented 2 months ago

The dependency org.eclipse.emf.codegen.ecore is missing from the viatra-query-language, making it inoperable.

The dependency contains the GenModel package, which is required by the EMFPatternLanguageRuntimeModule (through MetamodelProviderService, BaseMetamodelProviderService, EcoreGenmodelRegistry).

ujhelyiz commented 2 months ago

I have merged the related pr to the 2.8-maintenance branch and cherry-picked it over the master branch as well. I think this ticket can now be closed.