Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.m2m.atl.tests/data/inputs/Ant2Maven/XML2Ant/XML2Ant.launch')
-rw-r--r--tests/org.eclipse.m2m.atl.tests/data/inputs/Ant2Maven/XML2Ant/XML2Ant.launch38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/org.eclipse.m2m.atl.tests/data/inputs/Ant2Maven/XML2Ant/XML2Ant.launch b/tests/org.eclipse.m2m.atl.tests/data/inputs/Ant2Maven/XML2Ant/XML2Ant.launch
new file mode 100644
index 00000000..79f1502c
--- /dev/null
+++ b/tests/org.eclipse.m2m.atl.tests/data/inputs/Ant2Maven/XML2Ant/XML2Ant.launch
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.atl.eclipse.adt.launching.atlTransformation">
+<stringAttribute key="ATL File Name" value="/data/inputs/Ant2Maven/XML2Ant/XML2Ant.atl"/>
+<stringAttribute key="ATL VM" value="Regular VM (with debugger)"/>
+<booleanAttribute key="AllowInterModelReferences" value="false"/>
+<mapAttribute key="Input">
+<mapEntry key="IN" value="XML"/>
+</mapAttribute>
+<mapAttribute key="Libs"/>
+<booleanAttribute key="Mode Debug" value="false"/>
+<mapAttribute key="Model Handler">
+<mapEntry key="Ant" value="EMF"/>
+<mapEntry key="XML" value="EMF"/>
+</mapAttribute>
+<mapAttribute key="ModelType">
+<mapEntry key="IN" value="MODELINPUT"/>
+<mapEntry key="OUT" value="MODELOUTPUT"/>
+<mapEntry key="Ant" value="METAMODELOUTPUT"/>
+<mapEntry key="XML" value="METAMODELINPUT"/>
+</mapAttribute>
+<mapAttribute key="Output">
+<mapEntry key="OUT" value="Ant"/>
+</mapAttribute>
+<mapAttribute key="Path">
+<mapEntry key="IN" value="/data/inputs/Ant2Maven/XML2Ant/build.ecore"/>
+<mapEntry key="OUT" value="/data/inputs/Ant2Maven/XML2Ant/buildAnt.ecore"/>
+<mapEntry key="Ant" value="/data/inputs/Ant2Maven/Ant.ecore"/>
+<mapEntry key="XML" value="/data/inputs/Ant2Maven/XML.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