blob: bd27c4b86a540856faca1161fcb9ca1d609be26d [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<workflow>
<property name="outputPath" value="./" />
<property name="modelPath" value="test/" />
<property name="modelFile" value="TestGeneration.metaabm" />
<property name="testing" value="true" />
<property name="fullStats" value="true" />
<property name="genStats" value="single" />
<property name="genComments" value="true" />
<property name="orgImports" value="true" />
<property name="format" value="true" />
<property name="buildProject" value="org.eclipse.amp.amf.gen.test"/>
<cartridge file="model/generate_base.mwe">
<outputPath value="${outputPath}" />
<modelPath value="${modelPath}" />
<modelFile value="${modelFile}" />
<testing value="${testing}" />
<buildProject value="${buildProject}" />
<fullStats value="${fullStats}" />
<genComments value="${genComments}" />
<orgImports value="${orgImports}" />
<genStats value="${genStats}" />
<format value="${format}" />
</cartridge>
<component adviceTarget="javaGenerator"
id="reflectionAdvice" class="org.eclipse.xpand2.GeneratorAdvice">
<advice value="metaabm::ascape::tmpl::AscapeAspect" />
</component>
</workflow>