source: java/FramsclipseFeature/feature.xml @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3      id="com.framsticks.framclipse"
4      label="Framclipse"
5      version="0.6.0"
6      provider-name="Jan Kuźniak, Jakub Bocheński">
7
8   <description url="http://www.framclipse.com">
9      Framclipse is a project started at Poznan University of Technology
10(Poland) by Jan Kuźniak. The motivation was to pass a class of
11Computations and Systems Inspired Biologically and help other
12people that are using Frasticks simulator in the same time.
13This version supports syntax coloring and simple completion proposal.
14----
15This is an upgrade made by Jakub Bocheński, model generation and code completion was improved.
16   </description>
17
18   <copyright url="http://www.example.com/copyright">
19      [Enter Copyright Description here.]
20   </copyright>
21
22   <license url="http://www.example.com/license">
23      Copyright (c) 2007 Jan Kuźniak, http://jan.kuzniak.pl
24Permission is hereby granted, free of charge, to any person obtaining
25a copy of this software and associated documentation files (the
26&quot;Software&quot;), to deal in the Software without restriction, including
27without limitation the rights to use, copy, modify, merge, publish,
28distribute, sublicense, and/or sell copies of the Software, and
29to permit persons to whom the Software is furnished to do so,
30subject to the following conditions:
31The above copyright notice and this permission notice shall be
32included in all copies or substantial portions of the Software.
33Except as contained in this notice, the name(s) of the above
34copyright holders shall not be used in advertising or otherwise
35to promote the sale, use or other dealings in this Software without
36prior written authorization.
37THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
38EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
39OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
40IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
41FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
42OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
43WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
44   </license>
45
46   <url>
47      <discovery label="Framsticks" url="http://www.framsticks.com"/>
48   </url>
49
50   <requires>
51      <import plugin="org.eclipse.ui"/>
52      <import plugin="org.eclipse.core.runtime"/>
53      <import plugin="org.eclipse.jface.text"/>
54      <import plugin="org.eclipse.ui.editors"/>
55      <import plugin="org.eclipse.ui.workbench.texteditor"/>
56      <import plugin="org.eclipse.ui.views"/>
57      <import plugin="org.eclipse.ui.ide"/>
58   </requires>
59
60   <plugin
61         id="com.framsticks.framclipse"
62         download-size="0"
63         install-size="0"
64         version="0.0.0"
65         unpack="false"/>
66
67</feature>
Note: See TracBrowser for help on using the repository browser.