[MWE] Use metamodel from other plugin [message #701584] |
Mon, 25 July 2011 05:21  |
Eclipse User |
|
|
|
Hello guys,
I am using a xpand generator in my mwe workflow, which requires a metamodel file.
Until now I always stored the metamodel and the workflow file in the same eclipse plugin.
<workflow>
<property name='metaecorefile1' value="/model/functionmodel.ecore"/>
<!-- generate code -->
<component id="generator" class="org.eclipse.xpand2.Generator">
<expand value="functionmodelGenerator::function::main FOR model"/>
<metaModel class="org.eclipse.xtend.typesystem.emf.EmfMetaModel">
<metaModelFile value='${metaecorefile1}'/>
</metaModel>
Now I want to store the ecore file in a different plugin. It is possible to specify the path to an other plugin or are other mechanism for that case ?
Sincerly
Patrick
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.27722 seconds