The "lib" subdirectory contains no Java sources

This resolves one "'...' is not a source folder" 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 11:55:13 -06:00
parent 173209a7bb
commit 8b7a163110
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
compilers.p.build.source.library=0

View File

@ -9,6 +9,5 @@ bin.includes = META-INF/,\
lib/slf4j-api-1.7.2.jar
jars.compile.order = .
output.. = bin/
source.. = src/,\
lib/
source.. = src/