-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathfeature.xml
More file actions
114 lines (96 loc) · 3.66 KB
/
feature.xml
File metadata and controls
114 lines (96 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.omg.sysml.feature"
label="SysML v2 Feature"
version="0.59.0.qualifier"
provider-name="SysML v2 Submission Team">
<description url="http://www.example.com/description">
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).
</description>
<copyright>
Copyright (c) 2019-2023 Model Driven Solutions, Inc.
Copyright (c) 2019-2023 California Institute of Technology (Jet
Propulsion Laboratory)
Copyright (c) 2019-2023 IncQuery Labs Ltd.
Copyright (c) 2019-2023 Itemis
Copyright (c) 2019-2023 Maplesoft (Waterloo Maple, Inc.)
Copyright (c) 2019-2023 Mgnite Inc.
</copyright>
<license url="">
SysML v2 Pilot Implementation Licensing Agreement
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use and redistribute the Software and to permit persons to whom the Software is furnished to do so, subject to the conditions that the copyright notice and this permission notice shall be included in all copies of the Software. No permission is granted to modify, merge, and/or sell copies of the Software, or to create derivative works based on the Software.
THE SOFTWARE IS PROVIDED "AS IS", 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.
</license>
<plugin
id="org.omg.kerml.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.sysml.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.kerml.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.sysml.xtext"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.sysml.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.sysml.model.bundle"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.sysml"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.kerml.xtext"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.kerml.expressions.xtext"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.kerml.expressions.xtext.ide"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.kerml.expressions.xtext.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.omg.sysml.execution"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>