-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new k3fsm modeling samples (#257)
* Add new k3fsm modeling projects * Fix wrong paths in launchers for ThreeStates fsm model * deploy the new K3FSM model examples using emf.common.ui.examples wizard contributes to #252 * adapt test to new k3fsm examples folder structure Signed-off-by: Didier Vojtisek <[email protected]> Co-authored-by: Didier Vojtisek <[email protected]>
- Loading branch information
Showing
46 changed files
with
8,989 additions
and
284 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
dev_support/launchconf/gemoc-studio tycho_full_compilation (linux).launch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 18 additions & 15 deletions
33
...pse.gemoc.example.k3fsm.xtext/.launch/Generate K3FSM (fsm) Language Infrastructure.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.emf.mwe2.launch.Mwe2LaunchConfigurationType"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/org.eclipse.gemoc.example.k3fsm.xtext"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="4"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> | ||
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/> | ||
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> | ||
</listAttribute> | ||
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/org.eclipse.gemoc.example.k3fsm.xtext" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ide" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ui" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.tests" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ui.tests" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.tests" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ui.tests" type="4"/> ;</resources>}"/> | ||
<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="org.eclipse.gemoc.example.k3fsm.GenerateK3FSM"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.gemoc.example.k3fsm.xtext"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512m"/> | ||
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/org.eclipse.gemoc.example.k3fsm.xtext" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ide" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ui" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.tests" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ui.tests" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.tests" type="4"/> <item path="/org.eclipse.gemoc.example.k3fsm.xtext.ui.tests" type="4"/> </resources>}"/> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/org.eclipse.gemoc.example.k3fsm.xtext"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="4"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> | ||
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/> | ||
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> | ||
</listAttribute> | ||
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/> | ||
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.eclipse.gemoc.example.k3fsm.xtext"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="org.eclipse.gemoc.example.k3fsm.GenerateK3FSM"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.gemoc.example.k3fsm.xtext"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512m"/> | ||
</launchConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.