1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Have to include src folder in binary build because it has test source code

This commit is contained in:
Alena Laskavaia 2010-05-13 00:26:35 +00:00
parent a88cb349f8
commit 81d62c4f03

View file

@ -2,5 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
src/org/eclipse/cdt/codan/core/checkers/
src/,\
test.xml
jre.compilation.profile = J2SE-1.5