[jbosstools-commits] JBoss Tools SVN: r41826 - branches/jbosstools-3.3.x/build/publish.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Jun 8 13:15:21 EDT 2012
Author: nickboldt
Date: 2012-06-08 13:15:21 -0400 (Fri, 08 Jun 2012)
New Revision: 41826
Modified:
branches/jbosstools-3.3.x/build/publish/publish.sh
Log:
tweak doc
Modified: branches/jbosstools-3.3.x/build/publish/publish.sh
===================================================================
--- branches/jbosstools-3.3.x/build/publish/publish.sh 2012-06-08 17:13:46 UTC (rev 41825)
+++ branches/jbosstools-3.3.x/build/publish/publish.sh 2012-06-08 17:15:21 UTC (rev 41826)
@@ -168,12 +168,12 @@
fi
foundSourcesZip=0
-# for now, but the JBDS sources into the /installer/ folder
+# for now, put the JBDS sources into the /installer/ folder
for z in $(find ${WORKSPACE}/sources/product/sources/target -type f -name "jbdevstudio-product-sources-*.zip"); do
for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
mkdir -p ${STAGINGDIR}/installer/
rsync -aq $z ${z}.MD5 ${STAGINGDIR}/installer/
- # provide symlink so that the .product build can find the sources zip using a generic name, where SRCSNAME = ${JOB_NAME}-Sources-${ZIPSUFFIX}.zip
+ # [fix for DEPRECATED PDE installer build] provide symlink so that the .product build can find the sources zip using a generic name, where SRCSNAME = ${JOB_NAME}-Sources-${ZIPSUFFIX}.zip
mkdir -p ${STAGINGDIR}/all; cd ${STAGINGDIR}/all
ln -s ../installer/${z} ${SRCSNAME}
ln -s ../installer/${z}.MD5 ${SRCSNAME}.MD5
More information about the jbosstools-commits
mailing list