diff --git a/updater/intellij.platform.updater.iml b/updater/intellij.platform.updater.iml index 878da71854f9..e1c86b2bcff3 100644 --- a/updater/intellij.platform.updater.iml +++ b/updater/intellij.platform.updater.iml @@ -5,6 +5,7 @@ + diff --git a/updater/src/META-INF/MANIFEST.MF b/updater/resources/META-INF/MANIFEST.MF similarity index 100% rename from updater/src/META-INF/MANIFEST.MF rename to updater/resources/META-INF/MANIFEST.MF diff --git a/updater/src/messages/UpdaterBundle.properties b/updater/resources/messages/UpdaterBundle.properties similarity index 100% rename from updater/src/messages/UpdaterBundle.properties rename to updater/resources/messages/UpdaterBundle.properties diff --git a/updater/src/messages/UpdaterBundle_ja.properties b/updater/resources/messages/UpdaterBundle_ja.properties similarity index 100% rename from updater/src/messages/UpdaterBundle_ja.properties rename to updater/resources/messages/UpdaterBundle_ja.properties diff --git a/updater/src/messages/UpdaterBundle_ko.properties b/updater/resources/messages/UpdaterBundle_ko.properties similarity index 100% rename from updater/src/messages/UpdaterBundle_ko.properties rename to updater/resources/messages/UpdaterBundle_ko.properties diff --git a/updater/src/messages/UpdaterBundle_zh_CN.properties b/updater/resources/messages/UpdaterBundle_zh_CN.properties similarity index 100% rename from updater/src/messages/UpdaterBundle_zh_CN.properties rename to updater/resources/messages/UpdaterBundle_zh_CN.properties