- Fine tuned the example a little

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/246511db
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/246511db
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/246511db

Branch: refs/heads/as3httpclient-work
Commit: 246511db5c328a2805366abfe5151a43b8c7b357
Parents: f894512
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Sat Apr 25 16:19:46 2015 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Sat Apr 25 16:19:46 2015 +0200

----------------------------------------------------------------------
 maven-flex-plugin/examples/i18n/locale-chains/swf/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/246511db/maven-flex-plugin/examples/i18n/locale-chains/swf/pom.xml
----------------------------------------------------------------------
diff --git a/maven-flex-plugin/examples/i18n/locale-chains/swf/pom.xml 
b/maven-flex-plugin/examples/i18n/locale-chains/swf/pom.xml
index e8630d6..6d71468 100644
--- a/maven-flex-plugin/examples/i18n/locale-chains/swf/pom.xml
+++ b/maven-flex-plugin/examples/i18n/locale-chains/swf/pom.xml
@@ -45,8 +45,8 @@
                     <localesCompiled>
                         <locale>en_US</locale>
                         <locale>en_GB,en_US</locale>
-                        <locale>de_DE,en_US</locale>
-                        <locale>de_AT,de_DE,en_US</locale>
+                        <locale>de_DE</locale>
+                        <locale>de_AT,de_DE</locale>
                     </localesCompiled>
                 </configuration>
                 <dependencies>

Reply via email to