Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-08-03 13:11:43 +0000
committerSravan Kumar Lakkimsetti2017-08-03 13:11:43 +0000
commite53f6b65e3d0e205b5d2e4c9b79c4fbe2c06d0bc (patch)
treeabec7d6a71af12d04c18805848e2ee2b83cd8963 /production
parentebf014dbc22b558ab9d5b219c647cf509503f58f (diff)
downloadeclipse.platform.releng.aggregator-e53f6b65e3d0e205b5d2e4c9b79c4fbe2c06d0bc.tar.gz
eclipse.platform.releng.aggregator-e53f6b65e3d0e205b5d2e4c9b79c4fbe2c06d0bc.tar.xz
eclipse.platform.releng.aggregator-e53f6b65e3d0e205b5d2e4c9b79c4fbe2c06d0bc.zip
Bug 518239 - [JUnit 5] Feature patch for JUnit 5 support on 4.7
Change-Id: I1ccf0629f354bce72c881c6bf130e830539cca7b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rw-r--r--production/sdk/promotion/syncUpdateUtils.shsource4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/sdk/promotion/syncUpdateUtils.shsource b/production/sdk/promotion/syncUpdateUtils.shsource
index e67c9a65c..c6226ac22 100644
--- a/production/sdk/promotion/syncUpdateUtils.shsource
+++ b/production/sdk/promotion/syncUpdateUtils.shsource
@@ -385,8 +385,8 @@ then
export TO=${TO:-"sravankumarl@in.ibm.com,jdt-core-dev@eclipse.org"}
export SUBJECT="Patch Build: ${SUBJECT}" ;;
"U" )
- export TO=${TO:-"sravankumarl@in.ibm.com,noopur_gupta@in.ibm.com"}
- export SUBJECT="Patch Build: ${SUBJECT}" ;;
+ export TO=${TO:-"sravankumarl@in.ibm.com,noopur_gupta@in.ibm.com,jdt-ui-dev@eclipse.org"}
+ export SUBJECT="Branch SDK Build: ${SUBJECT}" ;;
"Y" )
export TO=${TO:-"sravankumarl@in.ibm.com,jdt-core-dev@eclipse.org"}
export SUBJECT="Branch SDK Build: ${SUBJECT}" ;;

Back to the top