-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathfeature.xml
69 lines (52 loc) · 1.79 KB
/
feature.xml
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
69
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="io.sloeber.feature"
label="%featureName"
version="4.4.3.qualifier"
provider-name="%provider">
<description url="http://eclipse.baeyens.it">
%description
</description>
<copyright>
Copyright (c) 2011-2017 Jan Baeyens and others
All rights reserved by the owning parties.
Arduino -> The Arduino software is also open-source. The source code for the Java environment is released under the GPL and the C/C++ microcontroller libraries are under the LGPL.
Remaining code of AVR-eclipse AVR-eclipse-> see license-AVR.html
Eclipse -> see license-Eclipse.HTML
Boards code
Trump211
</copyright>
<license url="%licenseUrl">
Sloeber sends non personalised activity data (build/upload/open serial monitor/open plotter) to baeyens.it for statistical analysis of the plugin usage.
If you do not agree with this policy, please do not install this software.
</license>
<requires>
<import feature="org.eclipse.cdt" version="9.5.0" match="greaterOrEqual"/>
<import feature="org.eclipse.nebula.widgets.oscilloscope.feature" version="0.0.0" match="greaterOrEqual"/>
</requires>
<plugin
id="io.sloeber.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="io.sloeber.ui.nl1"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"/>
<plugin
id="io.sloeber.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="io.sloeber.core.nl1"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
</feature>