Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d332b285aeef8cbbc725fd6c3b426677185ebb06 (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/Book2Publication/Book2Publication/Book2Publication.atl"/>
<stringAttribute key="ATL VM" value="Regular VM"/>
<booleanAttribute key="AllowInterModelReferences" value="false"/>
<mapAttribute key="Input">
<mapEntry key="IN" value="Book"/>
</mapAttribute>
<mapAttribute key="Libs"/>
<booleanAttribute key="Mode Debug" value="false"/>
<mapAttribute key="Model Handler">
<mapEntry key="Book" value="EMF"/>
<mapEntry key="Publication" value="EMF"/>
</mapAttribute>
<mapAttribute key="ModelType">
<mapEntry key="Book" value="METAMODELINPUT"/>
<mapEntry key="IN" value="MODELINPUT"/>
<mapEntry key="Publication" value="METAMODELOUTPUT"/>
<mapEntry key="OUT" value="MODELOUTPUT"/>
</mapAttribute>
<mapAttribute key="Output">
<mapEntry key="OUT" value="Publication"/>
</mapAttribute>
<mapAttribute key="Path">
<mapEntry key="Book" value="/org.eclipse.m2m.atl.tests/data/inputs/Book2Publication/Book.ecore"/>
<mapEntry key="IN" value="/org.eclipse.m2m.atl.tests/data/inputs/Book2Publication/Book2Publication/modelBook.xmi"/>
<mapEntry key="OUT" value="/org.eclipse.m2m.atl.tests/data/inputs/Book2Publication/Book2Publication/outputModelPublication.xmi"/>
<mapEntry key="Publication" value="/org.eclipse.m2m.atl.tests/data/inputs/Book2Publication/Publication.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