blob: 2dee65d457ae10554a1f98398a353872008b83a8 [file] [log] [blame]
mparkerdf0ec452009-05-27 21:36:35 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.ascape.core.feature"
4 label="Ascape Core Framework (No UI)"
5 version="5.2.0.qualifier"
6 provider-name="Ascape.org">
7
8 <description url="http://ascape.sourceforge.net">
9 Ascape is an innovative tool for developing and exploring general-purpose
10agent-based models. Ascape offers a broad array of modeling and
11visualization tools. A high-level framework supports complex
12model design, while end-user tools make it possible for non-programmers
13to explore many aspects of model dynamics.
14 </description>
15
16 <copyright>
17 Copyright 1998-2007 The Brookings Institution, NuTech Solutions,Inc., Metascape LLC, and contributors.
18All rights reserved.
19This program and the accompanying materials are made available solely under the included BSD license.
20Any referenced or included libraries carry licenses of their respective copyright holders.
21 </copyright>
22
23 <license>
24 [BSD License]
25Copyright 1998-2007 The Brookings Institution, NuTech Solutions,Inc.,
26Metascape LLC, and contributors.
27All rights reserved.
28Redistribution and use in source and binary forms, with or without
29modification, are permitted provided that the following conditions
30are met:
31Redistributions of source code must retain the above copyright
32notice,
33this list of conditions and the following disclaimer.
34Redistributions in binary form must reproduce the above copyright
35notice,
36this list of conditions and the following disclaimer in the documentation
37and/or other materials provided with the distribution.
38Neither the names of The Brookings Institution, NuTech Solutions,Inc.
39or Metascape LLC
40nor the names of its contributors may be used to endorse or promote
41products
42derived from this software without specific prior written permission.
43THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
44&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
45NOT
46LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
47FOR
48A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
49OWNER OR
50CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
51SPECIAL,
52EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
53TO,
54PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
55OR
56PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57THEORY OF
58LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
59NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
60THIS
61SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 </license>
63
64 <url>
65 <update label="AMP Update Site" url="http://download.eclipse.org/modeling/amp/updates/releases/"/>
66 </url>
67
68 <requires>
69 <import plugin="org.apache.ant"/>
70 <import plugin="org.junit"/>
71 </requires>
72
73 <plugin
74 id="org.ascape.core"
75 download-size="0"
76 install-size="0"
77 version="0.0.0"
78 unpack="false"/>
79
80</feature>