This is an automated email from the ASF dual-hosted git repository.

johnmcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 5758599  NETBEANS-5004
     new d127c65  Merge pull request #23 from 
mcdonnell-john/feature/NETBEANS-5004-copy-nb-ide-launcher-macoxs-to-distpreparations
5758599 is described below

commit 57585994340ff0c6109ed84ecbe943f8670d06b5
Author: John McDonnell <john.mcdonn...@bearingpoint.com>
AuthorDate: Wed Dec 30 01:34:07 2020 +0000

    NETBEANS-5004
    
    Added a new copy step into the build file so that the updated files needed 
for the MACOSX installer are copied into the distpreparations folder for ease 
of installer generation.
---
 vars/asfMainNetBeansBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 7001dee..cf5951f 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -326,6 +326,7 @@ def doParallelClusters(cconfigs) {
                                 sh "cp 
build-${clustername}-temp/nbbuild/binaries-default-properties.xml 
distpreparation${versionnedpath}installer/nbbuild/binaries-default-properties.xml
 "
                                 sh "mkdir -p 
distpreparation${versionnedpath}installer/nbbuild/build/ && cp -r 
build-${clustername}-temp/nbbuild/build/antclasses 
distpreparation${versionnedpath}installer/nbbuild/build/antclasses "
                                         
+                                sh "mkdir -p 
distpreparation${versionnedpath}installer/nb/ide.launcher && cp -r 
build-${clustername}-temp/nb/ide.launcher/macosx 
distpreparation${versionnedpath}installer/nb/ide.launcher "
                                         
                                         
                                 sh "cp 
build-${clustername}-temp/nbbuild/*${clustername}*.zip 
dist${versionnedpath}${path}-${rmversion}-bin.zip"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to