File tree Expand file tree Collapse file tree 3 files changed +52
-0
lines changed
org.modeldriven.alf.eclipse.moka/launch
org.modeldriven.alf.eclipse/launch
org.modeldriven.alf.fuml.impl/launch Expand file tree Collapse file tree 3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <launchConfiguration type =" org.eclipse.jdt.launching.localJavaApplication" >
3+ <listAttribute key =" org.eclipse.debug.core.MAPPED_RESOURCE_PATHS" >
4+ <listEntry value =" /org.modeldriven.alf.eclipse.moka/src/org/modeldriven/alf/eclipse/moka/execution/Fuml.java" />
5+ </listAttribute >
6+ <listAttribute key =" org.eclipse.debug.core.MAPPED_RESOURCE_TYPES" >
7+ <listEntry value =" 1" />
8+ </listAttribute >
9+ <listAttribute key =" org.eclipse.debug.ui.favoriteGroups" >
10+ <listEntry value =" org.eclipse.debug.ui.launchGroup.debug" />
11+ <listEntry value =" org.eclipse.debug.ui.launchGroup.run" />
12+ </listAttribute >
13+ <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value =" true" />
14+ <stringAttribute key =" org.eclipse.jdt.launching.MAIN_TYPE" value =" org.modeldriven.alf.eclipse.moka.execution.Fuml" />
15+ <stringAttribute key =" org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value =" -v -l " ${workspace_loc:org.modeldriven.alf.eclipse/Libraries}" -u " ${container_loc}" " ${selected_resource_name}" " />
16+ <stringAttribute key =" org.eclipse.jdt.launching.PROJECT_ATTR" value =" org.modeldriven.alf.eclipse.moka" />
17+ </launchConfiguration >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <launchConfiguration type =" org.eclipse.jdt.launching.localJavaApplication" >
3+ <listAttribute key =" org.eclipse.debug.core.MAPPED_RESOURCE_PATHS" >
4+ <listEntry value =" /org.modeldriven.alf.eclipse/src/org/modeldriven/alf/eclipse/fuml/execution/AlfCompiler.java" />
5+ </listAttribute >
6+ <listAttribute key =" org.eclipse.debug.core.MAPPED_RESOURCE_TYPES" >
7+ <listEntry value =" 1" />
8+ </listAttribute >
9+ <listAttribute key =" org.eclipse.debug.ui.favoriteGroups" >
10+ <listEntry value =" org.eclipse.debug.ui.launchGroup.debug" />
11+ <listEntry value =" org.eclipse.debug.ui.launchGroup.run" />
12+ </listAttribute >
13+ <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value =" true" />
14+ <stringAttribute key =" org.eclipse.jdt.launching.MAIN_TYPE" value =" org.modeldriven.alf.eclipse.fuml.execution.AlfCompiler" />
15+ <stringAttribute key =" org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value =" -v -m " ${container_loc}" -f " ${selected_resource_loc}" " />
16+ <stringAttribute key =" org.eclipse.jdt.launching.PROJECT_ATTR" value =" org.modeldriven.alf.eclipse" />
17+ <stringAttribute key =" org.eclipse.jdt.launching.VM_ARGUMENTS" value =" -Xmx800M" />
18+ </launchConfiguration >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <launchConfiguration type =" org.eclipse.jdt.launching.localJavaApplication" >
3+ <listAttribute key =" org.eclipse.debug.core.MAPPED_RESOURCE_PATHS" >
4+ <listEntry value =" /org.modeldriven.alf.fuml.impl/src/org/modeldriven/alf/fuml/impl/execution/Alf.java" />
5+ </listAttribute >
6+ <listAttribute key =" org.eclipse.debug.core.MAPPED_RESOURCE_TYPES" >
7+ <listEntry value =" 1" />
8+ </listAttribute >
9+ <listAttribute key =" org.eclipse.debug.ui.favoriteGroups" >
10+ <listEntry value =" org.eclipse.debug.ui.launchGroup.debug" />
11+ <listEntry value =" org.eclipse.debug.ui.launchGroup.run" />
12+ </listAttribute >
13+ <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value =" true" />
14+ <stringAttribute key =" org.eclipse.jdt.launching.MAIN_TYPE" value =" org.modeldriven.alf.fuml.impl.execution.Alf" />
15+ <stringAttribute key =" org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value =" -v -d ERROR -l ${project_loc:org.modeldriven.alf}/Libraries -m " ${container_loc}" -f " ${selected_resource_loc}" " />
16+ <stringAttribute key =" org.eclipse.jdt.launching.PROJECT_ATTR" value =" org.modeldriven.alf.fuml.impl" />
17+ </launchConfiguration >
You can’t perform that action at this time.
0 commit comments