Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-18 22:59:01 +0000
committerMatthias Sohn2010-09-18 22:59:01 +0000
commitcb79143cb96f140859629dc0eb1ff1ef9c9e5036 (patch)
tree08a98c35f4b83e090dd4e89752ef894918abae1d /org.eclipse.egit.ui/plugin.xml
parent71076822f9f2841b2ed0ebb8c75c148ea2692299 (diff)
downloadegit-cb79143cb96f140859629dc0eb1ff1ef9c9e5036.tar.gz
egit-cb79143cb96f140859629dc0eb1ff1ef9c9e5036.tar.xz
egit-cb79143cb96f140859629dc0eb1ff1ef9c9e5036.zip
Rename PropertyTester to not hide base class
Change-Id: Ia801dda81d9bd055e9dd264e1291899ae7cd59ff Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 97f4baa228..32ae92d9e0 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -1720,7 +1720,7 @@
<extension
point="org.eclipse.core.expressions.propertyTesters">
<propertyTester
- class="org.eclipse.egit.ui.internal.repository.tree.PropertyTester"
+ class="org.eclipse.egit.ui.internal.repository.tree.RepositoriesViewPropertyTester"
id="org.eclipse.egit.ui.RepositoryTester"
namespace="GitRepository"
properties="isBare,isRefCheckedOut,isLocalBranch,fetchExists,pushExists,canMerge"

Back to the top