Skip to content

Commit ea57d88

Browse files
committed
rename org.gemoc.executionframework.* in
org.eclipse.gemoc.executionframework.*
1 parent 6434856 commit ea57d88

147 files changed

Lines changed: 360 additions & 360 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.gemoc.executionframework.debugger.ui</name>
3+
<name>org.eclipse.gemoc.executionframework.debugger.ui</name>
44
<comment></comment>
55
<projects>
66
</projects>

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/META-INF/MANIFEST.MF

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: org.gemoc.executionframework.debugger.ui
4-
Bundle-SymbolicName: org.gemoc.executionframework.debugger.ui;singleton:=true
3+
Bundle-Name: org.eclipse.gemoc.executionframework.debugger.ui
4+
Bundle-SymbolicName: org.eclipse.gemoc.executionframework.debugger.ui;singleton:=true
55
Bundle-Version: 2.3.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7-
Bundle-Activator: org.gemoc.executionframework.debugger.ui.Activator
8-
Export-Package: org.gemoc.executionframework.debugger.ui;uses:="org.eclipse.gemoc.xdsmlframework.api.core,org.eclipse.core.commands,org.eclipse.jface.viewers",
9-
org.gemoc.executionframework.debugger.ui.breakpoints
7+
Bundle-Activator: org.eclipse.gemoc.executionframework.debugger.ui.Activator
8+
Export-Package: org.eclipse.gemoc.executionframework.debugger.ui;uses:="org.eclipse.gemoc.xdsmlframework.api.core,org.eclipse.core.commands,org.eclipse.jface.viewers",
9+
org.eclipse.gemoc.executionframework.debugger.ui.breakpoints
1010
Require-Bundle: com.google.guava,
1111
org.eclipse.xtext.xbase.lib,
1212
org.eclipse.xtend.lib,
@@ -17,14 +17,14 @@ Require-Bundle: com.google.guava,
1717
org.eclipse.debug.core,
1818
fr.obeo.dsl.debug.ide,
1919
org.eclipse.core.runtime;bundle-version="3.12.0",
20-
org.gemoc.executionframework.engine,
20+
org.eclipse.gemoc.executionframework.engine,
2121
org.eclipse.gemoc.commons.eclipse.ui,
2222
org.eclipse.equinox.registry,
2323
org.eclipse.ui.workbench,
2424
org.eclipse.xtext;bundle-version="2.10.0",
25-
org.gemoc.executionframework.debugger;bundle-version="1.0.0",
25+
org.eclipse.gemoc.executionframework.debugger;bundle-version="1.0.0",
2626
fr.obeo.dsl.debug.ide.sirius.ui,
27-
org.gemoc.executionframework.engine.ui,
27+
org.eclipse.gemoc.executionframework.engine.ui,
2828
fr.inria.diverse.melange.resource,
2929
fr.obeo.dsl.debug.ide.ui;bundle-version="2.3.0",
3030
org.eclipse.sirius;bundle-version="4.1.3",

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/plugin.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?eclipse version="3.0"?>
33
<plugin>
44
<extension
5-
id="org.gemoc.executionframework.debugger.breakpointMarker"
5+
id="org.eclipse.gemoc.executionframework.debugger.breakpointMarker"
66
point="org.eclipse.core.resources.markers">
77
<persistent
88
value="true">
@@ -14,18 +14,18 @@
1414
<extension
1515
point="org.eclipse.debug.core.breakpoints">
1616
<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"
2020
name="Gemoc Breakpoints">
2121
</breakpoint>
2222
</extension>
2323

