Skip to content

Commit 9ebba96

Browse files
committed
rename org.gemoc.execution.sequential* in
org.eclipse.gemoc.execution.sequential*
1 parent 39e00ed commit 9ebba96

96 files changed

Lines changed: 321 additions & 321 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/tests/org.eclipse.gemoc.executionframework.test.lib/src/org/eclipse/gemoc/executionframework/test/lib/impl/TestRunConfiguration.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TestRunConfiguration implements IRunConfiguration {
7777
}
7878

7979
override getDebugModelID() {
80-
"org.gemoc.execution.sequential.javaengine.ui.debugModel"
80+
"org.eclipse.gemoc.execution.sequential.javaengine.ui.debugModel"
8181
}
8282

8383
override getModelEntryPoint() {

framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/src/main/java/org/eclipse/gemoc/xdsmlframework/extensions/sirius/command/AddDebugLayerHandler.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static void updateManifest(final IProject project){
135135
ManifestChanger changer = new ManifestChanger(project);
136136
try {
137137
changer.addPluginDependency("org.eclipse.gemoc.executionframework.extensions.sirius");
138-
changer.addPluginDependency("org.gemoc.execution.sequential.javaengine.ui");
138+
changer.addPluginDependency("org.eclipse.gemoc.execution.sequential.javaengine.ui");
139139
changer.commit();
140140
} catch (BundleException | IOException | CoreException e) {
141141
Activator.getMessagingSystem().error(e.getMessage(),
@@ -260,7 +260,7 @@ public static Layer createLayer(DiagramDescription description,
260260
.getToolFactory().createExternalJavaAction();
261261
debugJavaAction.setName("Debug");
262262
debugJavaAction
263-
.setId("org.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.gemocDebugAs");
263+
.setId("org.eclipse.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.gemocDebugAs");
264264
debugJavaAction
265265
.setIcon("/org.eclipse.gemoc.executionframework.extensions.sirius/icons/debug_exc.gif");
266266
InitialOperation initialOperation = ToolPackage.eINSTANCE
@@ -278,7 +278,7 @@ public static Layer createLayer(DiagramDescription description,
278278
.getToolFactory().createExternalJavaAction();
279279
toogleBreakpointJavaAction.setName("Toggle Gemoc breakpoint");
280280
toogleBreakpointJavaAction
281-
.setId("org.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.GemocSequentialToggleBreakpointAction");
281+
.setId("org.eclipse.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.GemocSequentialToggleBreakpointAction");
282282
toogleBreakpointJavaAction
283283
.setIcon("/org.eclipse.gemoc.executionframework.extensions.sirius/icons/breakpoint.gif");
284284
initialOperation = ToolPackage.eINSTANCE.getToolFactory()
@@ -378,7 +378,7 @@ public static Layer createLayer(DiagramExtensionDescription descriptionExtension
378378
.getToolFactory().createExternalJavaAction();
379379
debugJavaAction.setName("Debug");
380380
debugJavaAction
381-
.setId("org.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.gemocDebugAs");
381+
.setId("org.eclipse.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.gemocDebugAs");
382382
debugJavaAction
383383
.setIcon("/org.eclipse.gemoc.executionframework.extensions.sirius/icons/debug_exc.gif");
384384
InitialOperation initialOperation = ToolPackage.eINSTANCE
@@ -396,7 +396,7 @@ public static Layer createLayer(DiagramExtensionDescription descriptionExtension
396396
.getToolFactory().createExternalJavaAction();
397397
toogleBreakpointJavaAction.setName("Toggle Gemoc breakpoint");
398398
toogleBreakpointJavaAction
399-
.setId("org.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.GemocSequentialToggleBreakpointAction");
399+
.setId("org.eclipse.gemoc.execution.sequential.javaengine.ui.debug.sirius.action.GemocSequentialToggleBreakpointAction");
400400
toogleBreakpointJavaAction
401401
.setIcon("/org.eclipse.gemoc.executionframework.extensions.sirius/icons/breakpoint.gif");
402402
initialOperation = ToolPackage.eINSTANCE.getToolFactory()

framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/WorkspaceTestHelper.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class WorkspaceTestHelper {
100100
static final String MELANGE_CMD_GENERATE_ADAPTERS = "fr.inria.diverse.melange.GenerateAdapters"
101101
static final String MELANGE_CMD_GENERATE_LANGUAGES = "fr.inria.diverse.melange.GenerateLanguages"
102102
static final String MELANGE_CMD_GENERATE_INTERFACES = "fr.inria.diverse.melange.GenerateInterfaces"
103-
static final String MELANGE_CMD_GENERATE_TRACE = "org.gemoc.execution.sequential.javaxdsml.ide.ui.commands.GenerateTraceAddonPlugin"
103+
static final String MELANGE_CMD_GENERATE_TRACE = "org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui.commands.GenerateTraceAddonPlugin"
104104
static final String MELANGE_CMD_CLEAN_ALL = "fr.inria.diverse.melange.CleanAll"
105105

106106
static final String MELANGE_EDITOR_ID = "fr.inria.diverse.melange.Melange"

java_execution/.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.execution.sequential.java.root</name>
3+
<name>org.eclipse.gemoc.execution.sequential.java.root</name>
44
<comment></comment>
55
<projects>
66
</projects>

java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.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.execution.sequential.javaengine.ui</name>
3+
<name>org.eclipse.gemoc.execution.sequential.javaengine.ui</name>
44
<comment></comment>
55
<projects>
66
</projects>

java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/META-INF/MANIFEST.MF

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Gemoc Sequential Language Workbench UI
4-
Bundle-SymbolicName: org.gemoc.execution.sequential.javaengine.ui;singleton:=true
4+
Bundle-SymbolicName: org.eclipse.gemoc.execution.sequential.javaengine.ui;singleton:=true
55
Bundle-Version: 2.3.0.qualifier
6-
Bundle-Activator: org.gemoc.execution.sequential.javaengine.ui.Activator
6+
Bundle-Activator: org.eclipse.gemoc.execution.sequential.javaengine.ui.Activator
77
Bundle-Vendor: INRIA
88
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
99
org.eclipse.debug.ui;bundle-version="3.8.2",
@@ -17,9 +17,9 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
1717
org.eclipse.sirius.diagram.ui;bundle-version="1.0.0",
1818
org.eclipse.gemoc.xdsmlframework.extensions.sirius;bundle-version="0.1.0",
1919
org.eclipse.emf.edit.ui,
20-
org.gemoc.execution.sequential.javaxdsml.api;bundle-version="0.1.0",
20+
org.eclipse.gemoc.execution.sequential.javaxdsml.api;bundle-version="0.1.0",
2121
org.eclipse.gemoc.executionframework.ui,
22-
org.gemoc.execution.sequential.javaengine;bundle-version="0.1.0",
22+
org.eclipse.gemoc.execution.sequential.javaengine;bundle-version="0.1.0",
2323
org.eclipse.gemoc.trace.gemoc;bundle-version="1.0.0",
2424
org.eclipse.gemoc.trace.gemoc.api;bundle-version="1.0.0",
2525
fr.inria.diverse.k3.al.annotationprocessor.plugin,
@@ -40,6 +40,6 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
4040
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
4141
Bundle-ActivationPolicy: lazy
4242
Bundle-ClassPath: .
43-
Export-Package: org.gemoc.execution.sequential.javaengine.ui,
44-
org.gemoc.execution.sequential.javaengine.ui.debug,
45-
org.gemoc.execution.sequential.javaengine.ui.launcher
43+
Export-Package: org.eclipse.gemoc.execution.sequential.javaengine.ui,
44+
org.eclipse.gemoc.execution.sequential.javaengine.ui.debug,
45+
org.eclipse.gemoc.execution.sequential.javaengine.ui.launcher

0 commit comments

Comments
 (0)