]> source.dussan.org Git - jgit.git/commit
Avoid warning "no explicit project encoding" 33/193733/1
authorMichael Keppler <Michael.Keppler@gmx.de>
Thu, 26 May 2022 21:17:44 +0000 (23:17 +0200)
committerMichael Keppler <Michael.Keppler@gmx.de>
Thu, 26 May 2022 21:17:44 +0000 (23:17 +0200)
commit814901bfce7828101a758f23681c7043d4c59053
treed8dfcb2c5608f129ea2eeacf135bb7aab672258d
parentca62b3447befebfdab8503807d6441839bceb47d
Avoid warning "no explicit project encoding"

Eclipse 2022-06 raises that warning for each project without explicit
encoding. We can avoid the warning by adding explicit project settings
for the otherwise implicit encoding.

There is no functional change, neither for users of Eclipse nor for
users of other IDEs or build tools.

Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Change-Id: I30a6f1369ef09bd445f5730628d01772db2ee7b3
org.eclipse.jgit.packaging/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.packaging/org.eclipse.jgit.target/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]