mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

fixed a problem where we were not terminating debug sessions. Also removed a bunch of unused stuff.
35 lines
996 B
XML
35 lines
996 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>org.eclipse.cdt.debug.ui.tests</name>
|
|
<comment></comment>
|
|
<projects>
|
|
<project>org.eclipse.cdt.core</project>
|
|
<project>org.eclipse.cdt.core.linux</project>
|
|
<project>org.eclipse.cdt.core.qnx</project>
|
|
<project>org.eclipse.cdt.core.solaris</project>
|
|
<project>org.eclipse.cdt.core.win32</project>
|
|
<project>org.eclipse.cdt.debug.core</project>
|
|
<project>org.eclipse.cdt.debug.mi.core</project>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.pde.ManifestBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.pde.SchemaBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
<nature>org.eclipse.pde.PluginNature</nature>
|
|
</natures>
|
|
</projectDescription>
|