OSDN Git Service

change whitespace chars
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3       id="jp.sourceforge.moreemacs.feature"
4       label="More Emacs"
5       version="2.0.0.qualifier"
6       provider-name="quiver2k"
7       plugin="jp.sourceforge.moreemacs">
8
9    <description url="http://moreemacs.sourceforge.jp/">
10       More Emacs Plugin
11    </description>
12
13    <copyright>
14       Copyright (c) 2009, quiver2k
15 All rights reserved.
16    </copyright>
17
18    <license>
19       Copyright (c) 2009, quiver2k
20 All rights reserved.
21
22 Redistribution and use in source and binary forms, with or without
23 modification, are permitted provided that the following conditions are met:
24
25   * Redistributions of source code must retain the above copyright notice,
26     this list of conditions and the following disclaimer.
27   * Redistributions in binary form must reproduce the above copyright notice,
28     this list of conditions and the following disclaimer in the documentation
29     and/or other materials provided with the distribution.
30   * Neither the name of the authors nor the names of its contributors may be
31     used to endorse or promote products derived from this software without
32     specific prior written permission.
33
34 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;
35 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
38 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44 POSSIBILITY OF SUCH DAMAGE.
45    </license>
46
47    <url>
48       <update label="More Emacs" url="http://moreemacs.sourceforge.jp/update-site"/>
49    </url>
50
51    <requires>
52       <import plugin="org.eclipse.ui"/>
53       <import plugin="org.eclipse.core.runtime"/>
54       <import plugin="org.eclipse.ui.editors" version="3.4.0" match="greaterOrEqual"/>
55       <import plugin="com.ibm.icu" version="3.8.1" match="greaterOrEqual"/>
56       <import plugin="org.eclipse.jface.text" version="3.4.2" match="greaterOrEqual"/>
57    </requires>
58
59    <plugin
60          id="jp.sourceforge.moreemacs"
61          download-size="0"
62          install-size="0"
63          version="0.0.0"
64          unpack="false"/>
65
66 </feature>