From a06ad70d0ad78c378305006ce96a33f984f6995f Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 18 Apr 2017 17:36:00 -0400 Subject: [PATCH] Bring back some pom.xml from features Those features have the exact same id and groupid than a plugin which throws off SonarQube with: "Two modules have the same id: 'org.eclipse.cdt:org.eclipse.cdt.util'. Each module must have a unique id." In the pom.xml, we can specify a different groupid which resolves the problem. Alternatively, the feature id could have been changed but that would break upgrades. Change-Id: Ib2912ad854a3af431b96f89a6ead1bcb6d06ba60 Signed-off-by: Marc-Andre Laperle --- .../pom.xml | 18 ++++++++++++++++++ .../pom.xml | 18 ++++++++++++++++++ debug/org.eclipse.cdt.gdb-feature/pom.xml | 18 ++++++++++++++++++ .../pom.xml | 18 ++++++++++++++++++ .../pom.xml | 18 ++++++++++++++++++ .../pom.xml | 18 ++++++++++++++++++ releng/org.eclipse.cdt.testing-feature/pom.xml | 17 +++++++++++++++++ util/org.eclipse.cdt.util-feature/pom.xml | 18 ++++++++++++++++++ 8 files changed, 143 insertions(+) create mode 100644 cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml create mode 100644 cross/org.eclipse.cdt.launch.remote-feature/pom.xml create mode 100644 debug/org.eclipse.cdt.gdb-feature/pom.xml create mode 100644 dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml create mode 100644 jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml create mode 100644 launch/org.eclipse.cdt.docker.launcher-feature/pom.xml create mode 100644 releng/org.eclipse.cdt.testing-feature/pom.xml create mode 100644 util/org.eclipse.cdt.util-feature/pom.xml diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml new file mode 100644 index 00000000000..5783a67330f --- /dev/null +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + 9.3.0-SNAPSHOT + org.eclipse.cdt.build.crossgcc + eclipse-feature + diff --git a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml new file mode 100644 index 00000000000..20be1fe60f6 --- /dev/null +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + 9.3.0-SNAPSHOT + org.eclipse.cdt.launch.remote + eclipse-feature + diff --git a/debug/org.eclipse.cdt.gdb-feature/pom.xml b/debug/org.eclipse.cdt.gdb-feature/pom.xml new file mode 100644 index 00000000000..b516866f687 --- /dev/null +++ b/debug/org.eclipse.cdt.gdb-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + org.eclipse.cdt.gdb + eclipse-feature + 9.3.0-SNAPSHOT + diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml new file mode 100644 index 00000000000..bf084f1b824 --- /dev/null +++ b/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + 9.3.0-SNAPSHOT + org.eclipse.cdt.examples.dsf + eclipse-feature + diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml new file mode 100644 index 00000000000..329c2972568 --- /dev/null +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + 9.3.0-SNAPSHOT + org.eclipse.cdt.debug.gdbjtag + eclipse-feature + diff --git a/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml b/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml new file mode 100644 index 00000000000..383976a61d8 --- /dev/null +++ b/launch/org.eclipse.cdt.docker.launcher-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + 9.3.0-SNAPSHOT + org.eclipse.cdt.docker.launcher + eclipse-feature + diff --git a/releng/org.eclipse.cdt.testing-feature/pom.xml b/releng/org.eclipse.cdt.testing-feature/pom.xml new file mode 100644 index 00000000000..a575016236e --- /dev/null +++ b/releng/org.eclipse.cdt.testing-feature/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + org.eclipse.cdt.testing + eclipse-feature + diff --git a/util/org.eclipse.cdt.util-feature/pom.xml b/util/org.eclipse.cdt.util-feature/pom.xml new file mode 100644 index 00000000000..b9757b81e60 --- /dev/null +++ b/util/org.eclipse.cdt.util-feature/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 9.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.features + 9.3.0-SNAPSHOT + org.eclipse.cdt.util + eclipse-feature +