From 4073a8ce602dba0554db074824820176f808e278 Mon Sep 17 00:00:00 2001 From: Evgenii Ilichev Date: Thu, 27 Jun 2024 20:46:01 +0200 Subject: [PATCH] [IJPL-157311] inconsistent Bundle.properties files paths fix structure GitOrigin-RevId: 8ee35173c345822f7527239a7a9ca37656246c65 --- commandInterface/intellij.commandInterface.iml | 1 + .../messages}/CommandInterfaceBundle.properties | 0 .../src/com/intellij/commandInterface/CommandInterfaceBundle.kt | 2 +- commandInterface/src/intellij.commandInterface.xml | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename commandInterface/{src/com/intellij/commandInterface => resources/messages}/CommandInterfaceBundle.properties (100%) 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"/> -