mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-53226 cleanup
GitOrigin-RevId: 9a55589e407dc19405fae480db2532c9b581beb3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6a5b1f449d
commit
d1ca1a5530
+1
-3
@@ -17,10 +17,8 @@ class PythonCommunityPluginModules {
|
||||
"intellij.python.pydev",
|
||||
"intellij.python.community.impl",
|
||||
]
|
||||
public static String PYTHON_COMMUNITY_PLUGIN_MODULE = "intellij.python.community.plugin"
|
||||
|
||||
static PluginLayout pythonCommunityPluginLayout(@DelegatesTo(PluginLayout.PluginLayoutSpec) Closure body = {}) {
|
||||
pythonPlugin(PYTHON_COMMUNITY_PLUGIN_MODULE, "python-ce", COMMUNITY_MODULES) {
|
||||
pythonPlugin("intellij.python.community.plugin", "python-ce", COMMUNITY_MODULES) {
|
||||
withProjectLibrary("markdown4j") // Required for ipnb
|
||||
body.delegate = delegate
|
||||
body()
|
||||
|
||||
+2
-8
@@ -16,13 +16,7 @@
|
||||
package org.jetbrains.intellij.build.pycharm
|
||||
|
||||
import groovy.io.FileType
|
||||
import org.jetbrains.intellij.build.BuildContext
|
||||
import org.jetbrains.intellij.build.BuildOptions
|
||||
import org.jetbrains.intellij.build.BuildTasks
|
||||
import org.jetbrains.intellij.build.IdeaCommunityProperties
|
||||
import org.jetbrains.intellij.build.ProprietaryBuildTools
|
||||
|
||||
import static org.jetbrains.intellij.build.python.PythonCommunityPluginModules.PYTHON_COMMUNITY_PLUGIN_MODULE
|
||||
import org.jetbrains.intellij.build.*
|
||||
|
||||
/**
|
||||
* @author vlan
|
||||
@@ -38,7 +32,7 @@ class PythonCommunityPluginBuilder {
|
||||
def build() {
|
||||
def pluginBuildNumber = System.getProperty("build.number", "SNAPSHOT")
|
||||
def pluginsForIdeaCommunity = [
|
||||
PYTHON_COMMUNITY_PLUGIN_MODULE,
|
||||
"intellij.python.community.plugin",
|
||||
"intellij.reStructuredText",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user