Skip to content

Commit d338013

Browse files
committed
rename into org.eclipse.gemoc.opsemanticsview.model
1 parent 2da60b4 commit d338013

File tree

27 files changed

+9
-9
lines changed

27 files changed

+9
-9
lines changed

framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Bundle-Version: 2.3.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Require-Bundle: org.eclipse.gemoc.opsemanticsview.gen;bundle-version="1.0.0",
88
fr.inria.diverse.melange.metamodel;bundle-version="0.2.0",
9-
fr.inria.diverse.opsemanticsview.model;bundle-version="0.1.0",
9+
org.eclipse.gemoc.opsemanticsview.model;bundle-version="0.1.0",
1010
org.eclipse.jdt.core,
1111
org.eclipse.core.runtime,
1212
org.eclipse.jdt.ui,

framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Require-Bundle: com.google.guava,
88
org.eclipse.xtext.xbase.lib,
99
org.eclipse.xtend.lib,
1010
org.eclipse.xtend.lib.macro,
11-
fr.inria.diverse.opsemanticsview.model;bundle-version="0.1.0",
11+
org.eclipse.gemoc.opsemanticsview.model;bundle-version="0.1.0",
1212
fr.inria.diverse.melange.metamodel;bundle-version="0.2.0",
1313
org.eclipse.core.resources;bundle-version="3.11.1"
1414
Export-Package: org.eclipse.gemoc.opsemanticsview.gen

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/.classpath renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.classpath

File renamed without changes.

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/.project renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.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>fr.inria.diverse.opsemanticsview.model</name>
3+
<name>org.eclipse.gemoc.opsemanticsview.model</name>
44
<comment></comment>
55
<projects>
66
</projects>

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/META-INF/MANIFEST.MF renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
4-
Bundle-SymbolicName: fr.inria.diverse.opsemanticsview.model;singleton:=true
4+
Bundle-SymbolicName: org.eclipse.gemoc.opsemanticsview.model;singleton:=true
55
Bundle-Version: 2.3.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: %providerName

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/build.properties renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/build.properties

File renamed without changes.

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/model/opsemanticsview.ecore renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/model/opsemanticsview.ecore

File renamed without changes.

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/model/opsemanticsview.genmodel renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/model/opsemanticsview.genmodel

File renamed without changes.

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/plugin.properties renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/plugin.properties

File renamed without changes.

framework/framework_commons/plugins/fr.inria.diverse.opsemanticsview.model/plugin.xml renamed to framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/plugin.xml

File renamed without changes.

0 commit comments

Comments
 (0)