-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathfeature.xml
More file actions
54 lines (45 loc) · 1.15 KB
/
feature.xml
File metadata and controls
54 lines (45 loc) · 1.15 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
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="tern-linters-feature"
label="%featureName"
version="0.9.0.qualifier"
provider-name="%featureProvider"
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="minimal-json"/>
</requires>
<plugin
id="tern.eclipse.ide.linter.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="tern.eclipse.ide.linter.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="tern.eclipse.ide.linter.jshint.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="tern.eclipse.ide.linter.jshint.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>