You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2012/07/19 21:28:59 UTC

svn commit: r1363495 - in /incubator/flex/utilities/InstallApacheFlex: certificate.p12 src/InstallApacheFlex-app.xml src/InstallApacheFlex.mxml

Author: bigosmallm
Date: Thu Jul 19 19:28:58 2012
New Revision: 1363495

URL: http://svn.apache.org/viewvc?rev=1363495&view=rev
Log:
Modified version number in InstallApacheFlex-app.xml
Cleaned up comments in InstallApacheFlex.mxml (removed note about command line invocation)

Modified:
    incubator/flex/utilities/InstallApacheFlex/certificate.p12
    incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex-app.xml
    incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex.mxml

Modified: incubator/flex/utilities/InstallApacheFlex/certificate.p12
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/InstallApacheFlex/certificate.p12?rev=1363495&r1=1363494&r2=1363495&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex-app.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex-app.xml?rev=1363495&r1=1363494&r2=1363495&view=diff
==============================================================================
--- incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex-app.xml (original)
+++ incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex-app.xml Thu Jul 19 19:28:58 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>0.7.0</versionNumber>
+	<versionNumber>0.7.1</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/InstallApacheFlex/src/InstallApacheFlex.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex.mxml?rev=1363495&r1=1363494&r2=1363495&view=diff
==============================================================================
--- incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex.mxml (original)
+++ incubator/flex/utilities/InstallApacheFlex/src/InstallApacheFlex.mxml Thu Jul 19 19:28:58 2012
@@ -28,8 +28,6 @@ into the directory structure.  The paths
 modified to reflect this.  The AIR_HOME and PLAYERGLOBAL_HOME environment 
 variables are not required because the locations of these pieces are known.
 
-Command line usage: packageApacheFlexForIDE [sdk directory]
-
 -->
 
 <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" 
@@ -47,10 +45,7 @@ Command line usage: packageApacheFlexFor
 			import flash.globalization.LocaleID;
 			import flash.globalization.StringTools;
 			
-			import mx.binding.utils.BindingUtils;
-			import mx.binding.utils.ChangeWatcher;
 			import mx.collections.ArrayCollection;
-			import mx.events.EffectEvent;
 			import mx.events.FlexEvent;
 			import mx.utils.StringUtil;
 			
@@ -64,8 +59,6 @@ Command line usage: packageApacheFlexFor
 			import org.as3commons.zip.ZipEvent;
 			import org.as3commons.zip.ZipFile;
 			
-			import spark.components.Window;
-			import spark.effects.easing.Sine;
 			import spark.events.IndexChangeEvent;
 			import spark.events.TextOperationEvent;