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/04/15 01:51:38 UTC

[1/6] git commit: Generated file confuses git

Updated Branches:
  refs/heads/develop 20d68b04c -> 1bb908580


Generated file confuses git


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

Branch: refs/heads/develop
Commit: a02df4325778355f40b5ec9c4770099f27267dfd
Parents: 20d68b0
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 15 09:42:13 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 15 09:42:13 2013 +1000

----------------------------------------------------------------------
 frameworks/air-config.xml |  435 ----------------------------------------
 1 files changed, 0 insertions(+), 435 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a02df432/frameworks/air-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml
deleted file mode 100644
index eeb2950..0000000
--- a/frameworks/air-config.xml
+++ /dev/null
@@ -1,435 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-
-
-<flex-config>
-    <!-- Specifies the minimum player version that will run the compiled SWF. -->
-     <target-player>11.1</target-player>
-     
-    <!-- Specifies the version of the compiled SWF -->
-    <swf-version>14</swf-version>
-    
-   <compiler>
-
-      <!-- Turn on generation of accessible SWFs. -->
-      <accessible>true</accessible>
-      
-      <!-- Specifies the locales for internationalization. -->
-      <locale>
-          <locale-element>en_US</locale-element>
-      </locale>
-      
-      <!-- List of path elements that form the roots of ActionScript class hierarchies. -->
-      <!-- not set -->
-      <!--
-      <source-path>
-         <path-element>string</path-element>
-      </source-path>
-      -->
-	  
-	  <!-- Allow the source-path to have path-elements which contain other path-elements -->
-	  <allow-source-path-overlap>false</allow-source-path-overlap>
-      
-      <!-- Run the AS3 compiler in a mode that detects legal but potentially incorrect -->
-      <!-- code.                                                                       -->
-      <show-actionscript-warnings>true</show-actionscript-warnings>
-      
-      <!-- Turn on generation of debuggable SWFs. False by default for mxmlc, -->
-      <!-- but true by default for compc. -->
-      <!--
-      <debug>true</debug>
-      -->
-
-      <!-- List of SWC files or directories to compile against but to omit from -->
-      <!-- linking.                                                             -->
-      <external-library-path>
-          <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element>
-      </external-library-path>
-      
-      <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
-      <!-- the compiler during mxml translation and are helpful with understanding and   -->
-      <!-- debugging Flex applications.                                                  -->
-      <keep-generated-actionscript>false</keep-generated-actionscript>
-
-      <!-- not set -->
-      <!--
-      <include-libraries>
-         <library>string</library>
-      </include-libraries>
-      -->
-      
-      <!-- List of SWC files or directories that contain SWC files. -->
-      <library-path>
-         <path-element>libs</path-element>
-         <path-element>libs/mx</path-element>
-         <path-element>libs/air</path-element>
-         <path-element>{airHome}/frameworks/libs/air</path-element>
-         <path-element>locale/{locale}</path-element>
-      </library-path>
-     
-      <namespaces>
-      <!-- Specify a URI to associate with a manifest of components for use as MXML -->
-      <!-- elements.                                                                -->
-         <namespace>
-            <uri>http://ns.adobe.com/mxml/2009</uri>
-            <manifest>mxml-2009-manifest.xml</manifest>
-         </namespace>
-         <namespace>
-            <uri>library://ns.adobe.com/flex/spark</uri>
-            <manifest>spark-manifest.xml</manifest>
-         </namespace>
-         <namespace>
-            <uri>library://ns.adobe.com/flex/mx</uri>
-            <manifest>mx-manifest.xml</manifest>
-         </namespace>
-         <namespace>
-            <uri>http://www.adobe.com/2006/mxml</uri>
-            <manifest>mxml-manifest.xml</manifest>
-         </namespace>
-      </namespaces>
-      
-      <!-- Enable post-link SWF optimization. -->
-      <optimize>true</optimize>
-
-      <!-- Keep the following AS3 metadata in the bytecodes.                                             -->
-      <!-- Warning: For the data binding feature in the Flex framework to work properly,                 -->
-      <!--          the following metadata must be kept:                                                 -->
-      <!--          1. Bindable                                                                          -->
-      <!--          2. Managed                                                                           -->
-      <!--          3. ChangeEvent                                                                       -->
-      <!--          4. NonCommittingChangeEvent                                                          -->
-      <!--          5. Transient                                                                         -->
-      <!--
-      <keep-as3-metadata>
-          <name>Bindable</name>
-          <name>Managed</name>
-          <name>ChangeEvent</name>
-          <name>NonCommittingChangeEvent</name>
-          <name>Transient</name>
-      </keep-as3-metadata>
-      -->
-
-      <!-- Turn on reporting of data binding warnings. For example: Warning: Data binding -->
-      <!-- will not be able to detect assignments to "foo".                               -->
-      <show-binding-warnings>true</show-binding-warnings>
-      
-      <!-- toggle whether warnings generated from unused type selectors are displayed -->
-      <show-unused-type-selector-warnings>true</show-unused-type-selector-warnings>
-
-      <!-- Run the AS3 compiler in strict error checking mode. -->
-      <strict>true</strict>
-      
-      <!-- Use the ActionScript 3 class based object model for greater performance and better error reporting. -->
-      <!-- In the class based object model most built-in functions are implemented as fixed methods of classes -->
-      <!-- (-strict is recommended, but not required, for earlier errors) -->
-      <as3>true</as3>
-      
-      <!-- Use the ECMAScript edition 3 prototype based object model to allow dynamic overriding of prototype -->
-      <!-- properties. In the prototype based object model built-in functions are implemented as dynamic      -->
-      <!-- properties of prototype objects (-strict is allowed, but may result in compiler errors for         -->
-      <!-- references to dynamic properties) -->
-      <es>false</es>
-      
-      <!-- List of CSS or SWC files to apply as a theme. -->
-      <!-- not set -->
-      <!--
-      <theme>
-         <filename>string</filename>
-         <filename>string</filename>
-      </theme>
-      -->
-      
-      <!-- Turns on the display of stack traces for uncaught runtime errors. -->
-      <verbose-stacktraces>false</verbose-stacktraces>
-      
-      <!-- Defines the AS3 file encoding. -->
-      <!-- not set -->
-      <!--
-      <actionscript-file-encoding></actionscript-file-encoding>
-      -->
-      
-      <fonts>
-
-          <!-- Enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small -->
-          <!-- fonts. This setting can be overriden in CSS for specific fonts. -->
-          <!-- NOTE: flash-type has been deprecated. Please use advanced-anti-aliasing <flash-type>true</flash-type> -->
-          <advanced-anti-aliasing>true</advanced-anti-aliasing>
-        
-          <!-- The number of embedded font faces that are cached. -->
-          <max-cached-fonts>20</max-cached-fonts>
-        
-          <!-- The number of character glyph outlines to cache for each font face. -->
-          <max-glyphs-per-face>1000</max-glyphs-per-face>
-       
-          <!-- Defines ranges that can be used across multiple font-face declarations. -->
-          <!-- See flash-unicode-table.xml for more examples. -->
-          <!-- not set -->
-          <!--
-          <languages>
-              <language-range>
-                  <lang>englishRange</lang>
-                  <range>U+0020-U+007E</range>
-              </language-range>
-          </languages>
-          -->
-       
-          <!-- Compiler font manager classes, in policy resolution order-->
-          <managers>
-              <manager-class>flash.fonts.JREFontManager</manager-class>
-              <manager-class>flash.fonts.AFEFontManager</manager-class>
-              <manager-class>flash.fonts.BatikFontManager</manager-class>
-              <manager-class>flash.fonts.CFFFontManager</manager-class> 
-          </managers>
-
-          <!-- File containing cached system font licensing information produced via 
-               java -cp mxmlc.jar flex2.tools.FontSnapshot (fontpath)
-               Will default to winFonts.ser on Windows XP and
-               macFonts.ser on Mac OS X, so is commented out by default.
-
-          <local-fonts-snapshot>localFonts.ser</local-fonts-snapshot>
-          -->
-     
-      </fonts> 
-	   
-      <!-- Array.toString() format has changed. -->
-      <warn-array-tostring-changes>false</warn-array-tostring-changes>
-      
-      <!-- Assignment within conditional. -->
-      <warn-assignment-within-conditional>true</warn-assignment-within-conditional>
-      
-      <!-- Possibly invalid Array cast operation. -->
-      <warn-bad-array-cast>true</warn-bad-array-cast>
-      
-      <!-- Non-Boolean value used where a Boolean value was expected. -->
-      <warn-bad-bool-assignment>true</warn-bad-bool-assignment>
-
-      <!-- Invalid Date cast operation. -->
-      <warn-bad-date-cast>true</warn-bad-date-cast>
-      
-      <!-- Unknown method. -->
-      <warn-bad-es3-type-method>true</warn-bad-es3-type-method>
-
-      <!-- Unknown property. -->
-      <warn-bad-es3-type-prop>true</warn-bad-es3-type-prop>
-
-      <!-- Illogical comparison with NaN. Any comparison operation involving NaN will evaluate to false because NaN != NaN. -->
-      <warn-bad-nan-comparison>true</warn-bad-nan-comparison>
-
-      <!-- Impossible assignment to null. -->
-      <warn-bad-null-assignment>true</warn-bad-null-assignment>
-
-      <!-- Illogical comparison with null. -->
-      <warn-bad-null-comparison>true</warn-bad-null-comparison>
-
-      <!-- Illogical comparison with undefined. Only untyped variables (or variables of type *) can be undefined. -->
-      <warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
-
-      <!-- Boolean() with no arguments returns false in ActionScript 3.0. Boolean() returned undefined in ActionScript 2.0. -->
-      <warn-boolean-constructor-with-no-args>false</warn-boolean-constructor-with-no-args>
-
-      <!-- __resolve is no longer supported. -->
-      <warn-changes-in-resolve>false</warn-changes-in-resolve>
-
-      <!-- Class is sealed. It cannot have members added to it dynamically. -->
-      <warn-class-is-sealed>true</warn-class-is-sealed>
- 
-      <!-- Constant not initialized. -->
-      <warn-const-not-initialized>true</warn-const-not-initialized>
-
-      <!-- Function used in new expression returns a value. Result will be what the -->
-      <!-- function returns, rather than a new instance of that function.           -->
-      <warn-constructor-returns-value>false</warn-constructor-returns-value>
-
-      <!-- EventHandler was not added as a listener. -->
-      <warn-deprecated-event-handler-error>false</warn-deprecated-event-handler-error>
-
-      <!-- Unsupported ActionScript 2.0 function. -->
-      <warn-deprecated-function-error>true</warn-deprecated-function-error>
-
-      <!-- Unsupported ActionScript 2.0 property. -->
-      <warn-deprecated-property-error>true</warn-deprecated-property-error>
-
-      <!-- More than one argument by the same name. -->
-      <warn-duplicate-argument-names>true</warn-duplicate-argument-names>
-
-      <!-- Duplicate variable definition -->
-      <warn-duplicate-variable-def>true</warn-duplicate-variable-def>
-
-      <!-- ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order. -->
-      <warn-for-var-in-changes>false</warn-for-var-in-changes>
-
-      <!-- Importing a package by the same name as the current class will hide that class identifier in this scope. -->
-      <warn-import-hides-class>true</warn-import-hides-class>
-
-      <!-- Use of the instanceof operator. -->
-      <warn-instance-of-changes>true</warn-instance-of-changes>
-
-      <!-- Internal error in compiler. -->
-      <warn-internal-error>true</warn-internal-error>
-
-      <!-- _level is no longer supported. For more information, see the flash.display package. -->
-      <warn-level-not-supported>true</warn-level-not-supported>
-
-      <!-- Missing namespace declaration (e.g. variable is not defined to be public, private, etc.). -->
-      <warn-missing-namespace-decl>true</warn-missing-namespace-decl>
-
-      <!-- Negative value will become a large positive value when assigned to a uint data type. -->
-      <warn-negative-uint-literal>true</warn-negative-uint-literal>
-
-      <!-- Missing constructor. -->
-      <warn-no-constructor>false</warn-no-constructor>
-
-      <!-- The super() statement was not called within the constructor. -->
-      <warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>
-
-      <!-- Missing type declaration. -->
-      <warn-no-type-decl>true</warn-no-type-decl>
-     
-      <!-- In ActionScript 3.0, white space is ignored and '' returns 0. Number() returns -->
-      <!-- NaN in ActionScript 2.0 when the parameter is '' or contains white space.      -->
-      <warn-number-from-string-changes>false</warn-number-from-string-changes>
-      
-      <!-- Change in scoping for the this keyword. Class methods extracted from an  -->
-      <!-- instance of a class will always resolve this back to that instance. In   -->
-      <!-- ActionScript 2.0 this is looked up dynamically based on where the method -->
-      <!-- is invoked from.                                                         -->
-      <warn-scoping-change-in-this>false</warn-scoping-change-in-this>
-      
-      <!-- Inefficient use of += on a TextField.-->
-      <warn-slow-text-field-addition>true</warn-slow-text-field-addition>
-     
-      <!-- Possible missing parentheses. -->
-      <warn-unlikely-function-value>true</warn-unlikely-function-value>
-      
-      <!-- Possible usage of the ActionScript 2.0 XML class. -->
-      <warn-xml-class-has-changed>false</warn-xml-class-has-changed>
-   
-   </compiler>
-
-   <!-- compute-digest: writes a digest to the catalog.xml of a library. Use this when the library will be used as a
-                        cross-domain rsl.-->
-   <!-- compute-digest usage:
-   <compute-digest>boolean</compute-digest>
-   -->
-
-   <!-- remove-unused-rsls: remove RSLs that are not being used by the application-->
-   <remove-unused-rsls>true</remove-unused-rsls>
-	
-   <!-- A list of runtime shared library URLs to be loaded before applications start. -->
-   <!-- not set -->
-   <!--
-   <runtime-shared-libraries>
-      <url>string</url>
-      <url>string</url>
-   </runtime-shared-libraries>
-   -->
- 
-	<!-- runtime-shared-library-path: specifies a SWC or directory to link against and an RSL URL to load with optional failover URLs -->  
-      <!-- Framework SWC -->
-	<runtime-shared-library-path>
-		<path-element>libs/framework.swc</path-element>
-		<rsl-url>framework_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-	  
-	  <!-- TextLayout SWC -->
-	<!-- 
-	    Even though there is no textLayout rsl leave this in so that in a FlashBuilder
-	    Flex Library project, FlashBuilder will allow "Link Type" to be external.
-    -->
-    <runtime-shared-library-path>
-		<path-element>libs/textLayout.swc</path-element>
-		<rsl-url>textLayout_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-    
-      <!-- Spark SWC-->
-   	<runtime-shared-library-path>
-		<path-element>libs/spark.swc</path-element>
-		<rsl-url>spark_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-	
-      <!-- Sparkskins SWC-->
-   	<runtime-shared-library-path>
-		<path-element>libs/sparkskins.swc</path-element>
-		<rsl-url>sparkskins_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-	 
-	  <!-- RPC SWC -->
-	<runtime-shared-library-path>
-		<path-element>libs/rpc.swc</path-element>
-		<rsl-url>rpc_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-    	
-      <!-- Charts SWC -->
-	<runtime-shared-library-path>
-		<path-element>libs/charts.swc</path-element>
-		<rsl-url>charts_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-
-      <!-- Spark_dmv SWC -->
-	<runtime-shared-library-path>
-		<path-element>libs/spark_dmv.swc</path-element>
-		<rsl-url>spark_dmv_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-
-      <!-- OSMF SWC -->
-	<!-- 
-	    Even though there is no OSMF rsl leave this in so that in a FlashBuilder
-	    Flex Library project, FlashBuilder will allow "Link Type" to be external.
-    -->
-    <runtime-shared-library-path>
-		<path-element>libs/osmf.swc</path-element>
-		<rsl-url>osmf_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-      
-      <!-- MX SWC -->
-	<runtime-shared-library-path>
-		<path-element>libs/mx/mx.swc</path-element>
-		<rsl-url>mx_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-   
-      <!-- Advancedgrids SWC -->
-	<runtime-shared-library-path>
-		<path-element>libs/advancedgrids.swc</path-element>
-		<rsl-url>advancedgrids_${build.number}.swf</rsl-url>
-	</runtime-shared-library-path>
-	
-    <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
-	<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
-   
-   <!-- target-player: specifies the version of the player the application is targeting. 
-	               Features requiring a later version will not be compiled into the application. 
-                       The minimum value supported is "9.0.0".-->
-   <!-- target-player usage:
-   <target-player>version</target-player>
-   -->
-
-   <!-- Enables SWFs to access the network. -->
-   <use-network>true</use-network>
-   
-   <!-- Metadata added to SWFs via the SWF Metadata tag. -->
-   <metadata>
-      <title>Apache Flex 4 Application</title>
-      <description>http://www.adobe.com/products/flex</description>
-      <publisher>Apache Software Founcation</publisher>
-      <creator>unknown</creator>
-      <language>EN</language>
-   </metadata>
-
-</flex-config>


