From ac1b51c9aca25c0f55f113e63eca5d649cd5efc9 Mon Sep 17 00:00:00 2001 From: kytv Date: Wed, 18 Apr 2012 01:44:17 +0000 Subject: [PATCH] Fix installer-windows build target Izpack tries to parse the 'unix-only' files in Windows. If we don't copy them, the installation will fail in Windows. Therefore, moving the files that were in the preppkg-unix target to the preppkg-base target. They're so small I don't see how this will be a problem. --- build.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index c9fb19bff..8c1952244 100644 --- a/build.xml +++ b/build.xml @@ -731,17 +731,7 @@ - - - - - - - - - - - + @@ -839,6 +829,14 @@ + + + + + + + +