mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
[264439] fix source build for 1.4 plugins with assert
This commit is contained in:
parent
b789a0fe24
commit
d866b0228c
1 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,9 @@ bin.includes = .,\
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = schema/,\
|
||||
README.txt,\
|
||||
about.html
|
||||
about.html,\
|
||||
.settings/,\
|
||||
build.properties
|
||||
javacSource=1.4
|
||||
javacTarget=1.4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue