|
2 | 2 | <?eclipse version="3.0"?> |
3 | 3 | <plugin> |
4 | 4 | <extension |
5 | | - id="org.gemoc.executionframework.debugger.breakpointMarker" |
| 5 | + id="org.eclipse.gemoc.executionframework.debugger.breakpointMarker" |
6 | 6 | point="org.eclipse.core.resources.markers"> |
7 | 7 | <persistent |
8 | 8 | value="true"> |
|
14 | 14 | <extension |
15 | 15 | point="org.eclipse.debug.core.breakpoints"> |
16 | 16 | <breakpoint |
17 | | - class="org.gemoc.executionframework.debugger.GemocBreakpoint" |
18 | | - id="org.gemoc.executionframework.debugger.breakpoint" |
19 | | - markerType="org.gemoc.executionframework.debugger.ui.org.gemoc.executionframework.debugger.breakpointMarker" |
| 17 | + class="org.eclipse.gemoc.executionframework.debugger.GemocBreakpoint" |
| 18 | + id="org.eclipse.gemoc.executionframework.debugger.breakpoint" |
| 19 | + markerType="org.eclipse.gemoc.executionframework.debugger.ui.org.eclipse.gemoc.executionframework.debugger.breakpointMarker" |
20 | 20 | name="Gemoc Breakpoints"> |
21 | 21 | </breakpoint> |
22 | 22 | </extension> |
23 | 23 |
|
24 | 24 | <extension |
25 | 25 | point="org.eclipse.debug.ui.detailPaneFactories"> |
26 | 26 | <detailFactories |
27 | | - class="org.gemoc.executionframework.debugger.ui.breakpoints.BreakpointDetailPaneFactory" |
28 | | - id="org.gemoc.executionframework.debugger.detailFactories"> |
| 27 | + class="org.eclipse.gemoc.executionframework.debugger.ui.breakpoints.BreakpointDetailPaneFactory" |
| 28 | + id="org.eclipse.gemoc.executionframework.debugger.detailFactories"> |
29 | 29 | <enablement> |
30 | 30 | <with |
31 | 31 | variable="selection"> |
|
34 | 34 | </count> |
35 | 35 | <iterate> |
36 | 36 | <instanceof |
37 | | - value="org.gemoc.executionframework.debugger.GemocBreakpoint"> |
| 37 | + value="org.eclipse.gemoc.executionframework.debugger.GemocBreakpoint"> |
38 | 38 | </instanceof> |
39 | 39 | </iterate> |
40 | 40 | </with> |
|
44 | 44 | <extension |
45 | 45 | point="org.eclipse.ui.bindings"> |
46 | 46 | <key |
47 | | - commandId="org.gemoc.executionframework.debugger.ui.openSemantics" |
| 47 | + commandId="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics" |
48 | 48 | contextId="org.eclipse.debug.ui.debugging" |
49 | 49 | schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
50 | 50 | sequence="M1+6"> |
|
54 | 54 | <extension |
55 | 55 | point="org.eclipse.ui.commands"> |
56 | 56 | <command |
57 | | - id="org.gemoc.executionframework.debugger.ui.openSemantics" |
| 57 | + id="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics" |
58 | 58 | name="Open Semantics"> |
59 | 59 | </command> |
60 | 60 | </extension> |
61 | 61 | <extension |
62 | 62 | point="org.eclipse.ui.handlers"> |
63 | 63 | <handler |
64 | | - class="org.gemoc.executionframework.debugger.ui.OpenSemanticsHandler" |
65 | | - commandId="org.gemoc.executionframework.debugger.ui.openSemantics"> |
| 64 | + class="org.eclipse.gemoc.executionframework.debugger.ui.OpenSemanticsHandler" |
| 65 | + commandId="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics"> |
66 | 66 | </handler> |
67 | 67 | </extension> |
68 | 68 | <extension |
|
71 | 71 | allPopups="false" |
72 | 72 | locationURI="popup:org.eclipse.debug.ui.DebugView"> |
73 | 73 | <command |
74 | | - commandId="org.gemoc.executionframework.debugger.ui.openSemantics" |
| 74 | + commandId="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics" |
75 | 75 | label="Open Semantics"> |
76 | 76 | </command> |
77 | 77 | </menuContribution> |
78 | 78 | </extension> |
79 | 79 | <extension |
80 | 80 | point="org.eclipse.sirius.externalJavaAction"> |
81 | 81 | <javaActions |
82 | | - actionClass="org.gemoc.executionframework.debugger.ui.breakpoints.GemocToggleBreakpointAction" |
83 | | - id="org.gemoc.executionframework.debugger.ui.GemocToggleBreakpointAction"> |
| 82 | + actionClass="org.eclipse.gemoc.executionframework.debugger.ui.breakpoints.GemocToggleBreakpointAction" |
| 83 | + id="org.eclipse.gemoc.executionframework.debugger.ui.GemocToggleBreakpointAction"> |
84 | 84 | </javaActions> |
85 | 85 | </extension> |
86 | 86 | </plugin> |
0 commit comments