[193] | 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 |
---|
| 11 | Computations and Systems Inspired Biologically and help other |
---|
| 12 | people that are using Frasticks simulator in the same time. |
---|
| 13 | This version supports syntax coloring and simple completion proposal. |
---|
| 14 | ---- |
---|
| 15 | This 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 |
---|
| 24 | Permission is hereby granted, free of charge, to any person obtaining |
---|
| 25 | a copy of this software and associated documentation files (the |
---|
| 26 | "Software"), to deal in the Software without restriction, including |
---|
| 27 | without limitation the rights to use, copy, modify, merge, publish, |
---|
| 28 | distribute, sublicense, and/or sell copies of the Software, and |
---|
| 29 | to permit persons to whom the Software is furnished to do so, |
---|
| 30 | subject to the following conditions: |
---|
| 31 | The above copyright notice and this permission notice shall be |
---|
| 32 | included in all copies or substantial portions of the Software. |
---|
| 33 | Except as contained in this notice, the name(s) of the above |
---|
| 34 | copyright holders shall not be used in advertising or otherwise |
---|
| 35 | to promote the sale, use or other dealings in this Software without |
---|
| 36 | prior written authorization. |
---|
| 37 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
---|
| 38 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
---|
| 39 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
---|
| 40 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE |
---|
| 41 | FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
---|
| 42 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
---|
| 43 | WITH 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> |
---|