1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

[264439] fix source build for 1.4 plugins with assert

This commit is contained in:
Martin Oberhuber 2009-02-10 23:09:12 +00:00
parent b19524c721
commit 790bd4289e
3 changed files with 10 additions and 4 deletions

View file

@ -20,4 +20,6 @@ output.. = bin/
javacSource=1.4
javacTarget=1.4
src.includes = about.html,\
schema/
schema/,\
.settings/,\
build.properties

View file

@ -25,4 +25,7 @@ source.. = model/,\
javacSource=1.4
javacTarget=1.4
src.includes = about.html,\
schema/
schema/,\
.settings/,\
.options,\
build.properties

View file

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