Updated Branches: refs/heads/develop 29a0a6435 -> 213014e72
FLEX-33480 Changed build file to include pt_PT, el_GR, en_AU, en_GB and en_CA locales Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/213014e7 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/213014e7 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/213014e7 Branch: refs/heads/develop Commit: 213014e72a4a4fc23ca1530199209fb70c057601 Parents: 29a0a64 Author: Justin Mclean <[email protected]> Authored: Tue Apr 9 18:57:46 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Tue Apr 9 18:57:46 2013 +1000 ---------------------------------------------------------------------- frameworks/projects/textLayout/build.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/213014e7/frameworks/projects/textLayout/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/textLayout/build.xml b/frameworks/projects/textLayout/build.xml index fdea4cd..d4d1f2c 100644 --- a/frameworks/projects/textLayout/build.xml +++ b/frameworks/projects/textLayout/build.xml @@ -129,10 +129,10 @@ <fat-swc locale="en_US"/> </run.fat.swc> </bundler> - <!--bundler locale="el_GR"/--><!-- Greek Language resources --> - <!--bundler locale="en_AU"/--><!-- Australian resources --> - <!--bundler locale="en_GB"/--><!-- United Kingdom resources --> - <!--bundler locale="en_CA"/--><!-- Canadian resources --> + <bundler locale="el_GR"/><!-- Greek Language resources --> + <bundler locale="en_AU"/><!-- Australian resources --> + <bundler locale="en_GB"/><!-- United Kingdom resources --> + <bundler locale="en_CA"/><!-- Canadian resources --> <bundler locale="es_ES"/><!-- Spanish resources --> <bundler locale="fi_FI"/><!-- Finnish resources--> <bundler locale="fr_FR"><!-- French resources --> @@ -150,7 +150,7 @@ <bundler locale="nb_NO"/><!-- Norwegian Bokmal resources --> <bundler locale="nl_NL"/><!-- Dutch resources --> <bundler locale="pt_BR"/><!-- Brazilian Portuguese resources --> - <!--bundler locale="pt_PT"/--><!-- Portugal Portuguese resources --> + <bundler locale="pt_PT" /><!-- Portugal Portuguese resources --> <bundler locale="ru_RU"><!-- Russian resources --> <run.fat.swc> <fat-swc locale="ru_RU"/>
