From b60204625f3ee83a80808b6ed94a8913eb0c69fa Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 8 Jun 2021 15:48:33 -0400 Subject: [PATCH] Bug 561343: org.eclipse.cdt.debug.gdbjtag has no source, so don't attach it org.eclipse.cdt.debug.gdbjtag in the root pom.xml is explictly excluded, but it seems that the local exclude is needed too: https://github.com/eclipse-cdt/cdt/blob/bc9ecdad17e4619db2e530f3220b97cc6ae5ca93/pom.xml#L739 Change-Id: Ib7489d8ac1feff5f5ec8542dfabdcba00b620ca7 --- jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml b/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml new file mode 100644 index 00000000000..acfe2ec7856 --- /dev/null +++ b/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml @@ -0,0 +1,47 @@ + + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 10.3.0-SNAPSHOT + ../../pom.xml + + + org.eclipse.cdt.debug.gdbjtag + eclipse-plugin + 7.0.600-SNAPSHOT + + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + none + + + attach-source + none + + + + + +