mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
Bug 264498 - [pda] The PDA Virtual Machine sources are not included in the Ant build.
This commit is contained in:
parent
75756374e3
commit
19380f6a63
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
# Wind River Systems - adapted to use with DSF
|
# Wind River Systems - adapted to use with DSF
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.. = src/
|
source.. = src/,\
|
||||||
|
pdavm/src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
pdavm/,\
|
pdavm/,\
|
||||||
|
@ -19,4 +20,5 @@ bin.includes = plugin.xml,\
|
||||||
readme.html,\
|
readme.html,\
|
||||||
samples/
|
samples/
|
||||||
src.includes = about.html,\
|
src.includes = about.html,\
|
||||||
src/
|
src/,\
|
||||||
|
pdavm/src/
|
||||||
|
|
Loading…
Add table
Reference in a new issue