Set `javacProjectSettings` where appropriate

In particular, per the corresponding Eclipse warning, "The
`javacProjectSettings` build entry should be set when there are
project specific compiler settings".
This commit is contained in:
Ben Liblit 2017-08-15 17:17:56 -05:00 committed by Manu Sridharan
parent 291c01b960
commit 48be35ddc2
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
javacProjectSettings = true