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 2012/07/24 01:39:39 UTC

svn commit: r1364843 - in /incubator/flex/trunk/frameworks/projects: advancedgrids/ airframework/ airspark/ automation/ automation_air/ automation_airspark/ automation_dmv/ automation_flashflexkit/ automation_spark/ charts/ flash-integration/ framework...

Author: jmclean
Date: Mon Jul 23 23:39:39 2012
New Revision: 1364843

URL: http://svn.apache.org/viewvc?rev=1364843&view=rev
Log:
removed uneeded local loacle property

Modified:
    incubator/flex/trunk/frameworks/projects/advancedgrids/build.xml
    incubator/flex/trunk/frameworks/projects/airframework/build.xml
    incubator/flex/trunk/frameworks/projects/airspark/build.xml
    incubator/flex/trunk/frameworks/projects/automation/build.xml
    incubator/flex/trunk/frameworks/projects/automation_air/build.xml
    incubator/flex/trunk/frameworks/projects/automation_airspark/build.xml
    incubator/flex/trunk/frameworks/projects/automation_dmv/build.xml
    incubator/flex/trunk/frameworks/projects/automation_flashflexkit/build.xml
    incubator/flex/trunk/frameworks/projects/automation_spark/build.xml
    incubator/flex/trunk/frameworks/projects/charts/build.xml
    incubator/flex/trunk/frameworks/projects/flash-integration/build.xml
    incubator/flex/trunk/frameworks/projects/framework/build.xml
    incubator/flex/trunk/frameworks/projects/mobilecomponents/build.xml
    incubator/flex/trunk/frameworks/projects/mx/build.xml
    incubator/flex/trunk/frameworks/projects/playerglobal/build.xml
    incubator/flex/trunk/frameworks/projects/rpc/build.xml
    incubator/flex/trunk/frameworks/projects/spark/build.xml
    incubator/flex/trunk/frameworks/projects/textLayout/build.xml

Modified: incubator/flex/trunk/frameworks/projects/advancedgrids/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/advancedgrids/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/advancedgrids/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/advancedgrids/build.xml Mon Jul 23 23:39:39 2012
@@ -25,8 +25,6 @@
     <property environment="env"/>
     <property file="${FLEX_HOME}/build.properties"/>
 
-    <property name="locale" value="en_US"/>
-	
 	<macrodef name="bundle">
 		<attribute name="locale"/>
 			<sequential>
@@ -97,7 +95,7 @@
 		</sequential>
 	</macrodef>
 			
-	<target name="main" depends="clean,compile" description="Clean build of advancedgrids.swc and en_US">
+	<target name="main" depends="clean,compile" description="Clean build of advancedgrids.swc and default locale">
 		<bundle locale="${locale}"/>
 	</target>
 	

Modified: incubator/flex/trunk/frameworks/projects/airframework/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/airframework/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/airframework/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/airframework/build.xml Mon Jul 23 23:39:39 2012
@@ -26,8 +26,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
     <property file="${FLEX_HOME}/build.properties"/>
-    
-	<property name="locale" value="en_US"/>
   	
 	<macrodef name="bundle">
 		<attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/airspark/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/airspark/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/airspark/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/airspark/build.xml Mon Jul 23 23:39:39 2012
@@ -27,8 +27,6 @@
     <property environment="env"/>
     <property file="${FLEX_HOME}/build.properties"/>
 
-    <property name="locale" value="en_US"/>
-
         <macrodef name="bundle">
             <attribute name="locale"/>
             <sequential>

Modified: incubator/flex/trunk/frameworks/projects/automation/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/automation/build.xml Mon Jul 23 23:39:39 2012
@@ -24,8 +24,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
 	
 	<macrodef name="bundle">
 		<attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/automation_air/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_air/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_air/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/automation_air/build.xml Mon Jul 23 23:39:39 2012
@@ -25,8 +25,6 @@
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
 
-	<property name="locale" value="en_US"/>
-
 	<target name="main" depends="clean,compile" description="Clean build of automation_air.swc"/>
 		
 	<target name="compile" description="Compiles automation_air.swc">

