mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +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:
parent
bd126554e6
commit
c9d2f482d6
3 changed files with 2 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.native"
|
id="org.eclipse.cdt.native"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="9.2.1.qualifier"
|
version="9.2.2.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="0.0.0">
|
license-feature-version="0.0.0">
|
||||||
|
|
|
@ -13,5 +13,6 @@
|
||||||
|
|
||||||
<groupId>org.eclipse.cdt.features</groupId>
|
<groupId>org.eclipse.cdt.features</groupId>
|
||||||
<artifactId>org.eclipse.cdt.native</artifactId>
|
<artifactId>org.eclipse.cdt.native</artifactId>
|
||||||
|
<version>9.2.2-SNAPSHOT</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -149,11 +149,4 @@
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
|
||||||
id="org.eclipse.cdt.native.serial"
|
|
||||||
download-size="0"
|
|
||||||
install-size="0"
|
|
||||||
version="0.0.0"
|
|
||||||
unpack="false"/>
|
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue