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:
@@ -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>
|
||||
|
||||
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user