Remove a default encoding setting that Eclipse considers unnecessary

Removing fixes one Eclipse error diagnostic: "Default encoding (UTF-8)
for library '.' should be removed as the workspace does not specify an
explicit encoding."

This reapplies the fox from ecd1ff72fe,
which was reverted (apparently unintentionally) as part of a larger
group of changes in 8d65788aef.
This commit is contained in:
Ben Liblit 2017-11-19 15:31:05 -06:00
parent 1d239dac52
commit 221a1a26ed
1 changed files with 0 additions and 1 deletions

View File

@ -11,4 +11,3 @@ javacProjectSettings = true
bin.excludes = dat/core-modules/.eslintrc,\
dat/core-modules/.gitignore,\
dat/core-modules/.gitkeep
javacDefaultEncoding.. = UTF-8