You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/01/05 23:05:34 UTC

svn commit: r1429395 - in /flex/sdk/branches/develop/frameworks: flex-config-template.xml flex-config.xml

Author: jmclean
Date: Sat Jan  5 22:05:34 2013
New Revision: 1429395

URL: http://svn.apache.org/viewvc?rev=1429395&view=rev
Log:
Updated SWF metadata to have correct URL and correct locale

Modified:
    flex/sdk/branches/develop/frameworks/flex-config-template.xml
    flex/sdk/branches/develop/frameworks/flex-config.xml

Modified: flex/sdk/branches/develop/frameworks/flex-config-template.xml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/frameworks/flex-config-template.xml?rev=1429395&r1=1429394&r2=1429395&view=diff
==============================================================================
--- flex/sdk/branches/develop/frameworks/flex-config-template.xml (original)
+++ flex/sdk/branches/develop/frameworks/flex-config-template.xml Sat Jan  5 22:05:34 2013
@@ -438,10 +438,10 @@
    <!-- Metadata added to SWFs via the SWF Metadata tag. -->
    <metadata>
       <title>Apache Flex Application</title>
-      <description>http://incubator.apache.org/flex</description>
+      <description>http://flex.apache.org/</description>
       <publisher>Apache Software Foundation</publisher>
-      <creator>unknown</creator>
-      <language>EN</language>
+      <creator>Apache Software Foundation</creator>
+      <language>@locale@</language>
    </metadata>
    
 </flex-config>

Modified: flex/sdk/branches/develop/frameworks/flex-config.xml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/frameworks/flex-config.xml?rev=1429395&r1=1429394&r2=1429395&view=diff
==============================================================================
--- flex/sdk/branches/develop/frameworks/flex-config.xml (original)
+++ flex/sdk/branches/develop/frameworks/flex-config.xml Sat Jan  5 22:05:34 2013
@@ -440,8 +440,8 @@
       <title>Apache Flex Application</title>
       <description>http://incubator.apache.org/flex</description>
       <publisher>Apache Software Foundation</publisher>
-      <creator>unknown</creator>
-      <language>EN</language>
+      <creator>Apache Software Foundation</creator>
+      <language>en_US</language>
    </metadata>
    
 </flex-config>