[3/6] git commit: Added generated air config files

Posted by jm...@apache.org.
Added generated air config files


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0004c403
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0004c403
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0004c403

Branch: refs/heads/develop
Commit: 0004c403a56835255e65dcd8e3eeba4cf1adfaf2
Parents: cb5a551
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 15 09:45:14 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 15 09:45:14 2013 +1000

----------------------------------------------------------------------
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0004c403/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 37fbb7a..812edd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,8 @@ release
 out
 gen
 frameworks/flex-config.xml
+frameworks/air-config.xml
+frameworks/airconfig-config.xml
 
 #Apache Flex Projects
 lib/


[5/6] git commit: Git confused by chaning file permissions checing in with correct file permissions

Posted by jm...@apache.org.
Git confused by chaning file permissions checing in with correct file permissions


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

Branch: refs/heads/develop
Commit: f358e51874b8683eb305e6d5382b3e558fe0c3b6
Parents: 0a83bf1
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 15 09:48:26 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 15 09:48:26 2013 +1000

----------------------------------------------------------------------
 0 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f358e518/frameworks/projects/flash-integration/FlexComponentKit.mxi
----------------------------------------------------------------------
diff --git a/frameworks/projects/flash-integration/FlexComponentKit.mxi b/frameworks/projects/flash-integration/FlexComponentKit.mxi
old mode 100644
new mode 100755


