mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
bundle openide pro updater
This commit is contained in:
@@ -11,4 +11,6 @@
|
|||||||
<icon svg="/openide.svg" svg-small="/openide_16.svg"/>
|
<icon svg="/openide.svg" svg-small="/openide_16.svg"/>
|
||||||
<icon-eap svg="/openide-eap.svg" svg-small="/openide-eap_16.svg"/>
|
<icon-eap svg="/openide-eap.svg" svg-small="/openide-eap_16.svg"/>
|
||||||
<names product="OpenIDE" fullname="OpenIDE" script="openide" motto="Capable and Ergonomic IDE for JVM"/>
|
<names product="OpenIDE" fullname="OpenIDE" script="openide" motto="Capable and Ergonomic IDE for JVM"/>
|
||||||
|
|
||||||
|
<essential-plugin>ru.openide.pro.updater</essential-plugin>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -30,7 +30,8 @@ object OpenIdePluginBundler {
|
|||||||
|
|
||||||
private val plugins = listOf(
|
private val plugins = listOf(
|
||||||
PluginInfo("com.haulmont.intellij.rupack", "ru_pack"),
|
PluginInfo("com.haulmont.intellij.rupack", "ru_pack"),
|
||||||
PluginInfo("com.haulmont.amplicode", "amplicode")
|
PluginInfo("com.haulmont.amplicode", "amplicode"),
|
||||||
|
PluginInfo("ru.openide.pro.updater", "updater")
|
||||||
)
|
)
|
||||||
|
|
||||||
fun getBundlePluginPaths(context: BuildContext): List<Path> {
|
fun getBundlePluginPaths(context: BuildContext): List<Path> {
|
||||||
|
|||||||
Reference in New Issue
Block a user