|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<feature |
| 3 | + id="jd.ide.eclipse.feature" |
| 4 | + label="JD-Eclipse Plug-in" |
| 5 | + version="1.0.0" |
| 6 | + provider-name="Java Decompiler" |
| 7 | + plugin="jd.ide.eclipse.plugin"> |
| 8 | + |
| 9 | + <description url="http://www.example.com/feature"> |
| 10 | + JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all. |
| 11 | + </description> |
| 12 | + |
| 13 | + <copyright> |
| 14 | + Copyright (C) 2008-2015 Emmanuel Dupuy |
| 15 | + </copyright> |
| 16 | + |
| 17 | + <license url="http://www.gnu.org/licenses/gpl-3.0.html">. |
| 18 | + GNU GENERAL PUBLIC LICENSE |
| 19 | + |
| 20 | + Version 3, 29 June 2007 |
| 21 | + |
| 22 | + <http://www.gnu.org/licenses/gpl-3.0.html> |
| 23 | + |
| 24 | + END OF TERMS AND CONDITIONS |
| 25 | + |
| 26 | + How to Apply These Terms to Your New Programs |
| 27 | + |
| 28 | + If you develop a new program, and you want it to be of the greatest |
| 29 | +possible use to the public, the best way to achieve this is to make it |
| 30 | +free software which everyone can redistribute and change under these terms. |
| 31 | + |
| 32 | + To do so, attach the following notices to the program. It is safest |
| 33 | +to attach them to the start of each source file to most effectively |
| 34 | +state the exclusion of warranty; and each file should have at least |
| 35 | +the "copyright" line and a pointer to where the full notice is found. |
| 36 | + |
| 37 | + JD-Eclipse is a plug-in for the Eclipse platform. It allows you to |
| 38 | + display all the Java sources during your debugging process, even if you |
| 39 | + do not have them all. |
| 40 | + Copyright (C) 2008-2015 Emmanuel Dupuy |
| 41 | + |
| 42 | + This program is free software: you can redistribute it and/or modify |
| 43 | + it under the terms of the GNU General Public License as published by |
| 44 | + the Free Software Foundation, either version 3 of the License, or |
| 45 | + (at your option) any later version. |
| 46 | + |
| 47 | + This program is distributed in the hope that it will be useful, |
| 48 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 49 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 50 | + GNU General Public License for more details. |
| 51 | + |
| 52 | + You should have received a copy of the GNU General Public License |
| 53 | + along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 54 | + |
| 55 | +Also add information on how to contact you by electronic and paper mail. |
| 56 | + |
| 57 | + If the program does terminal interaction, make it output a short |
| 58 | +notice like this when it starts in an interactive mode: |
| 59 | + |
| 60 | + JD-Eclipse Copyright (C) 2008-2015 Emmanuel Dupuy |
| 61 | + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
| 62 | + This is free software, and you are welcome to redistribute it |
| 63 | + under certain conditions; type `show c' for details. |
| 64 | + |
| 65 | +The hypothetical commands `show w' and `show c' should show the appropriate |
| 66 | +parts of the General Public License. Of course, your program's commands |
| 67 | +might be different; for a GUI interface, you would use an "about box". |
| 68 | + |
| 69 | + You should also get your employer (if you work as a programmer) or school, |
| 70 | +if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 71 | +For more information on this, and how to apply and follow the GNU GPL, see |
| 72 | +<http://www.gnu.org/licenses/>. |
| 73 | + |
| 74 | + The GNU General Public License does not permit incorporating your program |
| 75 | +into proprietary programs. If your program is a subroutine library, you |
| 76 | +may consider it more useful to permit linking proprietary applications with |
| 77 | +the library. If this is what you want to do, use the GNU Lesser General |
| 78 | +Public License instead of this License. But first, please read |
| 79 | +<http://www.gnu.org/philosophy/why-not-lgpl.html>. |
| 80 | + </license> |
| 81 | + |
| 82 | + <url> |
| 83 | + <update url="http://jd.benow.ca/jd-eclipse/update/"/> |
| 84 | + </url> |
| 85 | + |
| 86 | + <plugin |
| 87 | + id="jd.ide.eclipse.plugin" |
| 88 | + download-size="0" |
| 89 | + install-size="0" |
| 90 | + version="1.0.0" |
| 91 | + unpack="false"/> |
| 92 | + |
| 93 | +</feature> |
0 commit comments