From 6a38be78861a3de1ebedca9b610e40844f42687d Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Fri, 29 Feb 2008 07:02:12 +0000 Subject: [PATCH] fixed converting language properties files from UTF-8 to ASCII The native2ascii task was skipping the files because the resources task has already copied them. --- build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 8c19895e3..850d34f5a 100644 --- a/build.xml +++ b/build.xml @@ -273,14 +273,15 @@ + + convert language property files encoding from UTF-8 to ASCII, + save converted files in ${resources}/languages dir -->