Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weber2021-06-28 18:01:21 +0000
committerMartin Weber2021-06-28 18:26:19 +0000
commitef5f7c9d977b7f414132929d649cadbc82406999 (patch)
treead9e260d7bc932c45a0cffd5ca083465f10c7bcf
parentf9ce4f03e3de8538b5e09317dd79d1595e0255ea (diff)
downloadorg.eclipse.cdt-ef5f7c9d977b7f414132929d649cadbc82406999.tar.gz
org.eclipse.cdt-ef5f7c9d977b7f414132929d649cadbc82406999.tar.xz
org.eclipse.cdt-ef5f7c9d977b7f414132929d649cadbc82406999.zip
project setup: remove unnecessary maven nature
Change-Id: Ie0ccf12cfc7764170f2138ed2538876a4b3e3ba7 Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
-rw-r--r--cmake/org.eclipse.cdt.cmake.core.tests/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.arm.tests/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.arm/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.arm/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.arm/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core.doc/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core.doc/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core.tests/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core.ui/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core.ui/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core.ui/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.core/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.hpenonstop.tests/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.hpenonstop/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.hpenonstop/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.hpenonstop/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.intel/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.intel/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.intel/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.microsoft.tests/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.microsoft/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.microsoft/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.microsoft/pom.xml2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.nvidia.tests/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.nvidia/.project6
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.nvidia/META-INF/MANIFEST.MF2
-rw-r--r--cmake/org.eclipse.cdt.cmake.is.nvidia/pom.xml2
29 files changed, 16 insertions, 94 deletions
diff --git a/cmake/org.eclipse.cdt.cmake.core.tests/.project b/cmake/org.eclipse.cdt.cmake.core.tests/.project
index cbd7d2859b7..d87b0546a8d 100644
--- a/cmake/org.eclipse.cdt.cmake.core.tests/.project
+++ b/cmake/org.eclipse.cdt.cmake.core.tests/.project
@@ -20,14 +20,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/cmake/org.eclipse.cdt.cmake.is.arm.tests/.project b/cmake/org.eclipse.cdt.cmake.is.arm.tests/.project
index 8f33a956e4c..459bb6ad962 100644
--- a/cmake/org.eclipse.cdt.cmake.is.arm.tests/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.arm.tests/.project
@@ -15,14 +15,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/cmake/org.eclipse.cdt.cmake.is.arm/.project b/cmake/org.eclipse.cdt.cmake.is.arm/.project
index 548d282454f..9572c025cbe 100644
--- a/cmake/org.eclipse.cdt.cmake.is.arm/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.arm/.project
@@ -16,18 +16,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
diff --git a/cmake/org.eclipse.cdt.cmake.is.arm/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.arm/META-INF/MANIFEST.MF
index 8ee2d560d28..7ced5d2719c 100644
--- a/cmake/org.eclipse.cdt.cmake.is.arm/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.arm/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.arm;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.arm/pom.xml b/cmake/org.eclipse.cdt.cmake.is.arm/pom.xml
index 1752bf7c0b7..f37ec555287 100644
--- a/cmake/org.eclipse.cdt.cmake.is.arm/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.arm/pom.xml
@@ -22,7 +22,7 @@
<artifactId>org.eclipse.cdt.cmake.is.arm</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.core.doc/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.core.doc/META-INF/MANIFEST.MF
index 825cdbc06e6..b4611807ad4 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core.doc/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.core.doc/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %bundleName
Bundle-Description: %Bundle-Description
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.core.doc;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.core.doc/pom.xml b/cmake/org.eclipse.cdt.cmake.is.core.doc/pom.xml
index 4e08f303288..3d0e94dcb02 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core.doc/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.core.doc/pom.xml
@@ -22,6 +22,6 @@
<artifactId>org.eclipse.cdt.cmake.is.core.doc</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.core.tests/.project b/cmake/org.eclipse.cdt.cmake.is.core.tests/.project
index 0d043af0064..ad229462988 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core.tests/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.core.tests/.project
@@ -20,14 +20,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/cmake/org.eclipse.cdt.cmake.is.core.ui/.project b/cmake/org.eclipse.cdt.cmake.is.core.ui/.project
index 4180da83eba..2c0683751c2 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core.ui/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.core.ui/.project
@@ -21,11 +21,6 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
@@ -34,7 +29,6 @@
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/cmake/org.eclipse.cdt.cmake.is.core.ui/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.core.ui/META-INF/MANIFEST.MF
index 664076656b1..109f7303f61 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core.ui/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.core.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.core.ui;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
diff --git a/cmake/org.eclipse.cdt.cmake.is.core.ui/pom.xml b/cmake/org.eclipse.cdt.cmake.is.core.ui/pom.xml
index 3a710c6097b..2366d09430b 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core.ui/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.core.ui/pom.xml
@@ -22,6 +22,6 @@
<artifactId>org.eclipse.cdt.cmake.is.core.ui</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.core/.project b/cmake/org.eclipse.cdt.cmake.is.core/.project
index 7db3a3a74bd..d9a1d0797e4 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.core/.project
@@ -21,11 +21,6 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.ds.core.builder</name>
<arguments>
</arguments>
@@ -37,7 +32,6 @@
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
diff --git a/cmake/org.eclipse.cdt.cmake.is.core/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.core/META-INF/MANIFEST.MF
index 600113344f5..6a6c0e3ab38 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.core/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %bundleName
Bundle-Description: %bundleDescription
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.core;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.core/pom.xml b/cmake/org.eclipse.cdt.cmake.is.core/pom.xml
index 38f8d614873..2dd95d77dd4 100644
--- a/cmake/org.eclipse.cdt.cmake.is.core/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.core/pom.xml
@@ -22,6 +22,6 @@
<artifactId>org.eclipse.cdt.cmake.is.core</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.200-SNAPSHOT</version>
+ <version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.hpenonstop.tests/.project b/cmake/org.eclipse.cdt.cmake.is.hpenonstop.tests/.project
index 1d203e2944b..d1914c91bdc 100644
--- a/cmake/org.eclipse.cdt.cmake.is.hpenonstop.tests/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.hpenonstop.tests/.project
@@ -15,14 +15,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/cmake/org.eclipse.cdt.cmake.is.hpenonstop/.project b/cmake/org.eclipse.cdt.cmake.is.hpenonstop/.project
index 96789c9bd69..1434de839a7 100644
--- a/cmake/org.eclipse.cdt.cmake.is.hpenonstop/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.hpenonstop/.project
@@ -16,18 +16,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
diff --git a/cmake/org.eclipse.cdt.cmake.is.hpenonstop/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.hpenonstop/META-INF/MANIFEST.MF
index b5d3e42aaf4..50a2ea2a61c 100644
--- a/cmake/org.eclipse.cdt.cmake.is.hpenonstop/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.hpenonstop/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.hpenonstop;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.hpenonstop/pom.xml b/cmake/org.eclipse.cdt.cmake.is.hpenonstop/pom.xml
index 407d6cae6f5..66907edc3f2 100644
--- a/cmake/org.eclipse.cdt.cmake.is.hpenonstop/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.hpenonstop/pom.xml
@@ -22,7 +22,7 @@
<artifactId>org.eclipse.cdt.cmake.is.hpenonstop</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.intel/.project b/cmake/org.eclipse.cdt.cmake.is.intel/.project
index b7dc9b901a1..ca25c2a3f4b 100644
--- a/cmake/org.eclipse.cdt.cmake.is.intel/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.intel/.project
@@ -16,18 +16,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
diff --git a/cmake/org.eclipse.cdt.cmake.is.intel/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.intel/META-INF/MANIFEST.MF
index c27cabb54c7..b9de64085f7 100644
--- a/cmake/org.eclipse.cdt.cmake.is.intel/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.intel/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.intel;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.intel/pom.xml b/cmake/org.eclipse.cdt.cmake.is.intel/pom.xml
index a6ab4f334b5..1108f9bde8d 100644
--- a/cmake/org.eclipse.cdt.cmake.is.intel/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.intel/pom.xml
@@ -22,7 +22,7 @@
<artifactId>org.eclipse.cdt.cmake.is.intel</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.microsoft.tests/.project b/cmake/org.eclipse.cdt.cmake.is.microsoft.tests/.project
index 8708a1199b0..bdea848c107 100644
--- a/cmake/org.eclipse.cdt.cmake.is.microsoft.tests/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.microsoft.tests/.project
@@ -15,14 +15,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/cmake/org.eclipse.cdt.cmake.is.microsoft/.project b/cmake/org.eclipse.cdt.cmake.is.microsoft/.project
index a372dc0b1cb..46f83e36923 100644
--- a/cmake/org.eclipse.cdt.cmake.is.microsoft/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.microsoft/.project
@@ -16,18 +16,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
diff --git a/cmake/org.eclipse.cdt.cmake.is.microsoft/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.microsoft/META-INF/MANIFEST.MF
index c5582553376..ddba32584eb 100644
--- a/cmake/org.eclipse.cdt.cmake.is.microsoft/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.microsoft/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.microsoft;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.microsoft/pom.xml b/cmake/org.eclipse.cdt.cmake.is.microsoft/pom.xml
index 8cba29cf9e8..4b1a591a1fb 100644
--- a/cmake/org.eclipse.cdt.cmake.is.microsoft/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.microsoft/pom.xml
@@ -22,7 +22,7 @@
<artifactId>org.eclipse.cdt.cmake.is.microsoft</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/cmake/org.eclipse.cdt.cmake.is.nvidia.tests/.project b/cmake/org.eclipse.cdt.cmake.is.nvidia.tests/.project
index f9057094d65..6b54c75e837 100644
--- a/cmake/org.eclipse.cdt.cmake.is.nvidia.tests/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.nvidia.tests/.project
@@ -15,14 +15,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
diff --git a/cmake/org.eclipse.cdt.cmake.is.nvidia/.project b/cmake/org.eclipse.cdt.cmake.is.nvidia/.project
index 0cf6461ccc5..577ca14c7e0 100644
--- a/cmake/org.eclipse.cdt.cmake.is.nvidia/.project
+++ b/cmake/org.eclipse.cdt.cmake.is.nvidia/.project
@@ -16,18 +16,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
diff --git a/cmake/org.eclipse.cdt.cmake.is.nvidia/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.is.nvidia/META-INF/MANIFEST.MF
index b0a57a4a6d4..d0c949a1aac 100644
--- a/cmake/org.eclipse.cdt.cmake.is.nvidia/META-INF/MANIFEST.MF
+++ b/cmake/org.eclipse.cdt.cmake.is.nvidia/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.nvidia;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/cmake/org.eclipse.cdt.cmake.is.nvidia/pom.xml b/cmake/org.eclipse.cdt.cmake.is.nvidia/pom.xml
index 901412a3826..9f35113a173 100644
--- a/cmake/org.eclipse.cdt.cmake.is.nvidia/pom.xml
+++ b/cmake/org.eclipse.cdt.cmake.is.nvidia/pom.xml
@@ -22,7 +22,7 @@
<artifactId>org.eclipse.cdt.cmake.is.nvidia</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top