2424
<extension
2525
point="org.eclipse.debug.ui.detailPaneFactories">
2626
<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">
2929
<enablement>
3030
<with
3131
variable="selection">
@@ -34,7 +34,7 @@
3434
</count>
3535
<iterate>
3636
<instanceof
37-
value="org.gemoc.executionframework.debugger.GemocBreakpoint">
37+
value="org.eclipse.gemoc.executionframework.debugger.GemocBreakpoint">
3838
</instanceof>
3939
</iterate>
4040
</with>
@@ -44,7 +44,7 @@
4444
<extension
4545
point="org.eclipse.ui.bindings">
4646
<key
47-
commandId="org.gemoc.executionframework.debugger.ui.openSemantics"
47+
commandId="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics"
4848
contextId="org.eclipse.debug.ui.debugging"
4949
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
5050
sequence="M1+6">
@@ -54,15 +54,15 @@
5454
<extension
5555
point="org.eclipse.ui.commands">
5656
<command
57-
id="org.gemoc.executionframework.debugger.ui.openSemantics"
57+
id="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics"
5858
name="Open Semantics">
5959
</command>
6060
</extension>
6161
<extension
6262
point="org.eclipse.ui.handlers">
6363
<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">
6666
</handler>
6767
</extension>
6868
<extension
@@ -71,16 +71,16 @@
7171
allPopups="false"
7272
locationURI="popup:org.eclipse.debug.ui.DebugView">
7373
<command
74-
commandId="org.gemoc.executionframework.debugger.ui.openSemantics"
74+
commandId="org.eclipse.gemoc.executionframework.debugger.ui.openSemantics"
7575
label="Open Semantics">
7676
</command>
7777
</menuContribution>
7878
</extension>
7979
<extension
8080
point="org.eclipse.sirius.externalJavaAction">
8181
<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">
8484
</javaActions>
8585
</extension>
8686
</plugin>

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
1010
<version>2.3.0-SNAPSHOT</version>
1111
</parent>
1212

13-
<artifactId>org.gemoc.executionframework.debugger.ui</artifactId>
13+
<artifactId>org.eclipse.gemoc.executionframework.debugger.ui</artifactId>
1414
<version>2.3.0-SNAPSHOT</version>
1515
<packaging>eclipse-plugin</packaging>
1616

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/gemoc/executionframework/debugger/ui/Activator.java renamed to framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/eclipse/gemoc/executionframework/debugger/ui/Activator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Contributors:
99
* Inria - initial API and implementation
1010
*******************************************************************************/
11-
package org.gemoc.executionframework.debugger.ui;
11+
package org.eclipse.gemoc.executionframework.debugger.ui;
1212

1313
import org.eclipse.core.runtime.Status;
1414
import org.eclipse.jface.resource.ImageDescriptor;

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/gemoc/executionframework/debugger/ui/MutableFieldNameProvider.xtend renamed to framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/eclipse/gemoc/executionframework/debugger/ui/MutableFieldNameProvider.xtend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* Contributors:
99
* Inria - initial API and implementation
1010
*******************************************************************************/
11-
package org.gemoc.executionframework.debugger.ui
11+
package org.eclipse.gemoc.executionframework.debugger.ui
1212

1313
import org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider;
1414
import org.eclipse.xtext.naming.QualifiedName;
15-
import org.gemoc.executionframework.debugger.MutableField
15+
import org.eclipse.gemoc.executionframework.debugger.MutableField
1616

