mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Upversion features for 9.3.2.
Change-Id: Icd5c6f7b0e79a2cc6204419889b336d1a708b051
This commit is contained in:
parent
fc7b2f781c
commit
89539450e0
45 changed files with 142 additions and 319 deletions
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.autotools"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%provider"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.cmake"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.gnu.build"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.build.crossgcc"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.build.crossgcc"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.build.crossgcc">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.build.crossgcc</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.launch.remote"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.launch.remote</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.debug.standalone"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.gdb"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.gdb"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.gdb">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<artifactId>org.eclipse.cdt.gdb</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.gnu.debug"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.gnu.dsf"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.gnu.multicorevisualizer"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.examples.dsf"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.examples.dsf"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.examples.dsf">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.examples.dsf</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.debug.gdbjtag"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.gdbjtag</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.docker.launcher"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%provider"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.docker.launcher</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.llvm.dsf.lldb"
|
||||
label="%featureName"
|
||||
version="1.0.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.managedbuilder.llvm"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.managedbuilder.llvm.ui"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.managedbuilder.llvm.ui">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.core.lrparser.feature"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.core.lrparser"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.core.lrparser">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.core.lrparser.sdk"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.core.lrparser.source"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.core.lrparser.source">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.debug.ui.memory"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.qt"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<artifactId>org.eclipse.cdt</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.native"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.platform"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.sdk"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<artifactId>org.eclipse.cdt.sdk</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.testing"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<artifactId>org.eclipse.cdt.testing</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.remote"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%featureVendor"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.testsrunner.feature"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.arduino"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.arduino.ui"
|
||||
license-feature="org.eclipse.license"
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.bupc"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.managedbuilder.bupc.ui"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.managedbuilder.bupc.ui">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.core.parser.upc.feature"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.core.parser.upc"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.core.parser.upc">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.core.parser.upc.sdk"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.core.parser.upc.source"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.core.parser.upc.source">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.util"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.util"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.util">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>9.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.util</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.visualizer"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.msw"
|
||||
label="C/C++ Visual C++ Support"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="Eclipse CDT"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.xlc.feature"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.managedbuilder.xlc.core"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0"
|
||||
plugin="org.eclipse.cdt.managedbuilder.xlc.core">
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.cdt.xlc.sdk"
|
||||
label="%featureName"
|
||||
version="9.3.0.qualifier"
|
||||
version="9.3.2.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
|
Loading…
Add table
Reference in a new issue