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

Last change on this file since 98 was 66, checked in by boris, 19 years ago
  • added copyright info and some other info to the MDT feature project
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3      id="org.modelcia.mdt"
4      label="Modelica Development Tooling"
5      version="0.3.0"
6      provider-name="PELAB">
7
8   <description url="http://www.ida.liu.se/~pelab/modelica/">
9      Contributes an environment for working with modelica projects.
10
11This software package is developed at PELAB at the Linköpings
12University. Visit http://www.ida.liu.se/~pelab/modelica/ for more
13information about this software and other related projects.
14   </description>
15
16   <copyright>
17      Copyright (c) 2005, Linköpings universitet, Department of Computer
18and Information Science, PELAB
19All rights reserved.
20   </copyright>
21
22   <license url="http://www.opensource.org/licenses/bsd-license.php">
23      Copyright (c) 2005, Linköpings universitet, Department of Computer
24and Information Science, PELAB
25
26All rights reserved.
27
28(The new BSD license,
29see also http://www.opensource.org/licenses/bsd-license.php)
30
31Redistribution and use in source and binary forms, with or without
32modification, are permitted provided that the following conditions
33are met:
34
35 * Redistributions of source code must retain the above copyright
36   notice, this list of conditions and the following disclaimer.
37
38 * Redistributions in binary form must reproduce the above copyright
39   notice, this list of conditions and the following disclaimer in
40   the documentation and/or other materials provided with the
41   distribution.
42
43 * Neither the name of Linköpings universitet nor the names of its
44   contributors may be used to endorse or promote products derived
45   from this software without specific prior written permission.
46
47THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
48&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
49LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
50FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
51COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
52INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
53BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
54OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
55AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
56OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
57OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58SUCH DAMAGE.
59   </license>
60
61   <url>
62      <discovery label="Modelica and the Modelica Association" url="http://www.modelica.org"/>
63      <discovery label="Modelica Related Research at PELAB" url="http://www.ida.liu.se/~pelab/modelica/"/>
64      <discovery label="MDT update site" url="http://www.ida.liu.se/~x05elmja/"/>
65   </url>
66
67   <plugin
68         id="org.modelica.mdt"
69         download-size="0"
70         install-size="0"
71         version="0.0.0"/>
72
73</feature>
Note: See TracBrowser for help on using the repository browser.