Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5fa50327b3edae0d8bbe311747e2f13c3e24cf4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.m2m.atl.emftvm.launcher.EMFTVMTransformation">
    <stringAttribute key="ATL File Name" value="//org.eclipse.m2m.atl.emftvm.compiler/transformations/InlineCodeblocks.atl"/>
    <booleanAttribute key="Disable JIT compiler" value="false"/>
    <booleanAttribute key="Display Profiling Data" value="false"/>
    <booleanAttribute key="Display Timing Data" value="true"/>
    <mapAttribute key="Inout Model Options">
        <mapEntry key="IN" value="derivedFile"/>
    </mapAttribute>
    <mapAttribute key="Inout Models">
        <mapEntry key="IN" value="platform:/resource/org.eclipse.m2m.atl.emftvm.tests/test-data/SearchPlanTest.emftvm"/>
    </mapAttribute>
    <mapAttribute key="Inout Models Output Locations">
        <mapEntry key="IN" value="platform:/resource/org.eclipse.m2m.atl.emftvm.tests/test-data/SearchPlanTest-inlined.emftvm"/>
    </mapAttribute>
    <mapAttribute key="Input Model Options"/>
    <mapAttribute key="Input Models"/>
    <mapAttribute key="Metamodel Options"/>
    <mapAttribute key="Metamodels">
        <mapEntry key="EMFTVM" value="http://www.eclipse.org/m2m/atl/2011/EMFTVM"/>
    </mapAttribute>
    <stringAttribute key="Module Name" value="InlineCodeblocks"/>
    <stringAttribute key="Module Path" value="/org.eclipse.m2m.atl.emftvm.compiler/transformations/"/>
    <mapAttribute key="Output Model Options"/>
    <mapAttribute key="Output Models"/>
    <listAttribute key="Superimpose"/>
    <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
    <booleanAttribute key="org.eclipse.debug.core.capture_output" value="false"/>
    <booleanAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value="false"/>
    <booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
</launchConfiguration>

Back to the top