|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <feature
|
3 | 3 | id="it.baeyens.arduino.feature"
|
4 |
| - label="Arduino eclipse extensions" |
| 4 | + label="Arduino Eclipse Extensions" |
5 | 5 | version="2.2.0.qualifier"
|
6 |
| - provider-name="jan Baeyens"> |
| 6 | + provider-name="Jan Baeyens"> |
7 | 7 |
|
8 | 8 | <description url="http://www.example.com/description">
|
9 | 9 | This feature allows easy creation of Arduino projects in an Eclipse
|
@@ -135,15 +135,7 @@ If you do not agree with this policy, then please do not install this software.
|
135 | 135 | </url>
|
136 | 136 |
|
137 | 137 | <requires>
|
138 |
| - <import plugin="org.eclipse.ui" version="3.7.0" match="greaterOrEqual"/> |
139 |
| - <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/> |
140 |
| - <import plugin="org.eclipse.cdt.core" version="5.3.0" match="greaterOrEqual"/> |
141 |
| - <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/> |
142 |
| - <import plugin="org.eclipse.ui.ide" version="3.7.0" match="greaterOrEqual"/> |
143 |
| - <import plugin="org.eclipse.ui.navigator"/> |
144 |
| - <import plugin="org.eclipse.cdt.managedbuilder.core" version="8.0.0" match="greaterOrEqual"/> |
145 |
| - <import plugin="org.eclipse.core.filesystem" version="1.3.100" match="greaterOrEqual"/> |
146 |
| - <import plugin="org.eclipse.ui.console"/> |
| 138 | + <import feature="org.eclipse.cdt" version="8.0.0" match="greaterOrEqual"/> |
147 | 139 | </requires>
|
148 | 140 |
|
149 | 141 | <plugin
|
@@ -174,4 +166,11 @@ If you do not agree with this policy, then please do not install this software.
|
174 | 166 | version="0.0.0"
|
175 | 167 | fragment="true"/>
|
176 | 168 |
|
| 169 | + <plugin |
| 170 | + id="it.baeyens.arduino.application" |
| 171 | + download-size="0" |
| 172 | + install-size="0" |
| 173 | + version="0.0.0" |
| 174 | + unpack="false"/> |
| 175 | + |
177 | 176 | </feature>
|
0 commit comments