Skip to content

Commit a885238

Browse files
committed
ST6RI-108 Created an update site.
1 parent da4307c commit a885238

25 files changed

+136
-157
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: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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+
7+
<description url="http://www.example.com/description">
8+
[Enter Feature Description here.]
9+
</description>
10+
11+
<copyright>
12+
Copyright (c) 2019 Model Drive Solutions, Inc.
13+
Copyright (c) 2019 California Institute of Technology (Jet Propulsion Laboratory)
14+
Copyright (c) 2019 IncQuery Labs Ltd.
15+
Copyright (c) 2019 Itemis
16+
</copyright>
17+
18+
<license url="https://www.gnu.org/licenses/lgpl-3.0.en.html">
19+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
20+
21+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
22+
</license>
23+
24+
<plugin
25+
id="org.omg.sysml.ui"
26+
download-size="0"
27+
install-size="0"
28+
version="0.0.0"
29+
unpack="false"/>
30+
31+
<plugin
32+
id="org.omg.kerml.xtext.ui"
33+
download-size="0"
34+
install-size="0"
35+
version="0.0.0"
36+
unpack="false"/>
37+
38+
<plugin
39+
id="org.omg.sysml.xtext.ui"
40+
download-size="0"
41+
install-size="0"
42+
version="0.0.0"
43+
unpack="false"/>
44+
45+
<plugin
46+
id="org.omg.kerml.xtext.ide"
47+
download-size="0"
48+
install-size="0"
49+
version="0.0.0"
50+
unpack="false"/>
51+
52+
<plugin
53+
id="org.omg.sysml.xtext"
54+
download-size="0"
55+
install-size="0"
56+
version="0.0.0"
57+
unpack="false"/>
58+
59+
<plugin
60+
id="org.omg.sysml.xtext.ide"
61+
download-size="0"
62+
install-size="0"
63+
version="0.0.0"
64+
unpack="false"/>
65+
66+
<plugin
67+
id="org.omg.sysml"
68+
download-size="0"
69+
install-size="0"
70+
version="0.0.0"
71+
unpack="false"/>
72+
73+
<plugin
74+
id="org.omg.sysml.ide"
75+
download-size="0"
76+
install-size="0"
77+
version="0.0.0"
78+
unpack="false"/>
79+
80+
<plugin
81+
id="org.omg.kerml.xtext"
82+
download-size="0"
83+
install-size="0"
84+
version="0.0.0"
85+
unpack="false"/>
86+
87+
</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

695 Bytes
Binary file not shown.

org.omg.sysml.site/content.jar

2.88 KB
Binary file not shown.
Binary file not shown.

org.omg.sysml.site/logs.zip

5.98 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<site>
3+
<feature url="features/org.omg.sysml.feature_0.1.0.201910091723.jar" id="org.omg.sysml.feature" version="0.1.0.201910091723">
4+
<category name="KerML and SysML Editors"/>
5+
</feature>
6+
<category-def name="KerML and SysML Editors" label="KerML and SysML Editors">
7+
<description>
8+
Xtext editors for the KerML and SysML textual notations.
9+
</description>
10+
</category-def>
11+
</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)