mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Have to include src folder in binary build because it has test source code
This commit is contained in:
parent
a88cb349f8
commit
81d62c4f03
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
src/org/eclipse/cdt/codan/core/checkers/
|
src/,\
|
||||||
|
test.xml
|
||||||
jre.compilation.profile = J2SE-1.5
|
jre.compilation.profile = J2SE-1.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue