Skip to content

Commit 08a9e74

Browse files
authored
Merge pull request #54 from ModelDriven/ST6RI-108
ST6RI-108 Create Eclipse Installer
2 parents a4e5a1c + f1cfa6f commit 08a9e74

29 files changed

+179
-184
lines changed

org.omg.sysml.feature/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>org.omg.sysml.feature</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml

org.omg.sysml.feature/feature.xml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="org.omg.sysml.feature"
4+
label="SysML v2 Feature"
5+
version="0.1.0.qualifier"
6+
provider-name="SysML v2 Submission Team">
7+
8+
<description url="http://www.example.com/description">
9+
UI plugins for the SysML v2 pilot implementation of editors for the textual notation for the Kernel Model Language (KerML) and the Systems Modeling Language (SysML).
10+
</description>
11+
12+
<copyright>
13+
Copyright (c) 2019 Model Drive Solutions, Inc.
14+
Copyright (c) 2019 California Institute of Technology (Jet Propulsion Laboratory)
15+
Copyright (c) 2019 IncQuery Labs Ltd.
16+
Copyright (c) 2019 Itemis
17+
</copyright>
18+
19+
<license url="">
20+
Copyright (c) 2019 Model Drive Solutions, Inc.
21+
Copyright (c) 2019 California Institute of Technology (Jet Propulsion Laboratory)
22+
Copyright (c) 2019 IncQuery Labs Ltd.
23+
Copyright (c) 2019 Itemis
24+
25+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to use and redistribute the Software without restriction and to permit persons to whom the Software is furnished to do so, subject to the conditions that the above copyright notice and this permission notice shall be included in all copies of the Software.
26+
27+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28+
</license>
29+
30+
<plugin
31+
id="org.omg.sysml.ui"
32+
download-size="0"
33+
install-size="0"
34+
version="0.0.0"
35+
unpack="false"/>
36+
37+
<plugin
38+
id="org.omg.kerml.xtext.ui"
39+
download-size="0"
40+
install-size="0"
41+
version="0.0.0"
42+
unpack="false"/>
43+
44+
<plugin
45+
id="org.omg.sysml.xtext.ui"
46+
download-size="0"
47+
install-size="0"
48+
version="0.0.0"
49+
unpack="false"/>
50+
51+
<plugin
52+
id="org.omg.kerml.xtext.ide"
53+
download-size="0"
54+
install-size="0"
55+
version="0.0.0"
56+
unpack="false"/>
57+
58+
<plugin
59+
id="org.omg.sysml.xtext"
60+
download-size="0"
61+
install-size="0"
62+
version="0.0.0"
63+
unpack="false"/>
64+
65+
<plugin
66+
id="org.omg.sysml.xtext.ide"
67+
download-size="0"
68+
install-size="0"
69+
version="0.0.0"
70+
unpack="false"/>
71+
72+
<plugin
73+
id="org.omg.sysml"
74+
download-size="0"
75+
install-size="0"
76+
version="0.0.0"
77+
unpack="false"/>
78+
79+
<plugin
80+
id="org.omg.sysml.ide"
81+
download-size="0"
82+
install-size="0"
83+
version="0.0.0"
84+
unpack="false"/>
85+
86+
<plugin
87+
id="org.omg.kerml.xtext"
88+
download-size="0"
89+
install-size="0"
90+
version="0.0.0"
91+
unpack="false"/>
92+
93+
</feature>

org.omg.sysml.owl/examples/AddressBookModel/AddressBookModel.alf

Lines changed: 0 additions & 12 deletions
This file was deleted.

org.omg.sysml.owl/examples/AddressBookModel/PrimitiveTypes.alf

Lines changed: 0 additions & 6 deletions
This file was deleted.

org.omg.sysml.owl/examples/Packets/Packets.alf

Lines changed: 0 additions & 33 deletions
This file was deleted.

org.omg.sysml.owl/examples/Packets/PrimitiveTypes.alf

Lines changed: 0 additions & 6 deletions
This file was deleted.

org.omg.sysml.site/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>org.omg.sysml.site</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.UpdateSiteBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.UpdateSiteNature</nature>
16+
</natures>
17+
</projectDescription>

org.omg.sysml.site/artifacts.jar

974 Bytes
Binary file not shown.

org.omg.sysml.site/content.jar

7.76 KB
Binary file not shown.
Binary file not shown.

org.omg.sysml.site/logs.zip

5.97 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

org.omg.sysml.site/site.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<site>
3+
<description name="SysML v2 Pilot Implementation Update Site">
4+
This site contains feature and plugin versions for the Eclipse-based pilot implementation of SysML v2, as developed by the SysML v2 Submission Team.
5+
</description>
6+
<feature url="features/org.omg.sysml.feature_0.1.0.201910101715.jar" id="org.omg.sysml.feature" version="0.1.0.201910101715">
7+
<category name="KerML and SysML Editors"/>
8+
</feature>
9+
<category-def name="KerML and SysML Editors" label="KerML and SysML Editors">
10+
<description>
11+
Xtext editors for the KerML and SysML textual notations.
12+
</description>
13+
</category-def>
14+
</site>

org.omg.sysml.tests/library/Base.alf

Lines changed: 0 additions & 97 deletions
This file was deleted.

org.omg.sysml.ui/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
35
<classpathentry kind="src" path="src"/>
46
<classpathentry kind="src" path="src-gen"/>
57
<classpathentry kind="src" path="xtend-gen"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
7-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
88
<classpathentry kind="output" path="bin"/>
99
</classpath>

sysml.library/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="src" path="Kernel Library"/>
5-
<classpathentry kind="src" path="Domain Libraries"/>
65
<classpathentry kind="src" path="Systems Library"/>
6+
<classpathentry kind="src" path="Domain Libraries"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

0 commit comments

Comments
 (0)