Modified: incubator/flex/trunk/frameworks/projects/automation_airspark/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_airspark/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_airspark/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/automation_airspark/build.xml Mon Jul 23 23:39:39 2012
@@ -25,8 +25,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
 	
 	<macrodef name="bundle">
 		<attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/automation_dmv/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_dmv/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_dmv/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/automation_dmv/build.xml Mon Jul 23 23:39:39 2012
@@ -24,8 +24,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
 				
 	<target name="main" depends="clean,compile" description="Clean build of automation_dmv.swc and en_US">
 		<!--<bundle locale="${locale}"/>-->

Modified: incubator/flex/trunk/frameworks/projects/automation_flashflexkit/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_flashflexkit/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_flashflexkit/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/automation_flashflexkit/build.xml Mon Jul 23 23:39:39 2012
@@ -24,8 +24,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
 	
 	<target name="main" depends="clean,compile" description="Clean build of automation_flashflexkit.swc and en_US">
 		<!--<bundle locale="${locale}"/>-->

Modified: incubator/flex/trunk/frameworks/projects/automation_spark/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_spark/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_spark/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/automation_spark/build.xml Mon Jul 23 23:39:39 2012
@@ -24,8 +24,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
 	
 	<target name="main" depends="clean,compile" description="Clean build of automation_spark.swc and en_US">
 		<!--<bundle locale="${locale}"/>-->

Modified: incubator/flex/trunk/frameworks/projects/charts/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/charts/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/charts/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/charts/build.xml Mon Jul 23 23:39:39 2012
@@ -24,8 +24,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-    <property name="locale" value="en_US"/>
     
     <macrodef name="bundle">
         <attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/flash-integration/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/flash-integration/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/flash-integration/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/flash-integration/build.xml Mon Jul 23 23:39:39 2012
@@ -26,8 +26,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-    <property name="locale" value="en_US"/>
     
 	<macrodef name="bundle">
 		<attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/framework/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/framework/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/framework/build.xml Mon Jul 23 23:39:39 2012
@@ -26,8 +26,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
   	
 	<macrodef name="bundle">
 		<attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/mobilecomponents/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/mobilecomponents/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/mobilecomponents/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/mobilecomponents/build.xml Mon Jul 23 23:39:39 2012
@@ -26,8 +26,6 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-    
-    <property name="locale" value="en_US"/>
 
         <macrodef name="bundle">
             <attribute name="locale"/>

Modified: incubator/flex/trunk/frameworks/projects/mx/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/mx/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/mx/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/mx/build.xml Mon Jul 23 23:39:39 2012
@@ -27,8 +27,6 @@
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
 
-	<property name="locale" value="en_US"/>
-
 	<macrodef name="bundle">
 		<attribute name="locale"/>
 			<sequential>

Modified: incubator/flex/trunk/frameworks/projects/playerglobal/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/playerglobal/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/playerglobal/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/playerglobal/build.xml Mon Jul 23 23:39:39 2012
@@ -24,9 +24,7 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
-
-	<property name="locale" value="en_US"/>
-
+	
 	<macrodef name="bundle">
 		<attribute name="locale"/>
 			<sequential>

Modified: incubator/flex/trunk/frameworks/projects/rpc/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/rpc/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/rpc/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/rpc/build.xml Mon Jul 23 23:39:39 2012
@@ -26,8 +26,6 @@
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
 
-	<property name="locale" value="en_US"/>
-
 	<macrodef name="bundle">
 		<attribute name="locale"/>
 		<sequential>

Modified: incubator/flex/trunk/frameworks/projects/spark/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/spark/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/spark/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/spark/build.xml Mon Jul 23 23:39:39 2012
@@ -26,8 +26,6 @@
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
 
-	<property name="locale" value="en_US"/>
-    
     <macrodef name="bundle">
 		<attribute name="locale"/>
 		<sequential>

Modified: incubator/flex/trunk/frameworks/projects/textLayout/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/textLayout/build.xml?rev=1364843&r1=1364842&r2=1364843&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/projects/textLayout/build.xml (original)
+++ incubator/flex/trunk/frameworks/projects/textLayout/build.xml Mon Jul 23 23:39:39 2012
@@ -34,7 +34,6 @@
              build.properties -->
 	<property name="dbg" value="false"/>
 	<property name="rel" value="true"/>
-	<property name="locale" value="en_US"/>
 	
 	<macrodef name="bundle">
 		<attribute name="locale"/>