-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature.xml
More file actions
34 lines (28 loc) · 760 Bytes
/
Copy pathfeature.xml
File metadata and controls
34 lines (28 loc) · 760 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="sandbox_encoding_quickfix_feature"
label="Sandbox encoding quickfix feature"
version="1.3.2.qualifier"
provider-name="sandbox">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="org.opentest4j"/>
<import plugin="sandbox_common_core"/>
<import plugin="sandbox_common"/>
<import plugin="org.junit"/>
</requires>
<plugin
id="sandbox_encoding_quickfix"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>