-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature.xml
More file actions
executable file
·68 lines (59 loc) · 2.57 KB
/
feature.xml
File metadata and controls
executable file
·68 lines (59 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="br.ufma.deinf.laws.ncleclipse.feature"
label="NCL Eclipse"
version="1.5.0.qualifier"
provider-name="Laws and Telemidia Labs">
<description url="http://laws.deinf.ufma.br/ncleclipse/description">
This feature provides NCL Eclipse. NCL Eclipse is a plug-in to
support NCL development in Eclipse. NCL Eclipse can help authors
with autocomplete, marking error and many other facilities.
Additionally, this feature also provides the NCL Club integration
that helps the users browsing and downloading NCL applications
examples from the NCL Club repository.
</description>
<copyright url="http://laws.deinf.ufma.br/ncleclipse/copyright">
Copyright (C) 2007-2009, Laws - Laboratory of Advanced Web Systems
at UFMA (http://laws.deinf.ufma.br/)
</copyright>
<license url="http://laws.deinf.ufma.br/ncleclipse/license">
This program is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. You should have
received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
</license>
<url>
<discovery label="Galileo" url="http://download.eclipse.org/releases/galileo"/>
</url>
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.ui.editors"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.views"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.debug.ui"/>
<import plugin="org.eclipse.ui.console"/>
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.apache.xerces" version="2.9.0" match="greaterOrEqual"/>
</requires>
<plugin
id="br.ufma.deinf.laws.ncleclipse"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="br.ufma.deinf.laws.ncleclipse.club"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>