1
0
Fork 0
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:
Pawel Piech 2009-02-03 17:48:30 +00:00
parent 75756374e3
commit 19380f6a63

View file

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