mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 14:45:57 +02:00
debugging build
This commit is contained in:
parent
d66436a895
commit
b732c952b3
3 changed files with 0 additions and 15 deletions
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry path="src" kind="src"/>
|
|
||||||
<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
|
|
||||||
<classpathentry path="bin" kind="output"/>
|
|
||||||
</classpath>
|
|
|
@ -5,11 +5,6 @@
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||||
<arguments>
|
<arguments>
|
||||||
|
@ -23,6 +18,5 @@
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.pde.PluginNature</nature>
|
<nature>org.eclipse.pde.PluginNature</nature>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
@ -8,8 +8,5 @@ bin.includes = META-INF/,\
|
||||||
tasks/,\
|
tasks/,\
|
||||||
book.css,\
|
book.css,\
|
||||||
notices.html,\
|
notices.html,\
|
||||||
.,\
|
|
||||||
toc.xml
|
toc.xml
|
||||||
source.. = src/
|
|
||||||
output.. = bin/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue