1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 09:35:23 +02:00

debugging build

This commit is contained in:
David Dykstal 2006-06-20 15:54:39 +00:00
parent 40ca6fdfdc
commit d66436a895
2 changed files with 20 additions and 11 deletions

View file

@ -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>

View file

@ -1,11 +1,15 @@
bin.includes = META-INF/,\ bin.includes = META-INF/,\
plugin.xml,\ plugin.xml,\
about.html,\ about.html,\
concepts/,\ concepts/,\
images/,\ images/,\
plugin.properties,\ plugin.properties,\
ref/,\ ref/,\
tasks/,\ tasks/,\
book.css,\ book.css,\
notices.html,\ notices.html,\
toc.xml .,\
toc.xml
source.. = src/
output.. = bin/