mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 01:25: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>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||
<arguments>
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.xml,\
|
||||
about.html,\
|
||||
concepts/,\
|
||||
images/,\
|
||||
plugin.properties,\
|
||||
ref/,\
|
||||
tasks/,\
|
||||
book.css,\
|
||||
notices.html,\
|
||||
toc.xml
|
||||
bin.includes = META-INF/,\
|
||||
plugin.xml,\
|
||||
about.html,\
|
||||
concepts/,\
|
||||
images/,\
|
||||
plugin.properties,\
|
||||
ref/,\
|
||||
tasks/,\
|
||||
book.css,\
|
||||
notices.html,\
|
||||
.,\
|
||||
toc.xml
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
|
Loading…
Add table
Reference in a new issue