mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
moving stuff that will be part of community edition sources
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import org.jetbrains.jps.LayoutInfo
|
||||
import org.jetbrains.jps.LayoutInfo
|
||||
|
||||
import static org.jetbrains.jps.idea.IdeaProjectLoader.guessHome
|
||||
|
||||
@@ -325,11 +325,11 @@ private layoutFull(Map args, String target, Set usedJars) {
|
||||
}
|
||||
|
||||
jar("pycharm-pydev-src.zip") {
|
||||
fileset(dir: "$home/python/pydevSrc")
|
||||
fileset(dir: "$pythonCommunityHome/pydevSrc")
|
||||
}
|
||||
jar("pycharm-openapi-src.zip") {
|
||||
fileset(dir: "$home/python/openapi/src")
|
||||
fileset(dir: "$home/python/psi-api/src")
|
||||
fileset(dir: "$pythonCommunityHome/openapi/src")
|
||||
fileset(dir: "$pythonCommunityHome/python/psi-api/src")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -341,7 +341,7 @@ private layoutFull(Map args, String target, Set usedJars) {
|
||||
}
|
||||
|
||||
dir("helpers") {
|
||||
fileset(dir: "$home/python/helpers")
|
||||
fileset(dir: "$pythonCommunityHome/helpers")
|
||||
}
|
||||
|
||||
dir("license") {
|
||||
|
||||
@@ -288,11 +288,11 @@ private layoutFull(Map args, String target, Set usedJars) {
|
||||
}
|
||||
|
||||
jar("pycharm-pydev-src.zip") {
|
||||
fileset(dir: "$home/python/pydevSrc")
|
||||
fileset(dir: "$pythonCommunityHome/pydevSrc")
|
||||
}
|
||||
jar("pycharm-openapi-src.zip") {
|
||||
fileset(dir: "$home/python/openapi/src")
|
||||
fileset(dir: "$home/python/psi-api/src")
|
||||
fileset(dir: "$pythonCommunityHome/openapi/src")
|
||||
fileset(dir: "$pythonCommunityHome/psi-api/src")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -304,7 +304,7 @@ private layoutFull(Map args, String target, Set usedJars) {
|
||||
}
|
||||
|
||||
dir("helpers") {
|
||||
fileset(dir: "$home/python/helpers")
|
||||
fileset(dir: "$pythonCommunityHome/helpers")
|
||||
}
|
||||
|
||||
dir("license") {
|
||||
|
||||
@@ -30,7 +30,7 @@ setProperty("plugindir", "${zipdir}/python")
|
||||
setProperty("zipname", "python-${pluginRevision}.zip")
|
||||
|
||||
setProperty("srcDir", "${pluginHome}/src")
|
||||
setProperty("restSrcDir", "${pluginHome}/rest/src")
|
||||
setProperty("restSrcDir", "${pluginHome}/community/rest/src")
|
||||
setProperty("localizationSrcDir", "${pluginHome}/localization/src")
|
||||
|
||||
setProperty("resourcesDir", "${pluginHome}/resources")
|
||||
@@ -274,9 +274,9 @@ target(name: "compile", description: "Compile module python") {
|
||||
include(name: "resources")
|
||||
include(name: "src")
|
||||
include(name: "pluginSrc")
|
||||
include(name: "pydevSrc")
|
||||
include(name: "openapi/src")
|
||||
include(name: "psi-api/src")
|
||||
include(name: "community/pydevSrc")
|
||||
include(name: "community/openapi/src")
|
||||
include(name: "community/psi-api/src")
|
||||
include(name: "community/src")
|
||||
include(name: "pluginResources")
|
||||
}
|
||||
@@ -325,7 +325,7 @@ target(name: "compile", description: "Compile module python") {
|
||||
patternset(refid: "resources.pt")
|
||||
type(type: "file")
|
||||
}
|
||||
fileset(dir: "${pluginHome}/psi-api/resources") {
|
||||
fileset(dir: "${pluginHome}/community/psi-api/resources") {
|
||||
patternset(refid: "resources.pt")
|
||||
type(type: "file")
|
||||
}
|
||||
@@ -386,7 +386,7 @@ target(name: "zip", description: "Generate zip plugin file") {
|
||||
|
||||
ant.mkdir(dir: "${plugindir}/helpers")
|
||||
ant.copy(todir: "${plugindir}/helpers") {
|
||||
fileset(dir: "${pluginHome}/helpers") {
|
||||
fileset(dir: "${pluginHome}/community/helpers") {
|
||||
include(name: "**/*")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$/helpers">
|
||||
<sourceFolder url="file://$MODULE_DIR$/helpers" isTestSource="false" />
|
||||
<content url="file://$MODULE_DIR$/community/helpers">
|
||||
<sourceFolder url="file://$MODULE_DIR$/community/helpers" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$/pydevSrc">
|
||||
<sourceFolder url="file://$MODULE_DIR$/pydevSrc" isTestSource="false" />
|
||||
<content url="file://$MODULE_DIR$/community/pydevSrc">
|
||||
<sourceFolder url="file://$MODULE_DIR$/community/pydevSrc" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
||||
Reference in New Issue
Block a user