Skip to content

Commit 3ee60e7

Browse files
authored
Merge pull request #750 from Systems-Modeling/STR6I-916
ST6RI-916 org.omg.sysml.model module
2 parents 96a0212 + b4848f9 commit 3ee60e7

537 files changed

Lines changed: 70352 additions & 69065 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.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ target
2222
.polyglot.META-INF
2323
dependency-reduced-pom.xml
2424

25+
#Maven
26+
.mvn/repository
27+
.mvn/maven.config
28+
.m2/
29+
.polyglot.feature.xml
30+
2531
# VS Code settings
2632
.vscode/
2733

org.omg.kerml.expressions.xtext.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Require-Bundle: org.omg.kerml.expressions.xtext,
1919
org.eclipse.xtext.builder,
2020
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
2121
org.eclipse.xtend.lib;bundle-version="2.14.0";resolution:=optional,
22-
org.omg.sysml;bundle-version="0.2.0",
22+
org.omg.sysml;bundle-version="0.59.0",
2323
org.eclipse.xtext.common.types.ui
2424
Import-Package: org.apache.log4j
2525
Export-Package: org.omg.kerml.expressions.xtext.ui.quickfix,

org.omg.kerml.expressions.xtext/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
77
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
88
<classpathentry combineaccessrules="false" kind="src" path="/org.omg.sysml"/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/org.omg.sysml.model"/>
910
<classpathentry kind="output" path="target/classes"/>
1011
</classpath>

org.omg.kerml.expressions.xtext/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<name>org.omg.kerml.expressions.xtext</name>
44
<comment></comment>
55
<projects>
6+
<project>org.omg.sysml.model</project>
67
</projects>
78
<buildSpec>
89
<buildCommand>

org.omg.kerml.expressions.xtext/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.xtext,
1313
org.eclipse.xtext.util,
1414
org.eclipse.xtend.lib;bundle-version="2.14.0",
1515
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
16-
org.omg.sysml;bundle-version="0.2.0",
16+
org.omg.sysml.model.bundle;bundle-version="0.59.0",
17+
org.omg.sysml;bundle-version="0.59.0",
1718
org.eclipse.uml2.uml,
1819
org.eclipse.uml2.uml.resources,
1920
org.eclipse.xtext.common.types,

org.omg.kerml.owl/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<classpathentry kind="src" path="xtend-gen"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
77
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
8+
<classpathentry combineaccessrules="false" kind="src" path="/org.omg.sysml.model"/>
89
<classpathentry combineaccessrules="false" kind="src" path="/org.omg.sysml"/>
910
<classpathentry combineaccessrules="false" kind="src" path="/org.omg.kerml.xtext"/>
1011
<classpathentry kind="output" path="bin"/>

org.omg.kerml.owl/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<name>org.omg.kerml.owl</name>
44
<comment></comment>
55
<projects>
6+
<project>org.omg.sysml.model</project>
67
</projects>
78
<buildSpec>
89
<buildCommand>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ASCII"?>
22
<uriMap:MappingContainer xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:uriMap="http:///www.eclipse.org/m2m/qvt/oml/MModelUriMap/1.0.0">
33
<mapping sourceURI="http://www.omg.org/spec/SysML/2.0/OWL" targetURI="platform:/resource/org.omg.kerml.owl/model/generated/Owl.ecore"/>
4-
<mapping sourceURI="https://www.omg.org/spec/SysML/20230201" targetURI="platform:/resource/org.omg.sysml/model/SysML.ecore"/>
4+
<mapping sourceURI="https://www.omg.org/spec/SysML/20230201" targetURI="platform:/resource/org.omg.sysml.model/src/main/resources/model/SysML.ecore"/>
55
</uriMap:MappingContainer>

org.omg.kerml.owl/transforms/SysML2OWL.qvto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*****************************************************************************/
2424

25-
modeltype SysML uses "https://www.omg.org/spec/SysML/20230201";
25+
modeltype SysML uses "https://www.omg.org/spec/SysML/20250201";
2626
modeltype OWL uses "http://www.omg.org/spec/SysML/2.0/OWL";
2727
modeltype Ecore uses "http://www.eclipse.org/emf/2002/Ecore";
2828

org.omg.kerml.xpect.tests/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Require-Bundle: org.eclipse.core.runtime,
1111
org.eclipse.emf.codegen;bundle-version="2.6.0",
1212
org.eclipse.xtext.xbase;bundle-version="2.9.2",
1313
org.eclipse.xtext.ui.shared;bundle-version="2.14.0",
14-
org.omg.sysml;bundle-version="0.2.0",
15-
org.omg.kerml.xtext;bundle-version="0.2.0",
16-
org.omg.kerml.xtext.ui;bundle-version="0.2.0",
14+
org.omg.sysml;bundle-version="0.59.0",
15+
org.omg.kerml.xtext;bundle-version="0.59.0",
16+
org.omg.kerml.xtext.ui;bundle-version="0.59.0",
1717
org.aopalliance;bundle-version="1.0.0"
1818
Bundle-ActivationPolicy: lazy
1919
Export-Package: org.omg.kerml.xpect,

0 commit comments

Comments
 (0)