1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-17 13:15:44 +02:00

Upversion the native feature and move the dup serial plugin out.

The serial plugin shows up in both the platform and native features.
It should only be in the native feature since the platform feature
includes it already.

Change-Id: I8150e72dcd76759f2b90e3b14421d5d670f7f513
This commit is contained in:
Doug Schaefer 2017-04-04 16:32:56 -04:00
parent bd126554e6
commit c9d2f482d6
3 changed files with 2 additions and 8 deletions

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.native"
label="%featureName"
version="9.2.1.qualifier"
version="9.2.2.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

View file

@ -13,5 +13,6 @@
<groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.native</artifactId>
<version>9.2.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -149,11 +149,4 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.native.serial"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>