Rename package jet -> kotlin in bare-plugin

org.jetbrains.jet.plugin.bare -> org.jetbrains.kotlin.plugin.bare

Original commit: f58b151d58
This commit is contained in:
Alexander Udalov
2015-01-03 12:41:47 +03:00
parent d27f8f896f
commit d188aa147d
2 changed files with 3 additions and 3 deletions
@@ -16,7 +16,7 @@
<application-components>
<component>
<implementation-class>org.jetbrains.jet.plugin.bare.BareJpsPluginRegistrar</implementation-class>
<implementation-class>org.jetbrains.kotlin.plugin.bare.BareJpsPluginRegistrar</implementation-class>
</component>
</application-components>
</idea-plugin>
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2014 JetBrains s.r.o.
* Copyright 2010-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.jet.plugin.bare
package org.jetbrains.kotlin.plugin.bare
import com.intellij.compiler.server.CompileServerPlugin
import com.intellij.ide.plugins.IdeaPluginDescriptor