Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2023-03-11 18:08:34 +0000
committerDennis Wagelaar2023-03-11 18:08:34 +0000
commit5e9a5225bb8b24b209b9bb2ad3621c6ac85b9e3f (patch)
tree6c36f328106852a2b1cc1081dba8abac8ee504ce /tests/org.eclipse.m2m.atl.emftvm.tests/launch/InlineCodeblocks SearchPlanTest.launch
parent7751eae75b1818fc2632707845b6519bad377ce0 (diff)
downloadorg.eclipse.atl-5e9a5225bb8b24b209b9bb2ad3621c6ac85b9e3f.tar.gz
org.eclipse.atl-5e9a5225bb8b24b209b9bb2ad3621c6ac85b9e3f.tar.xz
org.eclipse.atl-5e9a5225bb8b24b209b9bb2ad3621c6ac85b9e3f.zip
Bug 581655: Feature: Local search plans
Change-Id: If2c268b11f9e351570700154cebde40f442c3047 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
Diffstat (limited to 'tests/org.eclipse.m2m.atl.emftvm.tests/launch/InlineCodeblocks SearchPlanTest.launch')
-rw-r--r--tests/org.eclipse.m2m.atl.emftvm.tests/launch/InlineCodeblocks SearchPlanTest.launch31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/org.eclipse.m2m.atl.emftvm.tests/launch/InlineCodeblocks SearchPlanTest.launch b/tests/org.eclipse.m2m.atl.emftvm.tests/launch/InlineCodeblocks SearchPlanTest.launch
new file mode 100644
index 00000000..5fa50327
--- /dev/null
+++ b/tests/org.eclipse.m2m.atl.emftvm.tests/launch/InlineCodeblocks SearchPlanTest.launch
@@ -0,0 +1,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