source: trunk/org.modelica.mdt.feature/feature.xml @ 1868

Last change on this file since 1868 was 1868, checked in by adrpo, 10 years ago
  • mdt 0.7.36 + add quard and metarecords as keywords
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3      id="org.modelica.mdt"
4      label="Modelica Development Tooling"
5      version="0.7.36"
6      provider-name="Open Source Modelica Consortium (OpenModelica@ida.liu.se)">
7
8   <description url="http://www.OpenModelica.org">
9      Contributes an environment for working with Modelica and MetaModelica
10projects.
11This software package is developed by
12Adrian Pop [Adrian.Pop@liu.se],
13Adeel Asghar [Adeel.Asghar@liu.se],
14Elmir Jaguding,
15Andreas Remar,
16and plenty others at
17Open Source Modelica Consortium (OSMC),
18Programming Environments Laboratory (PELAB),
19Linköping University (LiU).
20Visit http://www.openmodelica.org/ for more information about
21this software and other related projects.
22   </description>
23
24   <copyright url="http://www.OpenModelica.org">
25      Copyright (c) 2005-2013,
26Open Source Modelica Consortium (OSMC),
27Programming Environments Laboratory (PELAB),
28Department of Computer and Information Science (IDA),
29Linköpings University (LiU).
30   </copyright>
31
32   <license url="http://www.ida.liu.se/~pelab/modelica/OpenModelica/MDT/COPYING.html">
33      The Modelica Development Tooling (MDT) software is distributed under the conditions specified below.
34Copyright (c) 2005-2013,
35The MDT Team (Authors):
36Adrian Pop [Adrian.Pop@liu.se],
37Adeel Asghar [Adeel.Asghar@liu.se]
38Elmir Jagudin,
39Andreas Remar,
40Open Source Modelica Consortium,
41Programming Environments Laboratory (PELAB),
42Department of Computer and Information Science (IDA),
43Linköping University (LiU).
44All rights reserved.
45
46(The new BSD license, see also http://www.opensource.org/licenses/bsd-license.php)
47
48Redistribution and use in source and binary forms, with or without
49modification, are permitted provided that the following conditions are met:
50
51* Redistributions of source code must retain the above copyright notice,
52  this list of conditions and the following disclaimer.
53 
54* Redistributions in binary form must reproduce the above copyright notice,
55  this list of conditions and the following disclaimer in the documentation
56  and/or other materials provided with the distribution.
57* Neither the name of the Authors and Linköping University nor the names of its
58  contributors may be used to endorse or promote products derived from this
59  software without specific prior written permission.
60 
61THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND
62ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
63WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
64IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
65INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
66BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
67DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
68LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
69OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
70OF THE POSSIBILITY OF SUCH DAMAGE.
71   </license>
72
73   <plugin
74         id="org.modelica.mdt.core"
75         download-size="0"
76         install-size="0"
77         version="0.7.36"
78         unpack="false"/>
79
80   <plugin
81         id="org.modelica.mdt.ui"
82         download-size="0"
83         install-size="0"
84         version="0.7.36"
85         unpack="false"/>
86
87   <plugin
88         id="org.modelica.mdt.omc"
89         download-size="0"
90         install-size="0"
91         version="0.7.36"
92         unpack="false"/>
93
94   <plugin
95         id="org.modelica.mdt.debug.core"
96         download-size="0"
97         install-size="0"
98         version="0.7.36"
99         unpack="false"/>
100
101   <plugin
102         id="org.modelica.mdt.debug.ui"
103         download-size="0"
104         install-size="0"
105         version="0.7.36"
106         unpack="false"/>
107
108   <plugin
109         id="org.modelica.mdt.breakpoint"
110         download-size="0"
111         install-size="0"
112         version="0.7.36"
113         unpack="false"/>
114
115</feature>
Note: See TracBrowser for help on using the repository browser.