mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
build scripts: product-independent helper scripts for Mac OS distributions moved to platform
This commit is contained in:
@@ -76,7 +76,7 @@ class MacDistributionBuilder {
|
||||
ant.delete(file: dmgImageCopy)
|
||||
|
||||
ftpAction("put", false, "777") {
|
||||
ant.fileset(dir: "$communityHome/build/mac") {
|
||||
ant.fileset(dir: "$communityHome/platform/build-scripts/tools/mac/scripts") {
|
||||
include(name: "makedmg.sh")
|
||||
include(name: "makedmg.pl")
|
||||
}
|
||||
@@ -123,7 +123,7 @@ class MacDistributionBuilder {
|
||||
}
|
||||
ant.delete(file: sitFilePath)
|
||||
ftpAction("put", false, "777") {
|
||||
ant.fileset(dir: "$communityHome/build/mac") {
|
||||
ant.fileset(dir: "$communityHome/platform/build-scripts/tools/mac/scripts") {
|
||||
include(name: "signapp.sh")
|
||||
}
|
||||
}
|
||||
|
||||
+3
-3
@@ -75,7 +75,7 @@ class MacDmgBuilder {
|
||||
private void doSignBinaryFiles(String macDistPath) {
|
||||
ftpAction("mkdir") {}
|
||||
ftpAction("put", false, "777") {
|
||||
ant.fileset(file: "${buildContext.paths.communityHome}/build/mac/signbin.sh")
|
||||
ant.fileset(file: "${buildContext.paths.communityHome}/platform/build-scripts/tools/mac/scripts/signbin.sh")
|
||||
}
|
||||
|
||||
String signedFilesDir = "$buildContext.paths.temp/signed-files"
|
||||
@@ -133,7 +133,7 @@ class MacDmgBuilder {
|
||||
ant.delete(file: dmgImageCopy)
|
||||
|
||||
ftpAction("put", false, "777") {
|
||||
ant.fileset(dir: "${buildContext.paths.communityHome}/build/mac") {
|
||||
ant.fileset(dir: "${buildContext.paths.communityHome}/platform/build-scripts/tools/mac/scripts") {
|
||||
include(name: "makedmg.sh")
|
||||
include(name: "makedmg.pl")
|
||||
}
|
||||
@@ -181,7 +181,7 @@ class MacDmgBuilder {
|
||||
}
|
||||
ant.delete(file: sitFilePath)
|
||||
ftpAction("put", false, "777") {
|
||||
ant.fileset(dir: "${buildContext.paths.communityHome}/build/mac") {
|
||||
ant.fileset(dir: "${buildContext.paths.communityHome}/platform/build-scripts/tools/mac/scripts") {
|
||||
include(name: "signapp.sh")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user