Rename package jet -> kotlin in kotlin-android-plugin

org.jetbrains.jet.android -> org.jetbrains.kotlin.android
This commit is contained in:
Alexander Udalov
2015-01-03 16:07:47 +03:00
parent 1bf3ca2e26
commit c1bc4e0c46
5 changed files with 9 additions and 9 deletions
@@ -1 +1 @@
org.jetbrains.jet.android.KotlinOutputParser org.jetbrains.kotlin.android.KotlinOutputParser
@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.jetbrains.jet.android package org.jetbrains.kotlin.android
import com.android.tools.idea.gradle.output.GradleMessage import com.android.tools.idea.gradle.output.GradleMessage
import com.android.tools.idea.gradle.output.parser.OutputLineReader import com.android.tools.idea.gradle.output.parser.OutputLineReader
@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.jetbrains.jet.android.navigation; package org.jetbrains.kotlin.android.navigation;
import com.android.resources.ResourceType; import com.android.resources.ResourceType;
import com.intellij.codeInsight.navigation.actions.GotoDeclarationHandler; import com.intellij.codeInsight.navigation.actions.GotoDeclarationHandler;
@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.jetbrains.jet.android.navigation package org.jetbrains.kotlin.android.navigation
import org.jetbrains.android.util.AndroidResourceUtil import org.jetbrains.android.util.AndroidResourceUtil
import com.intellij.psi.PsiElement import com.intellij.psi.PsiElement
+2 -2
View File
@@ -1,5 +1,5 @@
<idea-plugin> <idea-plugin>
<extensions defaultExtensionNs="com.intellij"> <extensions defaultExtensionNs="com.intellij">
<gotoDeclarationHandler implementation="org.jetbrains.jet.android.navigation.KotlinAndroidGotoDeclarationHandler"/> <gotoDeclarationHandler implementation="org.jetbrains.kotlin.android.navigation.KotlinAndroidGotoDeclarationHandler"/>
</extensions> </extensions>
</idea-plugin> </idea-plugin>