You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/22 09:32:14 UTC

svn commit: r1400788 - in /incubator/flex/utilities/trunk/installer: build.number src/InstallApacheFlex-app.xml src/InstallApacheFlex.mxml src/sdk-installer-config.xml

Author: erikdebruin
Date: Mon Oct 22 07:32:13 2012
New Revision: 1400788

URL: http://svn.apache.org/viewvc?rev=1400788&view=rev
Log:
Disabled Localisation for 1.0 release.

Modified:
    incubator/flex/utilities/trunk/installer/build.number
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml
    incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml

Modified: incubator/flex/utilities/trunk/installer/build.number
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/build.number?rev=1400788&r1=1400787&r2=1400788&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/build.number (original)
+++ incubator/flex/utilities/trunk/installer/build.number Mon Oct 22 07:32:13 2012
@@ -1,3 +1,3 @@
 #Copyright 2012 The Apache Software Foundation.
-#Wed Oct 10 09:01:22 CEST 2012
-build.number=6
+#Mon Oct 22 09:24:43 CEST 2012
+build.number=7

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml?rev=1400788&r1=1400787&r2=1400788&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml (original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml Mon Oct 22 07:32:13 2012
@@ -45,7 +45,7 @@
 	<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. 
 	Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
 	An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
-	<versionNumber>1.0.6</versionNumber>
+	<versionNumber>1.0.7</versionNumber>
 		         
 	<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
 	<!-- <versionLabel></versionLabel> -->

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml?rev=1400788&r1=1400787&r2=1400788&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml (original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Mon Oct 22 07:32:13 2012
@@ -59,6 +59,7 @@ variables are not required because the l
 		import mx.utils.StringUtil;
 		
 		import org.apache.flex.packageflexsdk.model.InstallerComponentVO;
+		import org.apache.flex.packageflexsdk.resource.RuntimeLocale;
 		import org.apache.flex.packageflexsdk.resource.ViewResourceConstants;
 		import org.apache.flex.packageflexsdk.util.MD5CompareUtil;
 		import org.apache.flex.packageflexsdk.view.UpdaterDialog;
@@ -216,7 +217,9 @@ variables are not required because the l
 		{
 			var supportedLanguages:ArrayCollection = ViewResourceConstants.supportedLanguages;
 			
-			var userLocale:String = new StringTools(LocaleID.DEFAULT).actualLocaleIDName.replace("-","_");
+			// EdB (2012-10-22): disabling Localisation for 1.0 release
+			//var userLocale:String = new StringTools(LocaleID.DEFAULT).actualLocaleIDName.replace("-","_");
+			var userLocale:String = RuntimeLocale.EN_US;
 			
 			var n:int = supportedLanguages.length;
 			for (var i:int = 0; i < n; i++)
@@ -1893,6 +1896,10 @@ variables are not required because the l
 		<s:BasicLayout />
 	</s:layout>
 	
+	<!-- 
+		EdB (2012-10-22): disabling Localisation for 1.0 release:
+		- hide language selection label and combobox 
+	-->
 	<s:HGroup 
 		left="0" 
 		right="0" 
@@ -1906,13 +1913,13 @@ variables are not required because the l
 			click="{showDisclaimer()}"
 			/>
 		<s:Spacer width="100%" />
-		<s:Label id="langLabel" 
+		<s:Label id="langLabel" visible="false"
 				 horizontalCenter="0" 
 				 height="100%" 
 				 textAlign="right"
 				 text="{_viewResourceConstants.INFO_CURRENT_LANGUAGE}" 
 				 verticalAlign="middle"/>
-		<s:ComboBox id="_langSelect" 
+		<s:ComboBox id="_langSelect" visible="false"
 					width="184" 
 					change="_langSelect_changeHandler(event)"/>
 	</s:HGroup>

Modified: incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml?rev=1400788&r1=1400787&r2=1400788&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml (original)
+++ incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml Mon Oct 22 07:32:13 2012
@@ -21,7 +21,7 @@ limitations under the License.
 
 <config>
 	<version>
-		<latest>1.0.6</latest>
+		<latest>1.0.7</latest>
 	</version>
 	<files>
 	
@@ -30,7 +30,7 @@ limitations under the License.
 			 	- use full URL when binaries are NOT released yet, else use 
 			 	  path relative to mirror
 			 	- if path is relative, don't use starting slash -->
-		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC7/binaries/" file="apache-flex-sdk-installer-1.0.6-incubating-bin" />
+		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC8/binaries/" file="apache-flex-sdk-installer-1.0.7-incubating-bin" />
 		
 		<!-- Mirror URL CGI -->
 		<file name="MirrorURLCGI" path="" file="single-mirror-url.cgi" />