Github: move provider class from ui package

This commit is contained in:
Aleksey Pivovarov
2013-07-26 16:43:54 +04:00
parent 37d940ad00
commit fd743b1582
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<checkoutProvider implementation="org.jetbrains.plugins.github.GithubCheckoutProvider"/>
<applicationService serviceInterface="org.jetbrains.plugins.github.GithubSettings"
serviceImplementation="org.jetbrains.plugins.github.GithubSettings"/>
<vcsAnnotationGutterActionProvider implementation="org.jetbrains.plugins.github.ui.GithubAnnotationGutterActionProvider" />
<vcsAnnotationGutterActionProvider implementation="org.jetbrains.plugins.github.GithubAnnotationGutterActionProvider" />
<checkoutCompletedListener implementation="org.jetbrains.plugins.github.GithubCheckoutListener" order="after PlatformProjectCheckoutListener"/>
<vcsConfigurableProvider implementation="org.jetbrains.plugins.github.ui.GitHubSettingsConfigurable"/>
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jetbrains.plugins.github.ui;
package org.jetbrains.plugins.github;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.vcs.annotate.AnnotationGutterActionProvider;