From 674cb472d06685d0e070ffac93df9f843563b379 Mon Sep 17 00:00:00 2001 From: Tim Su Date: Mon, 25 Oct 2010 17:37:34 -0700 Subject: [PATCH] build automation - auto rename output package to an intelligible version, auto strip double backslashes from strings --- astrid/build.xml | 24 ++++++++++++++++++++++++ bin/androidxml2po.bash | 1 + 2 files changed, 25 insertions(+) diff --git a/astrid/build.xml b/astrid/build.xml index 6a6bb1029..0fe069622 100644 --- a/astrid/build.xml +++ b/astrid/build.xml @@ -82,4 +82,28 @@ + + + + + + + + + + + + + + Final Release Package: ${out.final.package} + + + diff --git a/bin/androidxml2po.bash b/bin/androidxml2po.bash index df7b2439e..4d3e18dc0 100755 --- a/bin/androidxml2po.bash +++ b/bin/androidxml2po.bash @@ -70,6 +70,7 @@ function import_po2xml done done rm -f .xml2po.mo + sed -i 's/\\\\/\\/g' ${android_xml_files_res_dir}-*/* } function export_xml2po