[4/6] git commit: Air clean didn't clean all of template directory

Posted by jm...@apache.org.
Air clean didn't clean all of template directory


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0a83bf17
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0a83bf17
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0a83bf17

Branch: refs/heads/develop
Commit: 0a83bf17fa739ef2450a39d840c76a96c2d5b8fc
Parents: 0004c40
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 15 09:46:09 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 15 09:46:09 2013 +1000

----------------------------------------------------------------------
 frameworks/build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0a83bf17/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 04c1b8d..8522929 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -313,6 +313,7 @@
         </delete>
         <delete includeEmptyDirs="true" failonerror="false">
             <fileset dir="${FLEX_HOME}/templates">
+            	<include name="sdk/**" />
                 <include name="air/**" />
                 <include name="extensions/**" />
             </fileset>


[6/6] git commit: Ignore copied airsdk.xml file

Posted by jm...@apache.org.
Ignore copied airsdk.xml file


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1bb90858
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1bb90858
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1bb90858

Branch: refs/heads/develop
Commit: 1bb90858019ef0d0b1eba5a6dec3d0227822c681
Parents: f358e51
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 15 09:50:59 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 15 09:50:59 2013 +1000

----------------------------------------------------------------------
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1bb90858/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 812edd4..8be8802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@ local.properties
 flex-sdk-description.xml
 packages.dita
 rat.report
