github: remove GithubSslSupport from plugin.xml

class war removed some time ago
This commit is contained in:
Aleksey Pivovarov
2014-09-23 19:58:38 +04:00
parent 1f7975ae7d
commit 08eedee251
-3
View File
@@ -28,9 +28,6 @@
<vcsAnnotationGutterActionProvider implementation="org.jetbrains.plugins.github.extensions.GithubAnnotationGutterActionProvider" />
<checkoutCompletedListener implementation="org.jetbrains.plugins.github.extensions.GithubCheckoutListener" order="after PlatformProjectCheckoutListener"/>
<vcsConfigurableProvider implementation="org.jetbrains.plugins.github.ui.GithubSettingsConfigurable"/>
<applicationService serviceInterface="org.jetbrains.plugins.github.util.GithubSslSupport"
serviceImplementation="org.jetbrains.plugins.github.util.GithubSslSupport"/>
</extensions>
<extensions defaultExtensionNs="Git4Idea">