Eclipse wants "META-INF/" to be included in "bin.includes"

Other subdirectories' "build.properties" generally seem to include this
already, so who am I to argue?

This resolves one "An entry for META-INF/ is required in bin.includes"
Eclipse warning.

Also update the project configuration to treat this warning as an
error.  This should discourage commits that create new instances of
this sort of problem in the future.
This commit is contained in:
Ben Liblit 2016-11-06 12:10:24 -06:00
parent 4080e49a5a
commit 173209a7bb
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
compilers.p.build.bin.includes=0

View File

@ -1 +1,2 @@
bin.includes = examples-src/
bin.includes = examples-src/,\
META-INF/