remove GNOME plugin as it isn't actually used by anyone

This commit is contained in:
Hylke Bons 2012-11-10 21:59:54 +00:00
parent b73f422a99
commit 9e89a92ba7
3 changed files with 0 additions and 11 deletions

View file

@ -97,9 +97,6 @@ namespace SparkleLib.Git {
} else if (uri.Host.Equals ("bitbucket.org") && !uri.Scheme.StartsWith ("http")) {
// Nothing really
} else if (uri.Host.Equals ("gnome.org")) {
uri = new Uri ("ssh://git@gnome.org/git" + uri.AbsolutePath);
} else {
if (string.IsNullOrEmpty (uri.UserInfo) && !uri.Scheme.StartsWith ("http")) {
if (uri.Port == -1)

View file

@ -2,13 +2,11 @@ dist_plugins_DATA = \
bitbucket.xml \
github.xml \
gitorious.xml \
gnome.xml \
ssnet.xml \
own-server.xml \
github.png \
gitorious.png \
bitbucket.png \
gnome.png \
ssnet.png \
own-server.png

View file

@ -168,9 +168,6 @@
<Content Include="..\Common\Plugins\gitorious.xml">
<Link>Plugins\gitorious.xml</Link>
</Content>
<Content Include="..\Common\Plugins\gnome.xml">
<Link>Plugins\gnome.xml</Link>
</Content>
<Content Include="..\Common\Plugins\own-server.xml">
<Link>Plugins\own-server.xml</Link>
</Content>
@ -183,9 +180,6 @@
<Content Include="..\Common\Plugins\gitorious.png">
<Link>Plugins\gitorious.png</Link>
</Content>
<Content Include="..\Common\Plugins\gnome.png">
<Link>Plugins\gnome.png</Link>
</Content>
<Content Include="..\Common\Plugins\own-server.png">
<Link>Plugins\own-server.png</Link>
</Content>