From d286e4310e31e01dc095f3d337ff50a7db56ab08 Mon Sep 17 00:00:00 2001 From: Iliyan Peychev Date: Tue, 7 Jul 2015 14:03:16 +0200 Subject: [PATCH] LPS-56906 Fix NodeJS downloading process When checking shall we download 32 or 64 bit Node, we will use "sun.arch.data.model" property instead "arch" --- build-common-node.xml | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/build-common-node.xml b/build-common-node.xml index 9261270a982a..cf5202834f2f 100644 --- a/build-common-node.xml +++ b/build-common-node.xml @@ -5,36 +5,54 @@ - + + + + - + + + + - + + + + - + + + + - + + + + - + + + +