Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 1d0961cadd..a2878e9491 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -2762,10 +2762,10 @@
<and>
<adapt
type="org.eclipse.core.resources.IProject">
+ <test
+ property="GitResource.isShared">
+ </test>
</adapt>
- <test
- property="GitResource.isShared">
- </test>
</and>
</iterate>
</and>

Back to the top