Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3c192a77b3e20b1000f0799105a12d501964aeaf (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
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.m2m.atl.adt.launching.atlTransformation">
<stringAttribute key="ATL File Name" value="/org.eclipse.m2m.atl.tests/data/inputs/ATL2Problem/ATL2Problem.atl"/>
<stringAttribute key="ATL VM" value="Regular VM"/>
<booleanAttribute key="AllowInterModelReferences" value="false"/>
<mapAttribute key="Input">
<mapEntry key="IN" value="ATL"/>
</mapAttribute>
<mapAttribute key="Libs"/>
<booleanAttribute key="Mode Debug" value="false"/>
<mapAttribute key="Model Handler">
<mapEntry key="Problem" value="EMF"/>
<mapEntry key="ATL" value="EMF"/>
</mapAttribute>
<mapAttribute key="ModelType">
<mapEntry key="Problem" value="METAMODELOUTPUT"/>
<mapEntry key="IN" value="MODELINPUT"/>
<mapEntry key="OUT" value="MODELOUTPUT"/>
<mapEntry key="ATL" value="METAMODELINPUT"/>
</mapAttribute>
<mapAttribute key="Output">
<mapEntry key="OUT" value="Problem"/>
</mapAttribute>
<mapAttribute key="Path">
<mapEntry key="Problem" value="/org.eclipse.m2m.atl.tests/data/inputs/ATL2Problem/Problem.ecore"/>
<mapEntry key="IN" value="/org.eclipse.m2m.atl.tests/data/inputs/ATL2Problem/ATLInput.xmi"/>
<mapEntry key="OUT" value="/org.eclipse.m2m.atl.tests/data/inputs/ATL2Problem/atl-problem.xmi"/>
<mapEntry key="ATL" value="/org.eclipse.m2m.atl.tests/data/inputs/ATL2Problem/ATL-0.2.ecore"/>
</mapAttribute>
<stringAttribute key="Project Name" value="org.eclipse.m2m.atl.engine.emftest"/>
<listAttribute key="Superimpose"/>
<booleanAttribute key="continueAfterError" value="false"/>
<booleanAttribute key="disableAttributeHelperCache" value="false"/>
<booleanAttribute key="printExecutionTime" value="false"/>
<booleanAttribute key="profile" value="false"/>
<booleanAttribute key="showSummary" value="false"/>
<booleanAttribute key="step" value="false"/>
</launchConfiguration>

Back to the top