Skip to content

Commit

Permalink
Xpect-eclipseGH-216: Launch other mwe workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Quang Tran committed Jul 11, 2017
1 parent 1580184 commit 64fee4e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
14 changes: 14 additions & 0 deletions org.xpect.releng/GenerateArithmetics.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.emf.mwe2.launch.Mwe2LaunchConfigurationType">
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/org.xpect"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="src/org/eclipse/xtext/example/arithmetics/GenerateArithmetics.mwe2"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.xtext.example.arithmetics"/>
</launchConfiguration>
14 changes: 14 additions & 0 deletions org.xpect.releng/GenerateDomainmodel.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.emf.mwe2.launch.Mwe2LaunchConfigurationType">
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/org.xpect"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.xtext.example.domainmodel"/>
</launchConfiguration>
12 changes: 9 additions & 3 deletions org.xpect.releng/Xpect.setup
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,15 @@
</setupTask>
<setupTask
xsi:type="launching:LaunchTask"
id="GenerateXpectLanguage2"
launcher="/org.xpect.releng/GenerateXpect.launch">
<description>Run Task again, workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=457947</description>
id="GenerateArithmetics"
launcher="/org.xpect.releng/GenerateArithmetics.launch">
<description>Generate Arithmetics</description>
</setupTask>
<setupTask
xsi:type="launching:LaunchTask"
id="GenerateDomainmodel"
launcher="/org.xpect.releng/GenerateDomainmodel.launch">
<description>Generate Domain Model</description>
</setupTask>
<stream
name="master"/>
Expand Down

0 comments on commit 64fee4e

Please sign in to comment.