1717
public class MutableFieldNameProvider extends DefaultDeclarativeQualifiedNameProvider{
1818

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/gemoc/executionframework/debugger/ui/OpenSemanticsHandler.java renamed to framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/eclipse/gemoc/executionframework/debugger/ui/OpenSemanticsHandler.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Contributors:
99
* Inria - initial API and implementation
1010
*******************************************************************************/
11-
package org.gemoc.executionframework.debugger.ui;
11+
package org.eclipse.gemoc.executionframework.debugger.ui;
1212

1313
import java.io.File;
1414
import java.io.IOException;
@@ -28,7 +28,7 @@
2828
import org.eclipse.jface.viewers.TreeSelection;
2929
import org.eclipse.ui.handlers.HandlerUtil;
3030
import org.eclipse.gemoc.commons.eclipse.ui.OpenEditor;
31-
import org.gemoc.executionframework.engine.core.AbstractExecutionEngine;
31+
import org.eclipse.gemoc.executionframework.engine.core.AbstractExecutionEngine;
3232
import org.eclipse.gemoc.xdsmlframework.api.core.IExecutionEngine;
3333
import org.osgi.framework.Bundle;
3434

@@ -102,8 +102,8 @@ public void locateAndOpenSource(TreeSelection selection) {
102102
}
103103

104104
public Object execute(ExecutionEvent event) throws ExecutionException {
105-
Supplier<IExecutionEngine> engineSupplier = org.gemoc.executionframework.debugger.Activator.getDefault().getEngineSupplier();
106-
Supplier<String> bundleSupplier = org.gemoc.executionframework.debugger.Activator.getDefault().getBundleSymbolicNameSupplier();
105+
Supplier<IExecutionEngine> engineSupplier = org.eclipse.gemoc.executionframework.debugger.Activator.getDefault().getEngineSupplier();
106+
Supplier<String> bundleSupplier = org.eclipse.gemoc.executionframework.debugger.Activator.getDefault().getBundleSymbolicNameSupplier();
107107
if (engineSupplier != null) {
108108
this.engine = engineSupplier.get();
109109
}

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/gemoc/executionframework/debugger/ui/breakpoints/BreakpointDetailPaneFactory.java renamed to framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/eclipse/gemoc/executionframework/debugger/ui/breakpoints/BreakpointDetailPaneFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Contributors:
99
* Inria - initial API and implementation
1010
*******************************************************************************/
11-
package org.gemoc.executionframework.debugger.ui.breakpoints;
11+
package org.eclipse.gemoc.executionframework.debugger.ui.breakpoints;
1212

1313
import java.util.HashSet;
1414
import java.util.Set;
@@ -17,7 +17,7 @@
1717
import org.eclipse.debug.ui.IDetailPane;
1818
import org.eclipse.debug.ui.IDetailPaneFactory;
1919
import org.eclipse.jface.viewers.IStructuredSelection;
20-
import org.gemoc.executionframework.debugger.GemocBreakpoint;
20+
import org.eclipse.gemoc.executionframework.debugger.GemocBreakpoint;
2121

2222
import fr.obeo.dsl.debug.ide.DSLBreakpoint;
2323

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/gemoc/executionframework/debugger/ui/breakpoints/GemocBreakpointDetailPane.java renamed to framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/eclipse/gemoc/executionframework/debugger/ui/breakpoints/GemocBreakpointDetailPane.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Contributors:
99
* Inria - initial API and implementation
1010
*******************************************************************************/
11-
package org.gemoc.executionframework.debugger.ui.breakpoints;
11+
package org.eclipse.gemoc.executionframework.debugger.ui.breakpoints;
1212

1313
import org.eclipse.debug.ui.IDetailPane;
1414
import org.eclipse.jface.viewers.IStructuredSelection;
@@ -19,7 +19,7 @@
1919
import org.eclipse.swt.widgets.Composite;
2020
import org.eclipse.swt.widgets.Control;
2121
import org.eclipse.ui.IWorkbenchPartSite;
22-
import org.gemoc.executionframework.debugger.GemocBreakpoint;
22+
import org.eclipse.gemoc.executionframework.debugger.GemocBreakpoint;
2323

2424
/**
2525
* Gemoc {@link IDetailPane} for breakpoints.

framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/gemoc/executionframework/debugger/ui/breakpoints/GemocToggleBreakpointAction.java renamed to framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/org/eclipse/gemoc/executionframework/debugger/ui/breakpoints/GemocToggleBreakpointAction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
* Contributors:
99
* Inria - initial API and implementation
1010
*******************************************************************************/
11-
package org.gemoc.executionframework.debugger.ui.breakpoints;
11+
package org.eclipse.gemoc.executionframework.debugger.ui.breakpoints;
1212

1313
import org.eclipse.core.runtime.CoreException;
1414
import org.eclipse.emf.ecore.EObject;
1515
import org.eclipse.emf.ecore.resource.Resource;
1616
import org.eclipse.emf.ecore.resource.ResourceSet;
17-
import org.gemoc.executionframework.debugger.GemocBreakpoint;
18-
import org.gemoc.executionframework.engine.ui.launcher.AbstractGemocLauncher;
17+
import org.eclipse.gemoc.executionframework.debugger.GemocBreakpoint;
18+
import org.eclipse.gemoc.executionframework.engine.ui.launcher.AbstractGemocLauncher;
1919

2020
import fr.inria.diverse.melange.resource.MelangeResource;
2121
import fr.obeo.dsl.debug.ide.DSLBreakpoint;

0 commit comments

Comments
 (0)