Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-25 12:40:15 +0000
committerSravan Kumar Lakkimsetti2017-07-25 12:40:15 +0000
commitbdc95d5ba695d17937286e49d0593b331a079847 (patch)
treef02f19646906b3e559007b403beca0a4d7691d7a /production/build-functions.shsource
parent1e3719976d85455fb1e1e0c7ba1b593e5f0c7946 (diff)
downloadeclipse.platform.releng.aggregator-bdc95d5ba695d17937286e49d0593b331a079847.tar.gz
eclipse.platform.releng.aggregator-bdc95d5ba695d17937286e49d0593b331a079847.tar.xz
eclipse.platform.releng.aggregator-bdc95d5ba695d17937286e49d0593b331a079847.zip
Bug 518239 - [JUnit 5] Feature patch for JUnit 5 support on 4.7
Change-Id: I1981aba20b429f0be28d2a6b67cdc91d1e4ccde5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 781a7fa18..a35aea980 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -654,8 +654,8 @@ fn-gather-repo ()
if [[ -n "${PATCH_BUILD}" ]]
then
case "${PATCH_BUILD}" in
- "junit5patch" )
- PATCH_BUILD_GENERIC=junit5patch
+ "junit5" )
+ PATCH_BUILD_GENERIC=junit5
;;
"java9patch47" )
PATCH_BUILD_GENERIC=java9patch

Back to the top