+airsdk.xml
 
 #OS junk files
 [Tt]humbs.db


[2/6] git commit: Generated file confuses git

Posted by jm...@apache.org.
Generated file confuses git


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

Branch: refs/heads/develop
Commit: cb5a5513ff70faf563d37edb3e1814d12e873b8f
Parents: a02df43
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 15 09:42:23 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 15 09:42:23 2013 +1000

----------------------------------------------------------------------
 frameworks/airmobile-config.xml |  357 ----------------------------------
 1 files changed, 0 insertions(+), 357 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cb5a5513/frameworks/airmobile-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/airmobile-config.xml b/frameworks/airmobile-config.xml
deleted file mode 100644
index 60e4f16..0000000
--- a/frameworks/airmobile-config.xml
+++ /dev/null
@@ -1,357 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-
-
-<flex-config>
-    <!-- Specifies the minimum player version that will run the compiled SWF. -->
-     <target-player>11.1</target-player>
-
-    <!-- Specifies the version of the compiled SWF -->
-    <swf-version>14</swf-version>
-    
-   <compiler>
-
-      <!-- Turn on generation of accessible SWFs. -->
-      <accessible>false</accessible>
-      
-      <!-- Specifies the locales for internationalization. -->
-      <locale>
-          <locale-element>en_US</locale-element>
-      </locale>
-
-      <!-- Specifies that the target runtime is a mobile device. -->
-      <mobile>true</mobile>
-
-      <!-- List of path elements that form the roots of ActionScript class hierarchies. -->
-      <!-- not set -->
-      <!--
-      <source-path>
-         <path-element>string</path-element>
-      </source-path>
-      -->
-	  
-	  <!-- Allow the source-path to have path-elements which contain other path-elements -->
-	  <allow-source-path-overlap>false</allow-source-path-overlap>
-      
-      <!-- Run the AS3 compiler in a mode that detects legal but potentially incorrect -->
-      <!-- code.                                                                       -->
-      <show-actionscript-warnings>true</show-actionscript-warnings>
-      
-      <!-- Turn on generation of debuggable SWFs. False by default for mxmlc, -->
-      <!-- but true by default for compc. -->
-      <!--
-      <debug>true</debug>
-      -->
-
-      <!-- List of SWC files or directories to compile against but to omit from -->
-      <!-- linking.                                                             -->
-      <external-library-path>
-         <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element>
-      </external-library-path>
-      
-      <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
-      <!-- the compiler during mxml translation and are helpful with understanding and   -->
-      <!-- debugging Flex applications.                                                  -->
-      <keep-generated-actionscript>false</keep-generated-actionscript>
-
-      <!-- not set -->
-      <!--
-      <include-libraries>
-         <library>string</library>
-      </include-libraries>
-      -->
-      
-      <!-- List of SWC files or directories that contain SWC files. -->
-      <library-path>
-         <path-element>libs</path-element>
-         <path-element>libs/mobile</path-element>
-         <path-element>{airHome}/frameworks/libs/air/servicemonitor.swc</path-element>
-         <path-element>locale/{locale}</path-element>
-      </library-path>
-     
-      <namespaces>
-      <!-- Specify a URI to associate with a manifest of components for use as MXML -->
-      <!-- elements.                                                                -->
-         <namespace>
-            <uri>http://ns.adobe.com/mxml/2009</uri>
-            <manifest>mxml-2009-manifest.xml</manifest>
-         </namespace>
-         <namespace>
-            <uri>library://ns.adobe.com/flex/spark</uri>
-            <manifest>spark-manifest.xml</manifest>
-         </namespace>
-      </namespaces>
-      
-      <!-- Enable post-link SWF optimization. -->
-      <optimize>true</optimize>
-
-      <!-- Keep the following AS3 metadata in the bytecodes.                                             -->
-      <!-- Warning: For the data binding feature in the Flex framework to work properly,                 -->
-      <!--          the following metadata must be kept:                                                 -->
-      <!--          1. Bindable                                                                          -->
-      <!--          2. Managed                                                                           -->
-      <!--          3. ChangeEvent                                                                       -->
-      <!--          4. NonCommittingChangeEvent                                                          -->
-      <!--          5. Transient                                                                         -->
-      <!--
-      <keep-as3-metadata>
-          <name>Bindable</name>
-          <name>Managed</name>
-          <name>ChangeEvent</name>
-          <name>NonCommittingChangeEvent</name>
-          <name>Transient</name>
-      </keep-as3-metadata>
-      -->
-      
-      <!-- Default preloader. -->
-      <preloader>spark.preloaders.SplashScreen</preloader>
-
-      <!-- Turn on reporting of data binding warnings. For example: Warning: Data binding -->
-      <!-- will not be able to detect assignments to "foo".                               -->
-      <show-binding-warnings>true</show-binding-warnings>
-      
-      <!-- toggle whether warnings generated from unused type selectors are displayed -->
-      <show-unused-type-selector-warnings>true</show-unused-type-selector-warnings>
-
-      <!-- Run the AS3 compiler in strict error checking mode. -->
-      <strict>true</strict>
-      
-      <!-- Use the ActionScript 3 class based object model for greater performance and better error reporting. -->
-      <!-- In the class based object model most built-in functions are implemented as fixed methods of classes -->
-      <!-- (-strict is recommended, but not required, for earlier errors) -->
-      <as3>true</as3>
-      
-      <!-- Use the ECMAScript edition 3 prototype based object model to allow dynamic overriding of prototype -->
-      <!-- properties. In the prototype based object model built-in functions are implemented as dynamic      -->
-      <!-- properties of prototype objects (-strict is allowed, but may result in compiler errors for         -->
-      <!-- references to dynamic properties) -->
-      <es>false</es>
-      
-      <!-- List of CSS or SWC files to apply as a theme. -->
-      <theme>
-         <!-- default theme is mobile -->
-         <filename>themes/Mobile/mobile.swc</filename>
-      </theme>
-      
-      <!-- Turns on the display of stack traces for uncaught runtime errors. -->
-      <verbose-stacktraces>false</verbose-stacktraces>
-      
-      <!-- Defines the AS3 file encoding. -->
-      <!-- not set -->
-      <!--
-      <actionscript-file-encoding></actionscript-file-encoding>
-      -->
-      
-      <fonts>
-
-          <!-- Enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small -->
-          <!-- fonts. This setting can be overriden in CSS for specific fonts. -->
-          <!-- NOTE: flash-type has been deprecated. Please use advanced-anti-aliasing <flash-type>true</flash-type> -->
-          <advanced-anti-aliasing>true</advanced-anti-aliasing>
-        
-          <!-- The number of embedded font faces that are cached. -->
-          <max-cached-fonts>20</max-cached-fonts>
-        
-          <!-- The number of character glyph outlines to cache for each font face. -->
-          <max-glyphs-per-face>1000</max-glyphs-per-face>
-       
-          <!-- Defines ranges that can be used across multiple font-face declarations. -->
-          <!-- See flash-unicode-table.xml for more examples. -->
-          <!-- not set -->
-          <!--
-          <languages>
-              <language-range>
-                  <lang>englishRange</lang>
-                  <range>U+0020-U+007E</range>
-              </language-range>
-          </languages>
-          -->
-       
-          <!-- Compiler font manager classes, in policy resolution order-->
-          <managers>
-              <manager-class>flash.fonts.JREFontManager</manager-class>
-              <manager-class>flash.fonts.AFEFontManager</manager-class>
-              <manager-class>flash.fonts.BatikFontManager</manager-class>
-              <manager-class>flash.fonts.CFFFontManager</manager-class> 
-          </managers>
-
-          <!-- File containing cached system font licensing information produced via 
-               java -cp mxmlc.jar flex2.tools.FontSnapshot (fontpath)
-               Will default to winFonts.ser on Windows XP and
-               macFonts.ser on Mac OS X, so is commented out by default.
-
-          <local-fonts-snapshot>localFonts.ser</local-fonts-snapshot>
-          -->
-     
-      </fonts> 
-	   
-      <!-- Array.toString() format has changed. -->
-      <warn-array-tostring-changes>false</warn-array-tostring-changes>
-      
-      <!-- Assignment within conditional. -->
-      <warn-assignment-within-conditional>true</warn-assignment-within-conditional>
-      
-      <!-- Possibly invalid Array cast operation. -->
-      <warn-bad-array-cast>true</warn-bad-array-cast>
-      
-      <!-- Non-Boolean value used where a Boolean value was expected. -->
-      <warn-bad-bool-assignment>true</warn-bad-bool-assignment>
-
-      <!-- Invalid Date cast operation. -->
-      <warn-bad-date-cast>true</warn-bad-date-cast>
-      
-      <!-- Unknown method. -->
-      <warn-bad-es3-type-method>true</warn-bad-es3-type-method>
-
-      <!-- Unknown property. -->
-      <warn-bad-es3-type-prop>true</warn-bad-es3-type-prop>
-
-      <!-- Illogical comparison with NaN. Any comparison operation involving NaN will evaluate to false because NaN != NaN. -->
-      <warn-bad-nan-comparison>true</warn-bad-nan-comparison>
-
-      <!-- Impossible assignment to null. -->
-      <warn-bad-null-assignment>true</warn-bad-null-assignment>
-
-      <!-- Illogical comparison with null. -->
-      <warn-bad-null-comparison>true</warn-bad-null-comparison>
-
-      <!-- Illogical comparison with undefined. Only untyped variables (or variables of type *) can be undefined. -->
-      <warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
-
-      <!-- Boolean() with no arguments returns false in ActionScript 3.0. Boolean() returned undefined in ActionScript 2.0. -->
-      <warn-boolean-constructor-with-no-args>false</warn-boolean-constructor-with-no-args>
-
-      <!-- __resolve is no longer supported. -->
-      <warn-changes-in-resolve>false</warn-changes-in-resolve>
-
-      <!-- Class is sealed. It cannot have members added to it dynamically. -->
-      <warn-class-is-sealed>true</warn-class-is-sealed>
- 
-      <!-- Constant not initialized. -->
-      <warn-const-not-initialized>true</warn-const-not-initialized>
-
-      <!-- Function used in new expression returns a value. Result will be what the -->
-      <!-- function returns, rather than a new instance of that function.           -->
-      <warn-constructor-returns-value>false</warn-constructor-returns-value>
-
-      <!-- EventHandler was not added as a listener. -->
-      <warn-deprecated-event-handler-error>false</warn-deprecated-event-handler-error>
-
-      <!-- Unsupported ActionScript 2.0 function. -->
-      <warn-deprecated-function-error>true</warn-deprecated-function-error>
-
-      <!-- Unsupported ActionScript 2.0 property. -->
-      <warn-deprecated-property-error>true</warn-deprecated-property-error>
-
-      <!-- More than one argument by the same name. -->
-      <warn-duplicate-argument-names>true</warn-duplicate-argument-names>
-
-      <!-- Duplicate variable definition -->
-      <warn-duplicate-variable-def>true</warn-duplicate-variable-def>
-
-      <!-- ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order. -->
-      <warn-for-var-in-changes>false</warn-for-var-in-changes>
-
-      <!-- Importing a package by the same name as the current class will hide that class identifier in this scope. -->
-      <warn-import-hides-class>true</warn-import-hides-class>
-
-      <!-- Use of the instanceof operator. -->
-      <warn-instance-of-changes>true</warn-instance-of-changes>
-
-      <!-- Internal error in compiler. -->
-      <warn-internal-error>true</warn-internal-error>
-
-      <!-- _level is no longer supported. For more information, see the flash.display package. -->
-      <warn-level-not-supported>true</warn-level-not-supported>
-
-      <!-- Missing namespace declaration (e.g. variable is not defined to be public, private, etc.). -->
-      <warn-missing-namespace-decl>true</warn-missing-namespace-decl>
-
-      <!-- Negative value will become a large positive value when assigned to a uint data type. -->
-      <warn-negative-uint-literal>true</warn-negative-uint-literal>
-
-      <!-- Missing constructor. -->
-      <warn-no-constructor>false</warn-no-constructor>
-
-      <!-- The super() statement was not called within the constructor. -->
-      <warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>
-
-      <!-- Missing type declaration. -->
-      <warn-no-type-decl>true</warn-no-type-decl>
-     
-      <!-- In ActionScript 3.0, white space is ignored and '' returns 0. Number() returns -->
-      <!-- NaN in ActionScript 2.0 when the parameter is '' or contains white space.      -->
-      <warn-number-from-string-changes>false</warn-number-from-string-changes>
-      
-      <!-- Change in scoping for the this keyword. Class methods extracted from an  -->
-      <!-- instance of a class will always resolve this back to that instance. In   -->
-      <!-- ActionScript 2.0 this is looked up dynamically based on where the method -->
-      <!-- is invoked from.                                                         -->
-      <warn-scoping-change-in-this>false</warn-scoping-change-in-this>
-      
-      <!-- Inefficient use of += on a TextField.-->
-      <warn-slow-text-field-addition>true</warn-slow-text-field-addition>
-     
-      <!-- Possible missing parentheses. -->
-      <warn-unlikely-function-value>true</warn-unlikely-function-value>
-      
-      <!-- Possible usage of the ActionScript 2.0 XML class. -->
-      <warn-xml-class-has-changed>false</warn-xml-class-has-changed>
-   
-   </compiler>
-
-   <!-- compute-digest: writes a digest to the catalog.xml of a library. Use this when the library will be used as a
-                        cross-domain rsl.-->
-   <!-- compute-digest usage:
-   <compute-digest>boolean</compute-digest>
-   -->
-
-   <!-- A list of runtime shared library URLs to be loaded before applications start. -->
-   <!-- not set -->
-   <!--
-   <runtime-shared-libraries>
-      <url>string</url>
-      <url>string</url>
-   </runtime-shared-libraries>
-   -->
-	
-	<!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
-	<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
-   
-   <!-- target-player: specifies the version of the player the application is targeting. 
-	               Features requiring a later version will not be compiled into the application. 
-                       The minimum value supported is "9.0.0".-->
-   <!-- target-player usage:
-   <target-player>version</target-player>
-   -->
-
-   <!-- Enables SWFs to access the network. -->
-   <use-network>true</use-network>
-   
-   <!-- Metadata added to SWFs via the SWF Metadata tag. -->
-   <metadata>
-      <title>Adobe Flex 4 Application</title>
-      <description>http://www.adobe.com/products/flex</description>
-      <publisher>unknown</publisher>
-      <creator>unknown</creator>
-      <language>EN</language>
-   </metadata>
-
-</flex-config>