Make the Eclipse plugin resource locking more friendly
commit33e9506f58a7a5876e89caa1c41c52db6c834bd6
authorRob Clevenger <r...@google.com>
Wed, 11 Feb 2009 23:35:07 +0000 (11 15:35 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 18 Feb 2009 21:22:38 +0000 (18 22:22 +0100)
tree4854fa3d019a7715e22f3a6b4e11c7fd0126d33f
parent6b5558e9249ba0c11bcbbfe7922fa976c91a4be8
Make the Eclipse plugin resource locking more friendly

Using the default rule factory instead of the pessimistic one
makes it less likely that the UI will freeze in a modal dialog
while Eclipse goes off and does builds.

Signed-off-by: Rob Clevenger <r...@google.com>
Signed-off-by: Shawn O. Pearce <sop@google.com>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.core/src/org/spearce/egit/core/GitProvider.java