Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 155049 Details for
Bug 242153
[parser] Modification to support IMP and exploit LPG 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Better launch configs
Bug242153-launches.patch (text/plain), 7.45 KB, created by
Ed Willink
on 2009-12-26 08:54:54 EST
(
hide
)
Description:
Better launch configs
Filename:
MIME Type:
Creator:
Ed Willink
Created:
2009-12-26 08:54:54 EST
Size:
7.45 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ocl >Index: .settings/LPG Backtracking OCLParser.launch >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.mdt/org.eclipse.ocl/plugins/org.eclipse.ocl/.settings/LPG Backtracking OCLParser.launch,v >retrieving revision 1.1 >diff -u -r1.1 LPG Backtracking OCLParser.launch >--- .settings/LPG Backtracking OCLParser.launch 5 Mar 2009 14:12:14 -0000 1.1 >+++ .settings/LPG Backtracking OCLParser.launch 26 Dec 2009 13:41:31 -0000 >@@ -1,11 +1,13 @@ >-<?xml version="1.0" encoding="UTF-8"?> >-<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> >-<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <launchConfigurationWorkingSet editPageId="org.eclipse.ui.resourceWorkingSetPage" factoryID="org.eclipse.ui.internal.WorkingSetFactory" label="working set" name="working set"> <item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.ocl/src/org/eclipse/ocl/lpg" type="2"/> <item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking" type="2"/> </launchConfigurationWorkingSet>}"/> >-<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> >-<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> >-<listEntry value="org.eclipse.ui.externaltools.launchGroup"/> >-</listAttribute> >-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${lpg.exe}"/> >-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="OCLBacktrackingParser.g"/> >-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking}"/> >-</launchConfiguration> >+<?xml version="1.0" encoding="UTF-8" standalone="no"?> >+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> >+<booleanAttribute key="org.eclipse.debug.core.ATTR_REFRESH_RECURSIVE" value="false"/> >+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking" type="2"/> </resources>}"/> >+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> >+<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> >+<listEntry value="org.eclipse.ui.externaltools.launchGroup"/> >+</listAttribute> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/lpg.generator.${target.os}_${target.arch}/lpgexe/lpg-${target.os}_${target.arch}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="OCLBacktrackingParser.g"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.ocl/src/org/eclipse/ocl/parser/backtracking}"/> >+</launchConfiguration> >Index: .settings/LPG OCLParser.launch >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.mdt/org.eclipse.ocl/plugins/org.eclipse.ocl/.settings/LPG OCLParser.launch,v >retrieving revision 1.1 >diff -u -r1.1 LPG OCLParser.launch >--- .settings/LPG OCLParser.launch 11 Oct 2007 23:05:05 -0000 1.1 >+++ .settings/LPG OCLParser.launch 26 Dec 2009 13:41:31 -0000 >@@ -1,11 +1,12 @@ >-<?xml version="1.0" encoding="UTF-8"?> >+<?xml version="1.0" encoding="UTF-8" standalone="no"?> > <launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> >-<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <launchConfigurationWorkingSet editPageId="org.eclipse.ui.resourceWorkingSetPage" factoryID="org.eclipse.ui.internal.WorkingSetFactory" label="working set" name="working set"> <item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.ocl/src/org/eclipse/ocl/lpg" type="2"/> <item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/org.eclipse.ocl/src/org/eclipse/ocl/parser" type="2"/> </launchConfigurationWorkingSet>}"/> >+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/org.eclipse.ocl/src/org/eclipse/ocl/parser" type="2"/> </resources>}"/> > <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> > <listAttribute key="org.eclipse.debug.ui.favoriteGroups"> > <listEntry value="org.eclipse.ui.externaltools.launchGroup"/> > </listAttribute> >-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${lpg.exe}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/lpg.generator.${target.os}_${target.arch}/lpgexe/lpg-${target.os}_${target.arch}"/> > <stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="OCLParser.g"/> > <stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.ocl/src/org/eclipse/ocl/parser}"/> > </launchConfiguration> >Index: .settings/LPG2 selected-file.launch >=================================================================== >RCS file: .settings/LPG2 selected-file.launch >diff -N .settings/LPG2 selected-file.launch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ .settings/LPG2 selected-file.launch 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,15 @@ >+<?xml version="1.0" encoding="UTF-8" standalone="no"?> >+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> >+<booleanAttribute key="org.eclipse.debug.core.ATTR_REFRESH_RECURSIVE" value="false"/> >+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${container}"/> >+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> >+<booleanAttribute key="org.eclipse.debug.core.capture_output" value="false"/> >+<booleanAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value="false"/> >+<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> >+<listEntry value="org.eclipse.ui.externaltools.launchGroup"/> >+</listAttribute> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/lpg.generator.${target.os}_${target.arch}/lpgexe/lpg-${target.os}_${target.arch}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="${resource_loc}"/> >+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${container_loc}"/> >+</launchConfiguration>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242153
:
113562
|
144433
|
144559
|
144561
|
146213
|
146215
|
146307
|
146308
|
146322
|
146527
|
146557
|
154939
|
154947
| 155049 |
155227
|
155269