mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
upsource layout moved to ultimate
This commit is contained in:
@@ -28,7 +28,6 @@ class Paths {
|
||||
final distMac
|
||||
final artifacts
|
||||
final artifacts_core
|
||||
final artifacts_core_upsource
|
||||
final artifacts_jps
|
||||
|
||||
def Paths(String out) {
|
||||
@@ -39,7 +38,6 @@ class Paths {
|
||||
distMac = "$sandbox/dist.mac.ce"
|
||||
artifacts = "$sandbox/artifacts"
|
||||
artifacts_core = "$artifacts/core"
|
||||
artifacts_core_upsource = "$artifacts/core-upsource"
|
||||
artifacts_jps = "$artifacts/jps"
|
||||
}
|
||||
}
|
||||
@@ -103,8 +101,6 @@ def layoutAll(Map args, String home, String out, Paths _paths = null, buildJps =
|
||||
layouts.layoutFull(home, paths.distAll, null)
|
||||
layouts.layout_core(home, paths.artifacts_core)
|
||||
notifyArtifactBuilt(paths.artifacts_core)
|
||||
layouts.layout_core_upsource(home, paths.artifacts_core_upsource)
|
||||
notifyArtifactBuilt(paths.artifacts_core_upsource)
|
||||
if (buildJps) {
|
||||
layouts.layoutCommunityJps(home, paths.artifacts_jps)
|
||||
notifyArtifactBuilt(paths.artifacts_jps)
|
||||
|
||||
@@ -731,59 +731,3 @@ def layout_core(String home, String target) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def layout_core_upsource(String home, String target) {
|
||||
layout(target) {
|
||||
jar("intellij-core-upsource.jar") {
|
||||
module("util-rt")
|
||||
module("util")
|
||||
module("icons")
|
||||
module("core-api")
|
||||
module("core-impl")
|
||||
module("boot")
|
||||
module("extensions")
|
||||
module("indexing-api")
|
||||
module("indexing-impl")
|
||||
module("java-psi-api")
|
||||
module("java-psi-impl")
|
||||
module("projectModel-api")
|
||||
module("projectModel-impl")
|
||||
module("jps-model-api")
|
||||
module("jps-model-impl")
|
||||
module("jps-model-serialization")
|
||||
module("java-indexing-api")
|
||||
module("java-indexing-impl")
|
||||
module("platform-resources")
|
||||
module("platform-resources-en")
|
||||
module("analysis-api")
|
||||
module("analysis-impl")
|
||||
module("java-analysis-api")
|
||||
module("java-analysis-impl")
|
||||
module("xml-psi-api")
|
||||
module("xml-psi-impl")
|
||||
module("resources")
|
||||
module("resources-en")
|
||||
}
|
||||
|
||||
jar("annotations.jar") {
|
||||
module("annotations")
|
||||
}
|
||||
|
||||
fileset(dir: "$home/lib") {
|
||||
include(name: "guava-14.0.1.jar")
|
||||
include(name: "picocontainer.jar")
|
||||
include(name: "trove4j.jar")
|
||||
include(name: "asm.jar")
|
||||
include(name: "asm-commons.jar")
|
||||
include(name: "asm4-all.jar")
|
||||
include(name: "cli-parser-1.1.jar")
|
||||
include(name: "jna.jar")
|
||||
include(name: "log4j.jar")
|
||||
include(name: "xstream-1.4.3.jar")
|
||||
include(name: "xpp3-1.1.4-min.jar")
|
||||
include(name: "jdom.jar")
|
||||
include(name: "nanoxml*.jar")
|
||||
include(name: "snappy-java-1.0.5.jar")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user