mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[264439] fix source build for 1.4 plugins with assert
This commit is contained in:
parent
b19524c721
commit
790bd4289e
3 changed files with 10 additions and 4 deletions
|
@ -20,4 +20,6 @@ output.. = bin/
|
|||
javacSource=1.4
|
||||
javacTarget=1.4
|
||||
src.includes = about.html,\
|
||||
schema/
|
||||
schema/,\
|
||||
.settings/,\
|
||||
build.properties
|
||||
|
|
|
@ -25,4 +25,7 @@ source.. = model/,\
|
|||
javacSource=1.4
|
||||
javacTarget=1.4
|
||||
src.includes = about.html,\
|
||||
schema/
|
||||
schema/,\
|
||||
.settings/,\
|
||||
.options,\
|
||||
build.properties
|
||||
|
|
|
@ -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