move RuntimeBundle to messages package (IDEA-255142)

GitOrigin-RevId: f5d87f94f8715a591d35cfc182b2995b9520c584
This commit is contained in:
Anna Kozlova
2020-11-17 21:16:00 +01:00
committed by intellij-monorepo-bot
parent c0f7c524e4
commit c9ba8a117f
8 changed files with 8 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
<root url="file://$MODULE_DIR$/anno" />
</annotation-paths>
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />

View File

@@ -10,7 +10,7 @@ import java.util.ResourceBundle;
public class FormPreviewFrame {
private JComponent myComponent;
private static final ResourceBundle ourBundle = ResourceBundle.getBundle("RuntimeBundle");
private static final ResourceBundle ourBundle = ResourceBundle.getBundle("messages.RuntimeBundle");
// Note: this class should not be obfuscated