Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-25 11:12:45 +0000
committerMatthias Sohn2019-08-25 11:12:45 +0000
commit1d04171708684a890463d9e5d39f77bc4752836b (patch)
treedb734f19627d7be2b4469adc3fcacd7184914d31 /org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java
parent9fee37efeefc3aa0e13e1f6c447e3cb517ee51af (diff)
parent6f8368a9dbe8ba99f37dad7935490be37d07a346 (diff)
downloadegit-1d04171708684a890463d9e5d39f77bc4752836b.tar.gz
egit-1d04171708684a890463d9e5d39f77bc4752836b.tar.xz
egit-1d04171708684a890463d9e5d39f77bc4752836b.zip
Merge branch 'stable-5.4'
* stable-5.4: Prepare 5.4.3-SNAPSHOT builds EGit v5.4.2.201908231537-r Prepare 5.4.2-SNAPSHOT builds EGit v5.4.1.201908211225-r [releng] Update target platform & SystemReader to JGit changes Remove trailing blank in javadoc of Activator#logError Configure FS to determine FileStore attributes asynchronously Change-Id: I96b36275167e5b21fbb2891f1194e11523bd142f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java')
-rw-r--r--org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java b/org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java
index 3f96076b36..6805c47954 100644
--- a/org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java
+++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/Activator.java
@@ -213,6 +213,8 @@ public class Activator extends Plugin implements DebugOptionsListener {
super.start(context);
pluginId = context.getBundle().getSymbolicName();
+ FS.setAsyncFileStoreAttributes(true);
+
SystemReader.setInstance(
new EclipseSystemReader(SystemReader.getInstance()));

Back to the top