You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2017/05/12 17:28:51 UTC

[4/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/59f231d2/distribution/src/main/resources/frameworks/airmobile-config.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/resources/frameworks/airmobile-config.xml b/distribution/src/main/resources/frameworks/airmobile-config.xml
index 5ec2e07..2cd72a6 100644
--- a/distribution/src/main/resources/frameworks/airmobile-config.xml
+++ b/distribution/src/main/resources/frameworks/airmobile-config.xml
@@ -21,115 +21,467 @@
 
 <flex-config>
     <!-- Specifies the minimum player version that will run the compiled SWF. -->
-    <target-player>${air.version}</target-player>
+   <target-player>${air.version}</target-player>
 
     <!-- Specifies the version of the compiled SWF -->
-    <swf-version>${swf.version}</swf-version>
-
-    <compiler>
-
-        <!-- 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>
-
-        <!-- 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>
-
-        <!-- 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>{airHome}/frameworks/libs/air</path-element>
-            <path-element>locale/{locale}</path-element>
-        </library-path>
-
-        <!-- Enable post-link SWF optimization. -->
-        <optimize>true</optimize>
-
-        <!-- Keep the following AS3 metadata in the bytecodes.                                             -->
-        <!--
-        <keep-as3-metadata>
-            <name>Transient</name>
-        </keep-as3-metadata>
-        -->
-
-        <!-- Run the AS3 compiler in strict error checking mode. -->
-        <strict>true</strict>
-
-        <!-- Run the AS3 compiler in a mode that detects legal but potentially incorrect -->
-        <!-- code. -->
-        <show-actionscript-warnings>true</show-actionscript-warnings>
-
-        <!-- 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>
-
-        <!-- Invalid Date cast operation. -->
-        <warn-bad-date-cast>true</warn-bad-date-cast>
-
-        <!-- 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 undefined. Only untyped variables (or variables of type *) can be undefined. -->
-        <warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
-
-        <!-- Constant not initialized. -->
-        <warn-const-not-initialized>true</warn-const-not-initialized>
-
-        <!-- Duplicate variable definition -->
-        <warn-duplicate-variable-def>true</warn-duplicate-variable-def>
-
-        <!-- Use of the instanceof operator. -->
-        <warn-instance-of-changes>true</warn-instance-of-changes>
-
-        <!-- Missing namespace declaration (e.g. variable is not defined to be public, private, etc.). -->
-        <warn-missing-namespace-decl>true</warn-missing-namespace-decl>
-
-        <!-- Missing type declaration. -->
-        <warn-no-type-decl>true</warn-no-type-decl>
-
-    </compiler>
-
-    <!-- Enables SWFs to access the network. -->
-    <use-network>true</use-network>
-
-    <!-- Metadata added to SWFs via the SWF Metadata tag. -->
-    <metadata>
-        <title>Apache FlexJS Application</title>
-        <description>http://flex.apache.org/</description>
-        <publisher>Apache Software Foundation</publisher>
-        <creator>Apache Software Foundation</creator>
-        <language>en_US</language>
-    </metadata>
+   <swf-version>${swf.version}</swf-version>
+    
+   <compiler>
+       
+      <!-- build both SWF and JS. -->
+      <targets>
+          <target>SWF</target>
+          <target>JSFlex</target>
+      </targets>
+
+      <define><name>COMPILE::SWF</name><value>AUTO</value></define>
+      <define><name>COMPILE::JS</name><value>AUTO</value></define>
+
+      <!-- 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.                                                             -->
+      <swf-external-library-path>
+          <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element>
+      </swf-external-library-path>
+      
+      <!-- List of SWC files or directories to compile against but to omit from -->
+      <!-- linking.                                                             -->
+      <js-external-library-path>
+          <path-element>../js/libs/flexjs-typedefs-js-{flexVersion}-typedefs.swc</path-element>
+      </js-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. -->
+      <swf-library-path>
+         <path-element>libs</path-element>
+         <path-element>{airHome}/frameworks/libs/air</path-element>
+      </swf-library-path>
+      
+      <!-- List of SWC files or directories that contain SWC files. -->
+      <js-library-path>
+          <path-element>js/FlexJS/libs</path-element>
+      </js-library-path>
+      
+      <allow-subclass-overrides>true</allow-subclass-overrides>
+     <mxml>
+         <children-as-data>true</children-as-data>
+         <imports>
+             <implicit-import>org.apache.flex.events.*</implicit-import>
+             <implicit-import>org.apache.flex.geom.*</implicit-import>
+             <implicit-import>org.apache.flex.core.ClassFactory</implicit-import>
+             <implicit-import>org.apache.flex.core.IFactory</implicit-import>
+         </imports>
+     </mxml>
+     <binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event>
+     <binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
+     <binding-value-change-event-type>valueChange</binding-value-change-event-type>
+     <binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
+     <binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
+     <binding-event-handler-interface>org.apache.flex.events.IEventDispatcher</binding-event-handler-interface>
+     <states-class>org.apache.flex.states.State</states-class>
+     <states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
+     <states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>
+     <states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class>
+     <component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class>
+     <component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface>
+
+     <namespaces>
+      <!-- Specify a URI to associate with a manifest of components for use as MXML -->
+      <!-- elements.                                                                -->
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-binding.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-basic.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-charts.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-collections.xml</manifest>
+          
+      </namespace>
+         <namespace>
+            <uri>library://ns.apache.org/flexjs/basic</uri>
+            
+            <manifest>manifests/basic-manifest-core.xml</manifest>
+         
+        </namespace>                                                 
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-dragdrop.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-effects.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-formatters.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-graphics.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-html.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-mobile.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/basic</uri>
+             
+             <manifest>manifests/basic-manifest-network.xml</manifest>
+             
+         </namespace>
+         <namespace>
+            <uri>library://ns.apache.org/flexjs/html5</uri>
+            
+            <manifest>manifests/html5-manifest.xml</manifest>
+         
+        </namespace>   
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/flat</uri>
+             
+             <manifest>manifests/flat-manifest.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/jquery</uri>
+             
+             <manifest>manifests/jquery-manifest.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/google</uri>
+             
+             <manifest>manifests/google-manifest.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/cordova</uri>
+             
+             <manifest>manifests/cordova-manifest.xml</manifest>
+             
+         </namespace>
+         <namespace>
+             <uri>library://ns.apache.org/flexjs/createjs</uri>
+             
+             <manifest>manifests/createjs-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>
+          <name>Mixin</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>
+      </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>
+    
+    
+    <!-- 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 FlexJS Application</title>
+      <description>http://flex.apache.org/</description>
+      <publisher>Apache Software Foundation</publisher>
+      <creator>Apache Software Foundation</creator>
+      <language>en_US</language>
+   </metadata>
 
 </flex-config>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/59f231d2/distribution/src/main/resources/frameworks/createjs-config-template.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/resources/frameworks/createjs-config-template.xml b/distribution/src/main/resources/frameworks/createjs-config-template.xml
index df32b02..907f02b 100644
--- a/distribution/src/main/resources/frameworks/createjs-config-template.xml
+++ b/distribution/src/main/resources/frameworks/createjs-config-template.xml
@@ -29,6 +29,11 @@
 
    <compiler>
 
+      <!-- build both SWF and JS. -->
+      <targets>
+          <target>JS</target>
+      </targets>
+      
       <!-- List of path elements that form the roots of ActionScript class hierarchies. -->
       <!-- not set -->
       <!--
@@ -74,6 +79,7 @@
          <path-element>../js/libs/flexjs-typedefs-gcl-{flexVersion}-typedefs.swc</path-element>
       </library-path>
 
+      <allow-subclass-overrides>true</allow-subclass-overrides>
       <mxml>
           <children-as-data>true</children-as-data>
           <imports>
@@ -88,6 +94,7 @@
       <binding-value-change-event-type>valueChange</binding-value-change-event-type>
       <binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
       <binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
+      <binding-event-handler-interface>org.apache.flex.events.IEventDispatcher</binding-event-handler-interface>
       <states-class>org.apache.flex.states.State</states-class>
       <states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
       <states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/59f231d2/distribution/src/main/resources/frameworks/createjs-config.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/resources/frameworks/createjs-config.xml b/distribution/src/main/resources/frameworks/createjs-config.xml
index 1582ed2..2d735ed 100644
--- a/distribution/src/main/resources/frameworks/createjs-config.xml
+++ b/distribution/src/main/resources/frameworks/createjs-config.xml
@@ -21,14 +21,19 @@
 
 
 <flex-config>
-  <!-- Specifies the minimum player version that will run the compiled SWF. -->
-  <target-player>${flash.version}</target-player>
+    <!-- Specifies the minimum player version that will run the compiled SWF. -->
+   <target-player>${flash.version}</target-player>
 
-  <!-- Specifies the version of the compiled SWF -->
-  <swf-version>${swf.version}</swf-version>
+    <!-- Specifies the version of the compiled SWF -->
+   <swf-version>${swf.version}</swf-version>
 
    <compiler>
 
+      <!-- build both SWF and JS. -->
+      <targets>
+          <target>JS</target>
+      </targets>
+      
       <!-- List of path elements that form the roots of ActionScript class hierarchies. -->
       <!-- not set -->
       <!--
@@ -74,6 +79,7 @@
          <path-element>../js/libs/flexjs-typedefs-gcl-{flexVersion}-typedefs.swc</path-element>
       </library-path>
 
+      <allow-subclass-overrides>true</allow-subclass-overrides>
       <mxml>
           <children-as-data>true</children-as-data>
           <imports>
@@ -88,6 +94,7 @@
       <binding-value-change-event-type>valueChange</binding-value-change-event-type>
       <binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
       <binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
+      <binding-event-handler-interface>org.apache.flex.events.IEventDispatcher</binding-event-handler-interface>
       <states-class>org.apache.flex.states.State</states-class>
       <states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
       <states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/59f231d2/distribution/src/main/resources/frameworks/flex-config-template.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/resources/frameworks/flex-config-template.xml b/distribution/src/main/resources/frameworks/flex-config-template.xml
index ffa629d..ab5bb52 100644
--- a/distribution/src/main/resources/frameworks/flex-config-template.xml
+++ b/distribution/src/main/resources/frameworks/flex-config-template.xml
@@ -21,427 +21,503 @@
 
 
 <flex-config>
-  <!-- Specifies the minimum player version that will run the compiled SWF. -->
-  <target-player>@playerversion@</target-player>
-
-  <!-- Specifies the version of the compiled SWF -->
-  <swf-version>@swfversion@</swf-version>
-
-  <compiler>
-
-    <!-- Turn on generation of accessible SWFs. -->
-    <accessible>true</accessible>
-
-    <!-- Specifies the locales for internationalization. -->
-    <locale>
-      <locale-element>@locale@</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>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.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>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
-    </library-path>
-
-    <mxml>
-      <children-as-data>true</children-as-data>
-      <imports>
-        <implicit-import>org.apache.flex.events.*</implicit-import>
-        <implicit-import>org.apache.flex.geom.*</implicit-import>
-        <implicit-import>org.apache.flex.core.ClassFactory</implicit-import>
-        <implicit-import>org.apache.flex.core.IFactory</implicit-import>
-      </imports>
-    </mxml>
-    <binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event>
-    <binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
-    <binding-value-change-event-type>valueChange</binding-value-change-event-type>
-    <binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
-    <binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
-    <states-class>org.apache.flex.states.State</states-class>
-    <states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
-    <states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>
-    <states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class>
-    <component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class>
-    <component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface>
-
-    <namespaces>
+    <!-- Specifies the minimum player version that will run the compiled SWF. -->
+   <target-player>@playerversion@</target-player>
+
+    <!-- Specifies the version of the compiled SWF -->
+   <swf-version>@swfversion@</swf-version>
+
+   <compiler>
+
+      <!-- build both SWF and JS. -->
+      <targets>
+          <target>SWF</target>
+          <target>JSFlex</target>
+      </targets>
+    
+      <define><name>COMPILE::SWF</name><value>AUTO</value></define>
+      <define><name>COMPILE::JS</name><value>AUTO</value></define>
+    
+      <!-- Turn on generation of accessible SWFs. -->
+      <accessible>true</accessible>
+
+      <!-- Specifies the locales for internationalization. -->
+      <locale>
+          <locale-element>@locale@</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.                                                             -->
+      <swf-external-library-path>
+          <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element>
+      </swf-external-library-path>
+
+      <!-- List of SWC files or directories to compile against but to omit from -->
+      <!-- linking.                                                             -->
+      <js-external-library-path>
+          <path-element>../js/libs/flexjs-typedefs-js-{flexVersion}-typedefs.swc</path-element>
+      </js-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. -->
+      <swf-library-path>
+         <path-element>libs</path-element>
+         <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
+      </swf-library-path>
+
+      <!-- List of SWC files or directories that contain SWC files. -->
+      <js-library-path>
+          <path-element>js/FlexJS/libs</path-element>
+      </js-library-path>
+
+      <allow-subclass-overrides>true</allow-subclass-overrides>
+      <mxml>
+          <children-as-data>true</children-as-data>
+          <imports>
+              <implicit-import>org.apache.flex.events.*</implicit-import>
+              <implicit-import>org.apache.flex.geom.*</implicit-import>
+              <implicit-import>org.apache.flex.core.ClassFactory</implicit-import>
+              <implicit-import>org.apache.flex.core.IFactory</implicit-import>
+          </imports>
+      </mxml>
+      <binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event>
+      <binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
+      <binding-value-change-event-type>valueChange</binding-value-change-event-type>
+      <binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
+      <binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
+      <binding-event-handler-interface>org.apache.flex.events.IEventDispatcher</binding-event-handler-interface>
+      <states-class>org.apache.flex.states.State</states-class>
+      <states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
+      <states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>
+      <states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class>
+      <component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class>
+      <component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface>
+
+      <namespaces>
       <!-- Specify a URI to associate with a manifest of components for use as MXML -->
       <!-- elements.                                                                -->
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-binding.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-binding.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-charts.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-basic.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-collections.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-charts.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-core.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-collections.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-dragdrop.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-core.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-effects.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-dragdrop.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-formatters.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-effects.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-graphics.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-formatters.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-html.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-graphics.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-mobile.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/svg</uri>
+          
+          <manifest>manifests/svg-manifest-graphics.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-network.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-html.xml</manifest>
+          
       </namespace>
-      <!--namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-storage.xml</manifest>
-      </namespace-->
-      <!--namespace>
-        <uri>library://ns.apache.org/flexjs/basic</uri>
-        <manifest>manifests/basic-manifest-xml.xml</manifest>
-      </namespace-->
       <namespace>
-        <uri>library://ns.apache.org/flexjs/cordova</uri>
-        <manifest>manifests/cordova-manifest.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/svg</uri>
+          
+          <manifest>manifests/svg-manifest-basic.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/createjs</uri>
-        <manifest>manifests/createjs-manifest.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-mobile.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/flat</uri>
-        <manifest>manifests/flat-manifest.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/basic</uri>
+          
+          <manifest>manifests/basic-manifest-network.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/google</uri>
-        <manifest>manifests/google-manifest.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/html5</uri>
+          
+          <manifest>manifests/html5-manifest.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/html5</uri>
-        <manifest>manifests/html5-manifest.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/flat</uri>
+          
+          <manifest>manifests/flat-manifest.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/jquery</uri>
-        <manifest>manifests/jquery-manifest.xml</manifest>
+          <uri>library://ns.apache.org/flexjs/jquery</uri>
+          
+          <manifest>manifests/jquery-manifest.xml</manifest>
+          
       </namespace>
-      <!--namespace>
-        <uri>library://ns.apache.org/flexjs/svg</uri>
-        <manifest>manifests/svg-manifest-html.xml</manifest>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/google</uri>
+          
+          <manifest>manifests/google-manifest.xml</manifest>
+          
       </namespace>
       <namespace>
-        <uri>library://ns.apache.org/flexjs/svg</uri>
-        <manifest>manifests/svg-manifest-graphics.xml</manifest>
-      </namespace-->
-    </namespaces>
-
-    <!-- Enable post-link SWF optimization. -->
-    <optimize>true</optimize>
-
-    <!-- Enable trace statement omission. -->
-    <omit-trace-statements>true</omit-trace-statements>
-
-    <!-- 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>
-        <name>Mixin</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. -->
-    <theme>
-    </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 -->
+          <uri>library://ns.apache.org/flexjs/cordova</uri>
+          
+          <manifest>manifests/cordova-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/createjs</uri>
+          
+          <manifest>manifests/createjs-manifest.xml</manifest>
+          
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/mdl</uri>
+
+          <manifest>manifests/mdl-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/express</uri>
+
+          <manifest>manifests/express-manifest.xml</manifest>
+
+      </namespace>
+      <namespace>
+          <uri>library://ns.apache.org/flexjs/fa</uri>
+
+          <manifest>manifests/fa-manifest.xml</manifest>
+
+      </namespace>
+      </namespaces>
+
+      <!-- Enable post-link SWF optimization. -->
+      <optimize>true</optimize>
+
+      <!-- Enable trace statement omission. -->
+      <omit-trace-statements>true</omit-trace-statements>
+
+      <!-- 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                                                                         -->
       <!--
-      <languages>
-          <language-range>
-              <lang>englishRange</lang>
-              <range>U+0020-007E</range>
-          </language-range>
-      </languages>
+      <keep-as3-metadata>
+          <name>Bindable</name>
+          <name>Managed</name>
+          <name>ChangeEvent</name>
+          <name>NonCommittingChangeEvent</name>
+          <name>Transient</name>
+          <name>Mixin</name>
+      </keep-as3-metadata>
       -->
 
-      <!-- Compiler font manager classes, in policy resolution order -->
-      <!-- NOTE: For Apache Flex -->
-      <!-- AFEFontManager and CFFFontManager both use proprietary technology.  -->
-      <!-- You must install the optional font jars if you wish to use embedded fonts  -->
-      <!-- directly or you can use fontswf to precompile the font as a swf.  -->
-      <managers>
-        <manager-class>flash.fonts.JREFontManager</manager-class>
-        <manager-class>flash.fonts.BatikFontManager</manager-class>
-        <manager-class>flash.fonts.AFEFontManager</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>
+      <!-- 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>
+      </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>
+      <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-007E</range>
+              </language-range>
+          </languages>
+          -->
+
+          <!-- Compiler font manager classes, in policy resolution order -->
+          <!-- NOTE: For Apache Flex -->
+          <!-- AFEFontManager and CFFFontManager both use proprietary technology.  -->
+          <!-- You must install the optional font jars if you wish to use embedded fonts  -->
+          <!-- directly or you can use fontswf to precompile the font as a swf.  -->
+          <managers>
+              <manager-class>flash.fonts.JREFontManager</manager-class>
+              <manager-class>flash.fonts.BatikFontManager</manager-class>
+              <manager-class>flash.fonts.AFEFontManager</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.
 
-    <!-- Array.toString() format has changed. -->
-    <warn-array-tostring-changes>false</warn-array-tostring-changes>
+          <local-fonts-snapshot>localFonts.ser</local-fonts-snapshot>
+          -->
 
-    <!-- Assignment within conditional. -->
-    <warn-assignment-within-conditional>true</warn-assignment-within-conditional>
+      </fonts>
+      
+      <!-- Array.toString() format has changed. -->
+      <warn-array-tostring-changes>false</warn-array-tostring-changes>
 
-    <!-- Possibly invalid Array cast operation. -->
-    <warn-bad-array-cast>true</warn-bad-array-cast>
+      <!-- Assignment within conditional. -->
+      <warn-assignment-within-conditional>true</warn-assignment-within-conditional>
 
-    <!-- Non-Boolean value used where a Boolean value was expected. -->
-    <warn-bad-bool-assignment>true</warn-bad-bool-assignment>
+      <!-- Possibly invalid Array cast operation. -->
+      <warn-bad-array-cast>true</warn-bad-array-cast>
 
-    <!-- Invalid Date cast operation. -->
-    <warn-bad-date-cast>true</warn-bad-date-cast>
+      <!-- Non-Boolean value used where a Boolean value was expected. -->
+      <warn-bad-bool-assignment>true</warn-bad-bool-assignment>
 
-    <!-- Unknown method. -->
-    <warn-bad-es3-type-method>true</warn-bad-es3-type-method>
+      <!-- Invalid Date cast operation. -->
+      <warn-bad-date-cast>true</warn-bad-date-cast>
 
-    <!-- Unknown property. -->
-    <warn-bad-es3-type-prop>true</warn-bad-es3-type-prop>
+      <!-- Unknown method. -->
+      <warn-bad-es3-type-method>true</warn-bad-es3-type-method>
 
-    <!-- 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>
+      <!-- Unknown property. -->
+      <warn-bad-es3-type-prop>true</warn-bad-es3-type-prop>
 
-    <!-- Impossible assignment to null. -->
-    <warn-bad-null-assignment>true</warn-bad-null-assignment>
+      <!-- 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>
 
-    <!-- Illogical comparison with null. -->
-    <warn-bad-null-comparison>true</warn-bad-null-comparison>
+      <!-- Impossible assignment to null. -->
+      <warn-bad-null-assignment>true</warn-bad-null-assignment>
 
-    <!-- Illogical comparison with undefined. Only untyped variables (or variables of type *) can be undefined. -->
-    <warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
+      <!-- Illogical comparison with null. -->
+      <warn-bad-null-comparison>true</warn-bad-null-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>
+      <!-- Illogical comparison with undefined. Only untyped variables (or variables of type *) can be undefined. -->
+      <warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
 
-    <!-- __resolve is no longer supported. -->
-    <warn-changes-in-resolve>false</warn-changes-in-resolve>
+      <!-- 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>
 
-    <!-- Class is sealed. It cannot have members added to it dynamically. -->
-    <warn-class-is-sealed>true</warn-class-is-sealed>
+      <!-- __resolve is no longer supported. -->
+      <warn-changes-in-resolve>false</warn-changes-in-resolve>
 
-    <!-- Constant not initialized. -->
-    <warn-const-not-initialized>true</warn-const-not-initialized>
+      <!-- Class is sealed. It cannot have members added to it dynamically. -->
+      <warn-class-is-sealed>true</warn-class-is-sealed>
 
-    <!-- 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>
+      <!-- Constant not initialized. -->
+      <warn-const-not-initialized>true</warn-const-not-initialized>
 
-    <!-- EventHandler was not added as a listener. -->
-    <warn-deprecated-event-handler-error>false</warn-deprecated-event-handler-error>
+      <!-- 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>
 
-    <!-- Unsupported ActionScript 2.0 function. -->
-    <warn-deprecated-function-error>true</warn-deprecated-function-error>
+      <!-- EventHandler was not added as a listener. -->
+      <warn-deprecated-event-handler-error>false</warn-deprecated-event-handler-error>
 
-    <!-- Unsupported ActionScript 2.0 property. -->
-    <warn-deprecated-property-error>true</warn-deprecated-property-error>
+      <!-- Unsupported ActionScript 2.0 function. -->
+      <warn-deprecated-function-error>true</warn-deprecated-function-error>
 
-    <!-- More than one argument by the same name. -->
-    <warn-duplicate-argument-names>true</warn-duplicate-argument-names>
+      <!-- Unsupported ActionScript 2.0 property. -->
+      <warn-deprecated-property-error>true</warn-deprecated-property-error>
 
-    <!-- Duplicate variable definition -->
-    <warn-duplicate-variable-def>true</warn-duplicate-variable-def>
+      <!-- More than one argument by the same name. -->
+      <warn-duplicate-argument-names>true</warn-duplicate-argument-names>
 
-    <!-- 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>
+      <!-- Duplicate variable definition -->
+      <warn-duplicate-variable-def>true</warn-duplicate-variable-def>
 
-    <!-- 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>
+      <!-- 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>
 
-    <!-- Use of the instanceof operator. -->
-    <warn-instance-of-changes>true</warn-instance-of-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>
 
-    <!-- Internal error in compiler. -->
-    <warn-internal-error>true</warn-internal-error>
+      <!-- Use of the instanceof operator. -->
+      <warn-instance-of-changes>true</warn-instance-of-changes>
 
-    <!-- _level is no longer supported. For more information, see the flash.display package. -->
-    <warn-level-not-supported>true</warn-level-not-supported>
+      <!-- Internal error in compiler. -->
+      <warn-internal-error>true</warn-internal-error>
 
-    <!-- Missing namespace declaration (e.g. variable is not defined to be public, private, etc.). -->
-    <warn-missing-namespace-decl>true</warn-missing-namespace-decl>
+      <!-- _level is no longer supported. For more information, see the flash.display package. -->
+      <warn-level-not-supported>true</warn-level-not-supported>
 
-    <!-- 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 namespace declaration (e.g. variable is not defined to be public, private, etc.). -->
+      <warn-missing-namespace-decl>true</warn-missing-namespace-decl>
 
-    <!-- Missing constructor. -->
-    <warn-no-constructor>false</warn-no-constructor>
+      <!-- Negative value will become a large positive value when assigned to a uint data type. -->
+      <warn-negative-uint-literal>true</warn-negative-uint-literal>
 
-    <!-- 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 constructor. -->
+      <warn-no-constructor>false</warn-no-constructor>
 
-    <!-- Missing type declaration. -->
-    <warn-no-type-decl>true</warn-no-type-decl>
+      <!-- The super() statement was not called within the constructor. -->
+      <warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>
 
-    <!-- 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>
+      <!-- Missing type declaration. -->
+      <warn-no-type-decl>true</warn-no-type-decl>
 
-    <!-- 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>
+      <!-- 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>
 
-    <!-- Inefficient use of += on a TextField.-->
-    <warn-slow-text-field-addition>true</warn-slow-text-field-addition>
+      <!-- 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>
 
-    <!-- Possible missing parentheses. -->
-    <warn-unlikely-function-value>true</warn-unlikely-function-value>
+      <!-- Inefficient use of += on a TextField.-->
+      <warn-slow-text-field-addition>true</warn-slow-text-field-addition>
 
-    <!-- Possible usage of the ActionScript 2.0 XML class. -->
-    <warn-xml-class-has-changed>false</warn-xml-class-has-changed>
+      <!-- Possible missing parentheses. -->
+      <warn-unlikely-function-value>true</warn-unlikely-function-value>
 
-  </compiler>
+      <!-- Possible usage of the ActionScript 2.0 XML class. -->
+      <warn-xml-class-has-changed>false</warn-xml-class-has-changed>
 
-  <!-- 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>
-  -->
+   </compiler>
 
-  <!-- remove-unused-rsls: remove RSLs that are not being used by the application-->
-  <remove-unused-rsls>true</remove-unused-rsls>
+   <!-- 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>
+   -->
 
-  <!-- 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>
+   <!-- remove-unused-rsls: remove RSLs that are not being used by the application-->
+   <remove-unused-rsls>true</remove-unused-rsls>
 
-  <!-- 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>
-  -->
+	<!-- 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>
 
-  <!-- Enables SWFs to access the network. -->
-  <use-network>true</use-network>
+   <!-- 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>
+   -->
 
-  <!-- Metadata added to SWFs via the SWF Metadata tag. -->
-  <metadata>
-    <title>Apache FlexJS Application</title>
-    <description>http://flex.apache.org/</description>
-    <publisher>Apache Software Foundation</publisher>
-    <creator>unknown</creator>
-    <language>EN</language>
-  </metadata>
+   <!-- Enables SWFs to access the network. -->
+   <use-network>true</use-network>
 
+   <!-- Metadata added to SWFs via the SWF Metadata tag. -->
+   <metadata>
+      <title>Apache FlexJS Application</title>
+      <description>http://flex.apache.org/</description>
+      <publisher>Apache Software Foundation</publisher>
+      <creator>unknown</creator>
+      <language>EN</language>
+   </metadata>
+   
 </flex-config>