diff --git a/commandInterface/intellij.commandInterface.iml b/commandInterface/intellij.commandInterface.iml index a69fefeae783..1fd95a84a865 100644 --- a/commandInterface/intellij.commandInterface.iml +++ b/commandInterface/intellij.commandInterface.iml @@ -5,6 +5,7 @@ + diff --git a/commandInterface/src/com/intellij/commandInterface/CommandInterfaceBundle.properties b/commandInterface/resources/messages/CommandInterfaceBundle.properties similarity index 100% rename from commandInterface/src/com/intellij/commandInterface/CommandInterfaceBundle.properties rename to commandInterface/resources/messages/CommandInterfaceBundle.properties diff --git a/commandInterface/src/com/intellij/commandInterface/CommandInterfaceBundle.kt b/commandInterface/src/com/intellij/commandInterface/CommandInterfaceBundle.kt index d7897a7406df..d9b8733780be 100644 --- a/commandInterface/src/com/intellij/commandInterface/CommandInterfaceBundle.kt +++ b/commandInterface/src/com/intellij/commandInterface/CommandInterfaceBundle.kt @@ -7,7 +7,7 @@ import org.jetbrains.annotations.NonNls import org.jetbrains.annotations.PropertyKey import java.util.function.Supplier -private const val BUNDLE: @NonNls String = "com.intellij.commandInterface.CommandInterfaceBundle" +private const val BUNDLE: @NonNls String = "messages.CommandInterfaceBundle" internal object CommandInterfaceBundle : DynamicBundle(BUNDLE) { diff --git a/commandInterface/src/intellij.commandInterface.xml b/commandInterface/src/intellij.commandInterface.xml index 515cdb7f9dc7..e8afc95bea2c 100644 --- a/commandInterface/src/intellij.commandInterface.xml +++ b/commandInterface/src/intellij.commandInterface.xml @@ -16,7 +16,7 @@ implementation="com.intellij.commandInterface.commandLine.CommandLineReferenceContributor"/> -