From 3dfc0374f81f8c9d3d50ee9b7b8213e3fd6f3a3b Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Sun, 30 Jun 2013 19:37:03 +0300 Subject: [PATCH] Adds Windows's system path variable to Ant's path variable on Windows versions which name it Path instead of PATH. --- build.xml | 10 +- .../plugin/update/UpdateServiceImpl.java | 1095 +++++++++++++++++ 2 files changed, 1102 insertions(+), 3 deletions(-) create mode 100644 src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java diff --git a/build.xml b/build.xml index e53ef3cda..0ff32050b 100644 --- a/build.xml +++ b/build.xml @@ -66,9 +66,13 @@ - + + value="${lib}/native/windows-64:${system.PATH}:${system.Path}"> @@ -77,7 +81,7 @@ + value="${lib}/native/windows:${system.PATH}:${system.Path}">