aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature
diff options
context:
space:
mode:
authorMichael Keppler <Michael.Keppler@gmx.de>2022-05-26 23:17:44 +0200
committerMichael Keppler <Michael.Keppler@gmx.de>2022-05-26 23:17:44 +0200
commit814901bfce7828101a758f23681c7043d4c59053 (patch)
treed8dfcb2c5608f129ea2eeacf135bb7aab672258d /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature
parentca62b3447befebfdab8503807d6441839bceb47d (diff)
downloadjgit-814901bfce7828101a758f23681c7043d4c59053.tar.gz
jgit-814901bfce7828101a758f23681c7043d4c59053.zip
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
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/.settings/org.eclipse.core.resources.prefs2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/.settings/org.eclipse.core.resources.prefs b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..99f26c0203
--- /dev/null
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8