mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +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
|
||||
# Wind River Systems - adapted to use with DSF
|
||||
###############################################################################
|
||||
source.. = src/
|
||||
source.. = src/,\
|
||||
pdavm/src/
|
||||
output.. = bin/
|
||||
bin.includes = plugin.xml,\
|
||||
pdavm/,\
|
||||
|
@ -19,4 +20,5 @@ bin.includes = plugin.xml,\
|
|||
readme.html,\
|
||||
samples/
|
||||
src.includes = about.html,\
|
||||
src/
|
||||
src/,\
|
||||
pdavm/src/
|
||||
|
|
Loading…
Add table
Reference in a new issue