forked from eclipse-eclemma/eclemma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature.xml
More file actions
54 lines (45 loc) · 1.51 KB
/
feature.xml
File metadata and controls
54 lines (45 loc) · 1.51 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="org.eclipse.eclemma.feature"
label="%featureName"
version="3.1.12.qualifier"
provider-name="%providerName"
plugin="org.eclipse.eclemma.ui"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description url="http://www.eclemma.org/">
Java code coverage analysis for the Eclipse IDE based on the JaCoCo code coverage library ( http://www.jacoco.org/jacoco )
</description>
<copyright url="http://www.eclemma.org/">
Copyright (c) 2006, 2020 Mountainminds GmbH & Co. KG and Contributors
</copyright>
<license url="%licenseURL">
%license
</license>
<url>
<update label="EclEmma Updates" url="http://update.eclemma.org/"/>
</url>
<requires>
<import feature="org.eclipse.jdt" version="3.8.0" match="greaterOrEqual"/>
<import feature="org.eclipse.rcp" version="3.8.0" match="greaterOrEqual"/>
<import feature="org.eclipse.platform" version="3.8.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.eclipse.eclemma.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.eclemma.doc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.eclemma.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>