Remove a default encoding setting that Eclipse considers unnecessary

Julian added this in a recent commit, but has told me that he does not
think it is necessary, and that I am free to remove it if it is
causing trouble.  Removing this does indeed fix one Eclipse error
diagnostic: "Default encoding (UTF-8) for library '.' should be
removed as the workspace does not specify an explicit encoding."
This commit is contained in:
Ben Liblit 2017-08-27 20:50:37 -05:00 committed by Manu Sridharan
parent 14ec60add8
commit ecd1ff72fe
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