1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Bug 570018: Run tests with the conflicting gdbjtag launch config

Change-Id: I4a84b8da30074656cf6678de682af2725bde1f59
This commit is contained in:
Jonah Graham 2021-01-04 21:47:32 -05:00
parent f6d1132d8e
commit 8698d6ce9b

View file

@ -76,6 +76,12 @@
<id>org.eclipse.cdt</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<!-- Include the DAP bundle to test for any conflicts with it as both may be present in a user install. -->
<type>p2-installable-unit</type>
<id>org.eclipse.cdt.debug.dap.gdbjtag</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>