mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
debugging build
This commit is contained in:
parent
40ca6fdfdc
commit
d66436a895
2 changed files with 20 additions and 11 deletions
|
@ -5,6 +5,11 @@
|
||||||
<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>
|
||||||
|
|
|
@ -8,4 +8,8 @@ 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