mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Launch should not be visible to the user.
This commit is contained in:
parent
bff2486202
commit
391048a4f0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<launchConfigurationType
|
<launchConfigurationType
|
||||||
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
|
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
|
||||||
delegate="org.eclipse.dd.tests.gdb.launching.TestLaunchDelegate"
|
delegate="org.eclipse.dd.tests.gdb.launching.TestLaunchDelegate"
|
||||||
public="true"
|
public="false"
|
||||||
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"
|
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"
|
||||||
name="DSF JUnit Test Application"
|
name="DSF JUnit Test Application"
|
||||||
id="org.eclipse.dd.tests.gdb.TestLaunch"
|
id="org.eclipse.dd.tests.gdb.TestLaunch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue