You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/06/12 05:37:21 UTC

[royale-asjs] 01/03: Merge branch 'release_practice' into develop

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 2bf768515cdacd36570cba11172574da825c7217
Merge: 61f428f a2f66c8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jun 11 21:00:34 2019 -0700

    Merge branch 'release_practice' into develop

 ApproveRoyale.xml                                  |    4 +-
 archetypes/pom.xml                                 |  166 +-
 .../royale-simple-application-archetype/pom.xml    |   72 +-
 .../pom.xml                                        |   72 +-
 .../pom.xml                                        |   84 +-
 archetypes/royale-simple-library-archetype/pom.xml |  110 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |  110 +-
 build.properties                                   |    3 +
 frameworks/downloads.xml                           |    4 +-
 frameworks/fontsrc/pom.xml                         |  288 ++--
 frameworks/js/projects/AceJS/build.xml             |    8 +
 frameworks/js/projects/BasicJS/build.xml           |    8 +
 frameworks/js/projects/BindingJS/build.xml         |    8 +
 frameworks/js/projects/ChartsJS/build.xml          |    8 +
 frameworks/js/projects/CollectionsJS/build.xml     |    8 +
 frameworks/js/projects/CoreJS/build.xml            |    8 +
 frameworks/js/projects/CreateJSJS/build.xml        |    8 +
 frameworks/js/projects/DragDropJS/build.xml        |    8 +
 frameworks/js/projects/EffectsJS/build.xml         |    9 +-
 frameworks/js/projects/ExpressJS/build.xml         |    8 +
 frameworks/js/projects/FlatJS/build.xml            |    9 +-
 frameworks/js/projects/FontAwesomeJS/build.xml     |    9 +-
 frameworks/js/projects/FormattersJS/build.xml      |    8 +
 frameworks/js/projects/GoogleMapsJS/build.xml      |    8 +
 frameworks/js/projects/GraphicsJS/build.xml        |    8 +
 frameworks/js/projects/HTML5JS/build.xml           |    8 +
 frameworks/js/projects/HTMLJS/build.xml            |    8 +
 frameworks/js/projects/IconsJS/build.xml           |    8 +
 frameworks/js/projects/JQueryJS/build.xml          |    8 +
 frameworks/js/projects/JewelJS/build.xml           |    8 +
 frameworks/js/projects/LanguageJS/build.xml        |    8 +
 frameworks/js/projects/MXRoyaleJS/build.xml        |    8 +
 .../js/projects/MaterialDesignLiteJS/build.xml     |    9 +-
 frameworks/js/projects/MobileJS/build.xml          |    8 +
 frameworks/js/projects/NetworkJS/build.xml         |    8 +
 frameworks/js/projects/ReflectionJS/build.xml      |    8 +
 frameworks/js/projects/RoyaleSiteJS/build.xml      |    8 +
 frameworks/js/projects/RoyaleUnitJS/build.xml      |    8 +
 frameworks/js/projects/SparkRoyaleJS/build.xml     |    8 +
 frameworks/js/projects/StorageJS/build.xml         |    8 +
 frameworks/js/projects/TLFJS/build.xml             |    8 +
 frameworks/js/projects/TextJS/build.xml            |    8 +
 frameworks/js/projects/XMLJS/build.xml             |    8 +
 frameworks/js/themes/JewelThemeJS/build.xml        |    3 +
 frameworks/pom.xml                                 |   82 +-
 frameworks/projects/Ace/build.xml                  |    8 +
 frameworks/projects/Ace/pom.xml                    |    1 -
 frameworks/projects/Basic/build.xml                |    8 +
 frameworks/projects/Basic/pom.xml                  |   22 +-
 frameworks/projects/Binding/build.xml              |    8 +
 frameworks/projects/Binding/pom.xml                |    9 +-
 frameworks/projects/Charts/build.xml               |    8 +
 frameworks/projects/Charts/pom.xml                 |   25 +-
 frameworks/projects/Collections/build.xml          |    8 +
 frameworks/projects/Collections/pom.xml            |    9 +-
 frameworks/projects/Core/build.xml                 |    9 +
 frameworks/projects/Core/pom.xml                   |    6 +-
 .../org/apache/royale/events/EventDispatcher.as    |   16 +-
 frameworks/projects/CreateJS/build.xml             |    8 +
 frameworks/projects/CreateJS/pom.xml               |   21 +-
 frameworks/projects/DragDrop/build.xml             |    8 +
 frameworks/projects/DragDrop/pom.xml               |   13 +-
 frameworks/projects/Effects/build.xml              |    8 +
 frameworks/projects/Effects/pom.xml                |   13 +-
 frameworks/projects/Express/build.xml              |    8 +
 frameworks/projects/Express/pom.xml                |   30 +-
 frameworks/projects/Flat/build.xml                 |    8 +
 frameworks/projects/Flat/pom.xml                   |   23 +-
 frameworks/projects/FontAwesome/build.xml          |    8 +
 frameworks/projects/FontAwesome/pom.xml            |   25 +-
 frameworks/projects/Formatters/build.xml           |    8 +
 frameworks/projects/Formatters/pom.xml             |   13 +-
 frameworks/projects/GoogleMaps/build.xml           |    7 +
 frameworks/projects/GoogleMaps/pom.xml             |   13 +-
 frameworks/projects/Graphics/build.xml             |    8 +
 frameworks/projects/Graphics/pom.xml               |   12 +-
 frameworks/projects/HTML/build.xml                 |    8 +
 frameworks/projects/HTML/pom.xml                   |   26 +-
 frameworks/projects/HTML5/build.xml                |    8 +
 frameworks/projects/HTML5/pom.xml                  |   13 +-
 frameworks/projects/Icons/build.xml                |    8 +
 frameworks/projects/Icons/pom.xml                  |   13 +-
 frameworks/projects/JQuery/build.xml               |    8 +
 frameworks/projects/JQuery/pom.xml                 |   13 +-
 frameworks/projects/Jewel/build.xml                |    8 +
 frameworks/projects/Jewel/pom.xml                  |   33 +-
 frameworks/projects/Language/build.xml             |    8 +
 frameworks/projects/Language/pom.xml               |    5 +-
 frameworks/projects/MXRoyale/build.xml             |    8 +
 frameworks/projects/MXRoyale/pom.xml               |   54 +-
 frameworks/projects/MaterialDesignLite/build.xml   |    8 +
 frameworks/projects/MaterialDesignLite/pom.xml     |   29 +-
 frameworks/projects/Mobile/build.xml               |    8 +
 frameworks/projects/Mobile/pom.xml                 |   17 +-
 frameworks/projects/Network/build.xml              |    8 +
 frameworks/projects/Network/pom.xml                |   14 +-
 frameworks/projects/Reflection/build.xml           |    9 +-
 frameworks/projects/Reflection/pom.xml             |    9 +-
 frameworks/projects/RoyaleSite/build.xml           |    8 +
 frameworks/projects/RoyaleSite/pom.xml             |   17 +-
 frameworks/projects/RoyaleUnit/build.xml           |    8 +
 frameworks/projects/RoyaleUnit/pom.xml             |    1 -
 frameworks/projects/SparkRoyale/build.xml          |    8 +
 frameworks/projects/SparkRoyale/pom.xml            |   26 +-
 frameworks/projects/Storage/build.xml              |    8 +
 frameworks/projects/Storage/pom.xml                |    9 +-
 frameworks/projects/TLF/build.xml                  |    9 +-
 frameworks/projects/TLF/pom.xml                    |   16 +-
 frameworks/projects/Text/build.xml                 |    8 +
 frameworks/projects/Text/pom.xml                   |    9 +-
 frameworks/projects/XML/build.xml                  |    8 +
 frameworks/projects/XML/pom.xml                    |  180 +--
 frameworks/projects/pom.xml                        |   10 +-
 frameworks/themes/Basic/pom.xml                    |  110 +-
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Emphasized-Red-Theme/pom.xml |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  174 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Blue-Theme/pom.xml   |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Green-Theme/pom.xml  |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Orange-Theme/pom.xml |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Red-Theme/pom.xml    |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Topaz-Theme/pom.xml  |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Violet-Theme/pom.xml |  172 +--
 .../Jewel-Dark-NoFlat-Primary-Yellow-Theme/pom.xml |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Secondary-Blue-Theme/pom.xml |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Dark-NoFlat-Secondary-Red-Theme/pom.xml  |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Light-NoFlat-Primary-Blue-Theme/pom.xml  |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Light-NoFlat-Primary-Green-Theme/pom.xml |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Light-NoFlat-Primary-Red-Theme/pom.xml   |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Light-NoFlat-Primary-Topaz-Theme/pom.xml |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../Jewel-Light-NoFlat-Secondary-Red-Theme/pom.xml |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 .../pom.xml                                        |  172 +--
 frameworks/themes/JewelTheme/build.xml             |    8 +
 frameworks/themes/JewelTheme/pom.xml               |  280 ++--
 frameworks/themes/MDL/pom.xml                      |  110 +-
 frameworks/themes/MXRoyale/pom.xml                 |  110 +-
 frameworks/themes/pom.xml                          |  304 ++--
 marmotinni/java/downloads.xml                      |    2 +-
 pom.xml                                            |  976 ++++++------
 releasecandidate.xml                               |    8 +-
 releasesteps.xml                                   | 1602 ++++++++++++++++++++
 settings-template.xml                              |    4 +-
 196 files changed, 10189 insertions(+), 7988 deletions(-)

diff --cc frameworks/projects/Basic/pom.xml
index 3ae6fe2,0601f4e..3372440
--- a/frameworks/projects/Basic/pom.xml
+++ b/frameworks/projects/Basic/pom.xml
@@@ -1,136 -1,136 +1,136 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Basic</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Basic</name>
 -  
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/svg</uri>
 -              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>BasicClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <allowSubclassOverrides>true</allowSubclassOverrides>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <additionalCompilerOptions>${project.compiler.options};-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Basic</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Basic</name>
 +  
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/svg</uri>
 +              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>BasicClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <allowSubclassOverrides>true</allowSubclassOverrides>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Binding/pom.xml
index 18e207f,3ce8330..cd4e080
--- a/frameworks/projects/Binding/pom.xml
+++ b/frameworks/projects/Binding/pom.xml
@@@ -1,76 -1,75 +1,75 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Binding</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Binding</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeSources>true</includeSources>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Binding</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Binding</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeSources>true</includeSources>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Charts/pom.xml
index 08a3700,c7cde4f..63339f7
--- a/frameworks/projects/Charts/pom.xml
+++ b/frameworks/projects/Charts/pom.xml
@@@ -1,140 -1,139 +1,139 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Charts</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Charts</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>ChartsClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Charts</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Charts</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>ChartsClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Collections/pom.xml
index 109caa4,e1407cb..8ed36c9
--- a/frameworks/projects/Collections/pom.xml
+++ b/frameworks/projects/Collections/pom.xml
@@@ -1,78 -1,77 +1,77 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Collections</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Collections</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>CollectionsClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Collections</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Collections</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>CollectionsClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Core/pom.xml
index 37a10a0,0c981c0..3aa146e
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@@ -1,72 -1,72 +1,72 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Core</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Core</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>CoreClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <allowSubclassOverrides>true</allowSubclassOverrides>
 -          <additionalCompilerOptions>-allow-abstract-classes;${project.compiler.options}</additionalCompilerOptions>
 -        </configuration>
 -        <!-- As a test, add asdoc generation to the compile step -->
 -        <executions>
 -          <execution>
 -            <id>site</id>
 -            <phase>compile</phase>
 -            <goals>
 -              <goal>compile-asdoc</goal>
 -            </goals>
 -          </execution>
 -        </executions>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Core</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Core</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>CoreClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
 +          <allowSubclassOverrides>true</allowSubclassOverrides>
-           <additionalCompilerOptions>-allow-abstract-classes;-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;</additionalCompilerOptions>
++          <additionalCompilerOptions>-allow-abstract-classes;${project.compiler.options}</additionalCompilerOptions>
 +        </configuration>
 +        <!-- As a test, add asdoc generation to the compile step -->
 +        <executions>
 +          <execution>
 +            <id>site</id>
 +            <phase>compile</phase>
 +            <goals>
 +              <goal>compile-asdoc</goal>
 +            </goals>
 +          </execution>
 +        </executions>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +</project>
diff --cc frameworks/projects/CreateJS/pom.xml
index bbbbe5e,c763575..f8ed5c3
--- a/frameworks/projects/CreateJS/pom.xml
+++ b/frameworks/projects/CreateJS/pom.xml
@@@ -1,135 -1,134 +1,134 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>CreateJS</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: CreateJS</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/createjs</uri>
 -              <manifest>${project.basedir}/src/main/resources/createjs-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>CreateJSClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Effects</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Effects</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -
 -    <dependency>
 -      <groupId>org.apache.royale.typedefs</groupId>
 -      <artifactId>royale-typedefs-createjs</artifactId>
 -      <version>${royale.typedefs.version}</version>
 -      <type>swc</type>
 -      <classifier>typedefs</classifier>
 -      <scope>runtime</scope>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>CreateJS</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: CreateJS</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/createjs</uri>
 +              <manifest>${project.basedir}/src/main/resources/createjs-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>CreateJSClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Effects</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Effects</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +
 +    <dependency>
 +      <groupId>org.apache.royale.typedefs</groupId>
 +      <artifactId>royale-typedefs-createjs</artifactId>
 +      <version>${royale.typedefs.version}</version>
 +      <type>swc</type>
 +      <classifier>typedefs</classifier>
 +      <scope>runtime</scope>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/DragDrop/pom.xml
index a214535,555e20d..588a4a8
--- a/frameworks/projects/DragDrop/pom.xml
+++ b/frameworks/projects/DragDrop/pom.xml
@@@ -1,92 -1,91 +1,91 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>DragDrop</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: DragDrop</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>DragDropClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>DragDrop</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: DragDrop</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>DragDropClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Effects/pom.xml
index 31d9d62,af02ba5..23897ca
--- a/frameworks/projects/Effects/pom.xml
+++ b/frameworks/projects/Effects/pom.xml
@@@ -1,93 -1,92 +1,92 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Effects</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Effects</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>EffectsClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Effects</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Effects</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>EffectsClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Express/pom.xml
index ff870ae,84949fa..989c020
--- a/frameworks/projects/Express/pom.xml
+++ b/frameworks/projects/Express/pom.xml
@@@ -1,159 -1,159 +1,159 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Express</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Express</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/express</uri>
 -              <manifest>${project.basedir}/src/main/resources/express-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/express</uri>
 -              <manifest>${project.basedir}/src/main/resources/express-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>ExpressClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <additionalCompilerOptions>${project.compiler.options};-include-lookup-only</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>DragDrop</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>DragDrop</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Express</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Express</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/express</uri>
 +              <manifest>${project.basedir}/src/main/resources/express-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/express</uri>
 +              <manifest>${project.basedir}/src/main/resources/express-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>ExpressClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-include-lookup-only</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-include-lookup-only</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>DragDrop</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>DragDrop</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Flat/pom.xml
index 83dd347,792bbc1..17aa964
--- a/frameworks/projects/Flat/pom.xml
+++ b/frameworks/projects/Flat/pom.xml
@@@ -1,139 -1,138 +1,138 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Flat</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Flat</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/flat</uri>
 -              <manifest>${project.basedir}/src/main/resources/flat-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/flat</uri>
 -              <manifest>${project.basedir}/src/main/resources/flat-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>FlatClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <includeLookupOnly>true</includeLookupOnly>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Flat</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Flat</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/flat</uri>
 +              <manifest>${project.basedir}/src/main/resources/flat-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/flat</uri>
 +              <manifest>${project.basedir}/src/main/resources/flat-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>FlatClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <includeLookupOnly>true</includeLookupOnly>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/FontAwesome/pom.xml
index bcbbc6d,76c2a90..8c4c5a0
--- a/frameworks/projects/FontAwesome/pom.xml
+++ b/frameworks/projects/FontAwesome/pom.xml
@@@ -1,146 -1,145 +1,145 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>FontAwesome</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: FontAwesome</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/fa</uri>
 -              <manifest>${project.basedir}/src/main/resources/fa-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/fa</uri>
 -              <manifest>${project.basedir}/src/main/resources/fa-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>FAClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <includeLookupOnly>true</includeLookupOnly>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>FontAwesome</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: FontAwesome</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/fa</uri>
 +              <manifest>${project.basedir}/src/main/resources/fa-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/fa</uri>
 +              <manifest>${project.basedir}/src/main/resources/fa-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>FAClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <includeLookupOnly>true</includeLookupOnly>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Formatters/pom.xml
index baa34e3,0b23352..15723c4
--- a/frameworks/projects/Formatters/pom.xml
+++ b/frameworks/projects/Formatters/pom.xml
@@@ -1,92 -1,91 +1,91 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Formatters</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Formatters</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>FormattersClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Formatters</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Formatters</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>FormattersClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/GoogleMaps/pom.xml
index dfb55ca,26e8f17..25347db
--- a/frameworks/projects/GoogleMaps/pom.xml
+++ b/frameworks/projects/GoogleMaps/pom.xml
@@@ -1,108 -1,107 +1,107 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>GoogleMaps</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: GoogleMaps</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/google</uri>
 -              <manifest>${project.basedir}/src/main/resources/google-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>GoogleStubClasses</includeClass>
 -            <includeClass>GoogleMapsClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -
 -    <dependency>
 -      <groupId>org.apache.royale.typedefs</groupId>
 -      <artifactId>royale-typedefs-googlemaps</artifactId>
 -      <version>${royale.typedefs.version}</version>
 -      <type>swc</type>
 -      <classifier>typedefs</classifier>
 -      <scope>runtime</scope>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>GoogleMaps</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: GoogleMaps</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/google</uri>
 +              <manifest>${project.basedir}/src/main/resources/google-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>GoogleStubClasses</includeClass>
 +            <includeClass>GoogleMapsClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +
 +    <dependency>
 +      <groupId>org.apache.royale.typedefs</groupId>
 +      <artifactId>royale-typedefs-googlemaps</artifactId>
 +      <version>${royale.typedefs.version}</version>
 +      <type>swc</type>
 +      <classifier>typedefs</classifier>
 +      <scope>runtime</scope>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Graphics/pom.xml
index 2624e9f,5a48b9e..c7efbd4
--- a/frameworks/projects/Graphics/pom.xml
+++ b/frameworks/projects/Graphics/pom.xml
@@@ -1,137 -1,137 +1,137 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Graphics</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Graphics</name>
 -
 -  <properties>
 -    <!-- TODO: This is a fix till we release this via Maven -->
 -    <pixelbender.download-url>https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/flex/pixelbender/1.0/binaries/apache-flex-sdk-pixel-bender-1.0.0-bin.zip</pixelbender.download-url>
 -  </properties>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <resources>
 -      <resource>
 -        <directory>src/main/resources</directory>
 -      </resource>
 -      <resource>
 -        <directory>${project.build.directory}/downloads/frameworks/projects/framework/src/mx/graphics/shaderClasses</directory>
 -        <includes>
 -          <include>*.pbj</include>
 -        </includes>
 -        <targetPath>${project.build.directory}/generated-resources/pixelbender/org/apache/royale/graphics/utils/shaderClasses</targetPath>
 -      </resource>
 -    </resources>
 -    <plugins>
 -      <!-- Download the pixelbender binaries and put them somewhere the compiler can find them -->
 -      <plugin>
 -        <groupId>com.googlecode.maven-download-plugin</groupId>
 -        <artifactId>download-maven-plugin</artifactId>
 -        <version>1.2.1</version>
 -        <executions>
 -          <execution>
 -            <id>get-pixelbender-artifacts</id>
 -            <phase>validate</phase>
 -            <goals>
 -              <goal>wget</goal>
 -            </goals>
 -            <configuration>
 -              <url>${pixelbender.download-url}</url>
 -              <outputFileName>apache.royale-sdk-pixel-bender-1.0.0-bin.zip</outputFileName>
 -              <outputDirectory>${project.build.directory}/downloads</outputDirectory>
 -              <unpack>true</unpack>
 -            </configuration>
 -          </execution>
 -        </executions>
 -      </plugin>
 -      <plugin>
 -        <groupId>org.codehaus.mojo</groupId>
 -        <artifactId>build-helper-maven-plugin</artifactId>
 -        <executions>
 -          <execution>
 -            <phase>generate-sources</phase>
 -            <goals>
 -              <goal>add-source</goal>
 -            </goals>
 -            <configuration>
 -              <sources>
 -                <source>${project.build.directory}/generated-resources/pixelbender</source>
 -              </sources>
 -            </configuration>
 -          </execution>
 -        </executions>
 -      </plugin>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/svg</uri>
 -              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>GraphicsClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <additionalCompilerOptions>${project.compiler.options};-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Graphics</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Graphics</name>
 +
 +  <properties>
 +    <!-- TODO: This is a fix till we release this via Maven -->
-     <pixelbender.download-url>http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/flex/pixelbender/1.0/binaries/apache-flex-sdk-pixel-bender-1.0.0-bin.zip</pixelbender.download-url>
++    <pixelbender.download-url>https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/flex/pixelbender/1.0/binaries/apache-flex-sdk-pixel-bender-1.0.0-bin.zip</pixelbender.download-url>
 +  </properties>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <resources>
 +      <resource>
 +        <directory>src/main/resources</directory>
 +      </resource>
 +      <resource>
 +        <directory>${project.build.directory}/downloads/frameworks/projects/framework/src/mx/graphics/shaderClasses</directory>
 +        <includes>
 +          <include>*.pbj</include>
 +        </includes>
 +        <targetPath>${project.build.directory}/generated-resources/pixelbender/org/apache/royale/graphics/utils/shaderClasses</targetPath>
 +      </resource>
 +    </resources>
 +    <plugins>
 +      <!-- Download the pixelbender binaries and put them somewhere the compiler can find them -->
 +      <plugin>
 +        <groupId>com.googlecode.maven-download-plugin</groupId>
 +        <artifactId>download-maven-plugin</artifactId>
 +        <version>1.2.1</version>
 +        <executions>
 +          <execution>
 +            <id>get-pixelbender-artifacts</id>
 +            <phase>validate</phase>
 +            <goals>
 +              <goal>wget</goal>
 +            </goals>
 +            <configuration>
 +              <url>${pixelbender.download-url}</url>
 +              <outputFileName>apache.royale-sdk-pixel-bender-1.0.0-bin.zip</outputFileName>
 +              <outputDirectory>${project.build.directory}/downloads</outputDirectory>
 +              <unpack>true</unpack>
 +            </configuration>
 +          </execution>
 +        </executions>
 +      </plugin>
 +      <plugin>
 +        <groupId>org.codehaus.mojo</groupId>
 +        <artifactId>build-helper-maven-plugin</artifactId>
 +        <executions>
 +          <execution>
 +            <phase>generate-sources</phase>
 +            <goals>
 +              <goal>add-source</goal>
 +            </goals>
 +            <configuration>
 +              <sources>
 +                <source>${project.build.directory}/generated-resources/pixelbender</source>
 +              </sources>
 +            </configuration>
 +          </execution>
 +        </executions>
 +      </plugin>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/svg</uri>
 +              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>GraphicsClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/HTML/pom.xml
index e78b953,54fc604..7785176
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@@ -1,144 -1,144 +1,144 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>HTML</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: HTML</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/html</uri>
 -              <manifest>${project.basedir}/src/main/resources/html-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>HTMLClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <additionalCompilerOptions>${project.compiler.options};-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>HTML</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: HTML</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/html</uri>
 +              <manifest>${project.basedir}/src/main/resources/html-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>HTMLClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/HTML5/pom.xml
index 7a0a1c8,69cc49a..0e9f7d4
--- a/frameworks/projects/HTML5/pom.xml
+++ b/frameworks/projects/HTML5/pom.xml
@@@ -1,98 -1,97 +1,97 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>HTML5</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: HTML5</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/html5</uri>
 -              <manifest>${project.basedir}/src/main/resources/html5-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>HTML5Classes</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>HTML5</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: HTML5</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/html5</uri>
 +              <manifest>${project.basedir}/src/main/resources/html5-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>HTML5Classes</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Icons/pom.xml
index bf7e965,243c786..2cab214
--- a/frameworks/projects/Icons/pom.xml
+++ b/frameworks/projects/Icons/pom.xml
@@@ -1,107 -1,106 +1,106 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Icons</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Icons</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/icons-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/icons-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>IconsClasses</includeClass>
 -          </includeClasses>
 -          <!-- <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles> -->
 -          <includeLookupOnly>true</includeLookupOnly>
 -          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
 -        </configuration>
 -      </plugin>
 -      
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Icons</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Icons</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/icons-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/icons-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>IconsClasses</includeClass>
 +          </includeClasses>
 +          <!-- <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles> -->
 +          <includeLookupOnly>true</includeLookupOnly>
 +          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
 +          <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +      
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/JQuery/pom.xml
index f890367,fb13f17..5382b3f
--- a/frameworks/projects/JQuery/pom.xml
+++ b/frameworks/projects/JQuery/pom.xml
@@@ -1,107 -1,106 +1,106 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>JQuery</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: JQuery</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/jquery</uri>
 -              <manifest>${project.basedir}/src/main/resources/jquery-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>JQueryClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -
 -    <dependency>
 -      <groupId>org.apache.royale.typedefs</groupId>
 -      <artifactId>royale-typedefs-jquery</artifactId>
 -      <version>${royale.typedefs.version}</version>
 -      <type>swc</type>
 -      <classifier>typedefs</classifier>
 -      <scope>runtime</scope>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>JQuery</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: JQuery</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/jquery</uri>
 +              <manifest>${project.basedir}/src/main/resources/jquery-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>JQueryClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +
 +    <dependency>
 +      <groupId>org.apache.royale.typedefs</groupId>
 +      <artifactId>royale-typedefs-jquery</artifactId>
 +      <version>${royale.typedefs.version}</version>
 +      <type>swc</type>
 +      <classifier>typedefs</classifier>
 +      <scope>runtime</scope>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Jewel/pom.xml
index d35c59e,2fef0cb..513036e
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@@ -1,200 -1,199 +1,199 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Jewel</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Jewel</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/jewel</uri>
 -              <manifest>${project.basedir}/src/main/resources/jewel-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/jewel</uri>
 -              <manifest>${project.basedir}/src/main/resources/jewel-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>JewelClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <includeLookupOnly>true</includeLookupOnly>
 -          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -      <plugin>
 -        <groupId>nl.geodienstencentrum.maven</groupId>
 -        <artifactId>sass-maven-plugin</artifactId>
 -        <configuration>
 -          <resources>
 -              <resource>
 -                  <source>
 -                      <directory>${basedir}/src/main/sass</directory>
 -                      <includes>
 -                          <include>**/*.sass</include>
 -                      </includes>
 -                  </source>
 -                  <destination>${basedir}/src/main/resources</destination>
 -              </resource>
 -          </resources>
 -        </configuration>
 -        <executions>
 -          <execution>
 -              <id>generate-css-using-sass</id>
 -              <goals>
 -                  <goal>update-stylesheets</goal>
 -              </goals>
 -          </execution>
 -        </executions>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Formatters</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Formatters</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Jewel</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Jewel</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/jewel</uri>
 +              <manifest>${project.basedir}/src/main/resources/jewel-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/jewel</uri>
 +              <manifest>${project.basedir}/src/main/resources/jewel-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>JewelClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <includeLookupOnly>true</includeLookupOnly>
 +          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +      <plugin>
 +        <groupId>nl.geodienstencentrum.maven</groupId>
 +        <artifactId>sass-maven-plugin</artifactId>
 +        <configuration>
 +          <resources>
 +              <resource>
 +                  <source>
 +                      <directory>${basedir}/src/main/sass</directory>
 +                      <includes>
 +                          <include>**/*.sass</include>
 +                      </includes>
 +                  </source>
 +                  <destination>${basedir}/src/main/resources</destination>
 +              </resource>
 +          </resources>
 +        </configuration>
 +        <executions>
 +          <execution>
 +              <id>generate-css-using-sass</id>
 +              <goals>
 +                  <goal>update-stylesheets</goal>
 +              </goals>
 +          </execution>
 +        </executions>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Formatters</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Formatters</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Language/pom.xml
index cab3539,26990f9..098984d
--- a/frameworks/projects/Language/pom.xml
+++ b/frameworks/projects/Language/pom.xml
@@@ -1,55 -1,54 +1,54 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Language</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Language</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <includeClasses>
 -            <includeClass>LanguageClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Language</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Language</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <includeClasses>
 +            <includeClass>LanguageClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-warn-instance-of-changes=false</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +</project>
diff --cc frameworks/projects/MXRoyale/pom.xml
index 13e0dd6,b11e110..9069713
--- a/frameworks/projects/MXRoyale/pom.xml
+++ b/frameworks/projects/MXRoyale/pom.xml
@@@ -1,246 -1,246 +1,246 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>MXRoyale</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: MXRoyale</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration combine.children="append">
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/mx</uri>
 -              <manifest>${project.basedir}/src/main/resources/mx-royale-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>MXRoyaleClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -              <include-file>
 -                  <name>defaults.css</name>
 -                  <path>../src/main/resources/defaults.css</path>
 -              </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <defines>
 -              <define>
 -                  <name>GOOG::DEBUG</name>
 -                  <value>true</value>
 -              </define>
 -              <define>
 -                  <name>ROYALE::DISPLAYOBJECT</name>
 -                  <value>IUIComponent</value>
 -              </define>
 -              <define>
 -                  <name>ROYALE::PROXYVISIBILITY</name>
 -                  <value>flash_proxy</value>
 -              </define>
 -          </defines>
 -          <allowSubclassOverrides>true</allowSubclassOverrides>
 -          <additionalCompilerOptions>${project.compiler.options};-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xm [...]
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Graphics</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Graphics</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Collections</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Collections</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>DragDrop</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>DragDrop</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Express</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Express</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Effects</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Effects</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Charts</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Charts</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Network</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Network</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Reflection</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Reflection</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>XML</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>MXRoyale</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: MXRoyale</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
-         <configuration>
++        <configuration combine.children="append">
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/mx</uri>
 +              <manifest>${project.basedir}/src/main/resources/mx-royale-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>MXRoyaleClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +              <include-file>
 +                  <name>defaults.css</name>
 +                  <path>../src/main/resources/defaults.css</path>
 +              </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
 +          <defines>
 +              <define>
 +                  <name>GOOG::DEBUG</name>
 +                  <value>true</value>
 +              </define>
 +              <define>
 +                  <name>ROYALE::DISPLAYOBJECT</name>
 +                  <value>IUIComponent</value>
 +              </define>
 +              <define>
 +                  <name>ROYALE::PROXYVISIBILITY</name>
 +                  <value>flash_proxy</value>
 +              </define>
 +          </defines>
 +          <allowSubclassOverrides>true</allowSubclassOverrides>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest. [...]
++          <additionalCompilerOptions>${project.compiler.options};-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xm [...]
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Graphics</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Graphics</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Collections</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Collections</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>DragDrop</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>DragDrop</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Express</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Express</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Effects</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Effects</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Charts</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Charts</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Network</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Network</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Reflection</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Reflection</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>XML</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/MaterialDesignLite/pom.xml
index 71254da,cc7b5c7..912313f
--- a/frameworks/projects/MaterialDesignLite/pom.xml
+++ b/frameworks/projects/MaterialDesignLite/pom.xml
@@@ -1,160 -1,159 +1,159 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>MaterialDesignLite</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Material Design Lite</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/mdl</uri>
 -              <manifest>${project.basedir}/src/main/resources/mdl-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/mdl</uri>
 -              <manifest>${project.basedir}/src/main/resources/mdl-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>MDLClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <includeLookupOnly>true</includeLookupOnly>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Binding</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Collections</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>MaterialDesignLite</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Material Design Lite</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/mdl</uri>
 +              <manifest>${project.basedir}/src/main/resources/mdl-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/mdl</uri>
 +              <manifest>${project.basedir}/src/main/resources/mdl-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>MDLClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <includeLookupOnly>true</includeLookupOnly>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Binding</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Collections</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Mobile/pom.xml
index f531364,c0d6b0b..01971e8
--- a/frameworks/projects/Mobile/pom.xml
+++ b/frameworks/projects/Mobile/pom.xml
@@@ -1,116 -1,115 +1,115 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Mobile</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Mobile</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/cordova</uri>
 -              <manifest>${project.basedir}/src/main/resources/cordova-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>MobileClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Graphics</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Mobile</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Mobile</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/cordova</uri>
 +              <manifest>${project.basedir}/src/main/resources/cordova-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>MobileClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Graphics</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Network/pom.xml
index 52ed08a,bc21367..f2028cd
--- a/frameworks/projects/Network/pom.xml
+++ b/frameworks/projects/Network/pom.xml
@@@ -1,93 -1,93 +1,93 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Network</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Network</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>NetworkClasses</includeClass>
 -          </includeClasses>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <additionalCompilerOptions>${project.compiler.options};-warn-instance-of-changes=false</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Reflection</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Reflection</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Network</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Network</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>NetworkClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true;-warn-instance-of-changes=false</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-warn-instance-of-changes=false</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Reflection</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Reflection</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Reflection/pom.xml
index 2370892,8a700e1..b5d70a7
--- a/frameworks/projects/Reflection/pom.xml
+++ b/frameworks/projects/Reflection/pom.xml
@@@ -1,92 -1,75 +1,91 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Reflection</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Reflection</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeSources>true</includeSources>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Reflection</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Reflection</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>ReflectionClasses</includeClass>
 +          </includeClasses>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Language</artifactId>
 +      <version>0.9.6-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Language</artifactId>
 +      <version>0.9.6-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/RoyaleSite/pom.xml
index 2f9ccc0,35e96f3..7d817dc
--- a/frameworks/projects/RoyaleSite/pom.xml
+++ b/frameworks/projects/RoyaleSite/pom.xml
@@@ -1,109 -1,108 +1,108 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>RoyaleSite</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: RoyaleSite</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/site</uri>
 -              <manifest>${project.basedir}/src/main/resources/royalesite-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Basic</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>RoyaleSite</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: RoyaleSite</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/site</uri>
 +              <manifest>${project.basedir}/src/main/resources/royalesite-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Basic</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/SparkRoyale/pom.xml
index 0a49370,cdc7608..f8bf6b7
--- a/frameworks/projects/SparkRoyale/pom.xml
+++ b/frameworks/projects/SparkRoyale/pom.xml
@@@ -1,147 -1,147 +1,147 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>SparkRoyale</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: SparkRoyale</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/spark</uri>
 -              <manifest>${project.basedir}/src/main/resources/spark-royale-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>SparkRoyaleClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -              <include-file>
 -                  <name>defaults.css</name>
 -                  <path>../src/main/resources/defaults.css</path>
 -              </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <defines>
 -              <define>
 -                  <name>GOOG::DEBUG</name>
 -                  <value>true</value>
 -              </define>
 -          </defines>
 -          <allowSubclassOverrides>true</allowSubclassOverrides>
 -          <additionalCompilerOptions>${project.compiler.options};-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Basic</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>MXRoyale</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>MXRoyale</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Text</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Text</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>TLF</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>TLF</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>SparkRoyale</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: SparkRoyale</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/spark</uri>
 +              <manifest>${project.basedir}/src/main/resources/spark-royale-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>SparkRoyaleClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +              <include-file>
 +                  <name>defaults.css</name>
 +                  <path>../src/main/resources/defaults.css</path>
 +              </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
 +          <defines>
 +              <define>
 +                  <name>GOOG::DEBUG</name>
 +                  <value>true</value>
 +              </define>
 +          </defines>
 +          <allowSubclassOverrides>true</allowSubclassOverrides>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Basic</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>MXRoyale</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>MXRoyale</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Text</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Text</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>TLF</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>TLF</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Storage/pom.xml
index 623f57a,3d9591e..f86021c
--- a/frameworks/projects/Storage/pom.xml
+++ b/frameworks/projects/Storage/pom.xml
@@@ -1,93 -1,92 +1,92 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Storage</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Storage</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>StorageClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <skipExtern>true</skipExtern>
 -          <skipAS>${royale.skipAS}</skipAS>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Core</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -
 -    <dependency>
 -      <groupId>org.apache.royale.typedefs</groupId>
 -      <artifactId>royale-typedefs-cordova</artifactId>
 -      <version>${royale.typedefs.version}</version>
 -      <type>swc</type>
 -      <classifier>typedefs</classifier>
 -      <scope>runtime</scope>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Storage</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Storage</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>StorageClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <skipExtern>true</skipExtern>
 +          <skipAS>${royale.skipAS}</skipAS>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Core</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +
 +    <dependency>
 +      <groupId>org.apache.royale.typedefs</groupId>
 +      <artifactId>royale-typedefs-cordova</artifactId>
 +      <version>${royale.typedefs.version}</version>
 +      <type>swc</type>
 +      <classifier>typedefs</classifier>
 +      <scope>runtime</scope>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/TLF/pom.xml
index 7ad7f8c,d2ca9a6..08430a6
--- a/frameworks/projects/TLF/pom.xml
+++ b/frameworks/projects/TLF/pom.xml
@@@ -1,121 -1,121 +1,121 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>TLF</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: TLF</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>TLFClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <allowSubclassOverrides>true</allowSubclassOverrides>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <skipExtern>true</skipExtern>
 -          <additionalCompilerOptions>${project.compiler.options}</additionalCompilerOptions>
 -          <defines>
 -            <define>
 -              <name>CONFIG::debug</name>
 -              <value>false</value>
 -            </define>
 -            <define>
 -              <name>CONFIG::release</name>
 -              <value>true</value>
 -            </define>
 -          </defines>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Text</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>Text</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Reflection</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>Reflection</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -    <dependency>
 -        <groupId>org.apache.royale.framework</groupId>
 -        <artifactId>XML</artifactId>
 -        <version>0.9.7-SNAPSHOT</version>
 -        <type>swc</type>
 -        <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>TLF</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: TLF</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>TLFClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <allowSubclassOverrides>true</allowSubclassOverrides>
 +          <skipAS>${royale.skipAS}</skipAS>
 +          <skipExtern>true</skipExtern>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-js-vector-emulation-class=Array;-source-map=true;</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options};-js-vector-emulation-class=Array</additionalCompilerOptions>
 +          <defines>
 +            <define>
 +              <name>CONFIG::debug</name>
 +              <value>false</value>
 +            </define>
 +            <define>
 +              <name>CONFIG::release</name>
 +              <value>true</value>
 +            </define>
 +          </defines>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Text</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>Text</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Reflection</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>Reflection</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +    <dependency>
 +        <groupId>org.apache.royale.framework</groupId>
 +        <artifactId>XML</artifactId>
-         <version>0.9.6-SNAPSHOT</version>
++        <version>0.9.7-SNAPSHOT</version>
 +        <type>swc</type>
 +        <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/Text/pom.xml
index 1804d99,7a7b567..9b87fc3
--- a/frameworks/projects/Text/pom.xml
+++ b/frameworks/projects/Text/pom.xml
@@@ -1,90 -1,89 +1,89 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>projects</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>Text</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>swc</packaging>
 -
 -  <name>Apache Royale: Framework: Libs: Text</name>
 -
 -  <build>
 -    <sourceDirectory>src/main/royale</sourceDirectory>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <extensions>true</extensions>
 -        <configuration>
 -          <namespaces>
 -            <namespace>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 -            </namespace>
 -            <namespace>
 -              <type>as</type>
 -              <uri>library://ns.apache.org/royale/basic</uri>
 -              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
 -            </namespace>
 -          </namespaces>
 -          <includeClasses>
 -            <includeClass>TextClasses</includeClass>
 -          </includeClasses>
 -          <includeFiles>
 -            <include-file>
 -              <name>defaults.css</name>
 -              <path>../src/main/resources/defaults.css</path>
 -            </include-file>
 -          </includeFiles>
 -          <allowSubclassOverrides>true</allowSubclassOverrides>
 -          <skipAS>${royale.skipAS}</skipAS>
 -          <skipExtern>true</skipExtern>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>swf</classifier>
 -    </dependency>
 -    <dependency>
 -      <groupId>org.apache.royale.framework</groupId>
 -      <artifactId>HTML</artifactId>
 -      <version>0.9.7-SNAPSHOT</version>
 -      <type>swc</type>
 -      <classifier>js</classifier>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>projects</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>Text</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>swc</packaging>
 +
 +  <name>Apache Royale: Framework: Libs: Text</name>
 +
 +  <build>
 +    <sourceDirectory>src/main/royale</sourceDirectory>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <extensions>true</extensions>
 +        <configuration>
 +          <namespaces>
 +            <namespace>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
 +            </namespace>
 +            <namespace>
 +              <type>as</type>
 +              <uri>library://ns.apache.org/royale/basic</uri>
 +              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
 +            </namespace>
 +          </namespaces>
 +          <includeClasses>
 +            <includeClass>TextClasses</includeClass>
 +          </includeClasses>
 +          <includeFiles>
 +            <include-file>
 +              <name>defaults.css</name>
 +              <path>../src/main/resources/defaults.css</path>
 +            </include-file>
 +          </includeFiles>
 +          <allowSubclassOverrides>true</allowSubclassOverrides>
 +          <skipAS>${royale.skipAS}</skipAS>
 +          <skipExtern>true</skipExtern>
-           <additionalCompilerOptions>-js-default-initializers=false;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false;-source-map=true</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>swf</classifier>
 +    </dependency>
 +    <dependency>
 +      <groupId>org.apache.royale.framework</groupId>
 +      <artifactId>HTML</artifactId>
-       <version>0.9.6-SNAPSHOT</version>
++      <version>0.9.7-SNAPSHOT</version>
 +      <type>swc</type>
 +      <classifier>js</classifier>
 +    </dependency>
 +  </dependencies>
 +
 +</project>
diff --cc frameworks/projects/pom.xml
index f4fbf53,26f1330..cfd6a24
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@@ -1,117 -1,121 +1,121 @@@
 -<?xml version="1.0" encoding="UTF-8"?>
 -<!--
 -
 -  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.
 -
 --->
 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -  <modelVersion>4.0.0</modelVersion>
 -
 -  <parent>
 -    <groupId>org.apache.royale.framework</groupId>
 -    <artifactId>frameworks</artifactId>
 -    <version>0.9.7-SNAPSHOT</version>
 -  </parent>
 -
 -  <artifactId>projects</artifactId>
 -  <version>0.9.7-SNAPSHOT</version>
 -  <packaging>pom</packaging>
 -
 -  <properties>
 -      <project.compiler.options>${repo.compiler.options}-js-default-initializers=false;-source-map=${source.map}</project.compiler.options>
 -  </properties>
 -  
 -  <name>Apache Royale: Framework: Libs</name>
 -
 -  <modules>
 -    <module>Binding</module>
 -    <module>Charts</module>
 -    <module>Collections</module>
 -    <module>Core</module>
 -    <module>Basic</module>
 -    <module>CreateJS</module>
 -    <module>DragDrop</module>
 -    <module>Effects</module>
 -    <module>Express</module>
 -    <module>Flat</module>
 -    <module>Formatters</module>
 -    <module>FontAwesome</module>
 -    <module>GoogleMaps</module>
 -    <module>Graphics</module>
 -    <module>HTML</module>
 -    <module>HTML5</module>
 -    <module>JQuery</module>
 -    <module>Language</module>
 -    <module>MaterialDesignLite</module>
 -    <module>Mobile</module>
 -    <module>Reflection</module>
 -    <module>Network</module>
 -    <module>Storage</module>
 -    <module>XML</module>
 -    <module>Text</module>
 -    <module>TLF</module>
 -    <module>RoyaleSite</module>
 -    <module>MXRoyale</module>
 -    <module>Icons</module>
 -    <module>SparkRoyale</module>
 -    <module>Jewel</module>
 -  </modules>
 -
 -  <profiles>
 -    <profile>
 -      <id>brokenmodules</id>
 -      <modules>
 -          <!-- Seems to be missing a flexunit? -->
 -          <module>RoyaleUnit</module>
 -      </modules>
 -    </profile>
 -  </profiles>
 -
 -  <build>
 -    <plugins>
 -      <plugin>
 -        <groupId>org.apache.royale.compiler</groupId>
 -        <artifactId>royale-maven-plugin</artifactId>
 -        <version>${royale.compiler.version}</version>
 -        <configuration>
 -          <!-- We don't want dependencies to be linked into the resulting libraries -->
 -          <forceSwcExternalLibraryPath>true</forceSwcExternalLibraryPath>
 -          <additionalCompilerOptions>${project.compiler.options}</additionalCompilerOptions>
 -        </configuration>
 -      </plugin>
 -    </plugins>
 -  </build>
 -
 -  <dependencies>
 -    <dependency>
 -      <groupId>org.apache.royale.typedefs</groupId>
 -      <artifactId>royale-typedefs-gcl</artifactId>
 -      <version>${royale.typedefs.version}</version>
 -      <type>swc</type>
 -      <classifier>typedefs</classifier>
 -    </dependency>
 -    <!--
 -      By declaring this dependency here, we force the royale-externs-js to be
 -      added to the external library path of all modules. Without this it would
 -      have gone to the library path.
 -    -->
 -    <dependency>
 -      <groupId>org.apache.royale.typedefs</groupId>
 -      <artifactId>royale-typedefs-js</artifactId>
 -      <version>${royale.typedefs.version}</version>
 -      <type>swc</type>
 -      <classifier>typedefs</classifier>
 -      <scope>runtime</scope>
 -    </dependency>
 -  </dependencies>
 -
 -</project>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!--
 +
 +  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.
 +
 +-->
 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +  <modelVersion>4.0.0</modelVersion>
 +
 +  <parent>
 +    <groupId>org.apache.royale.framework</groupId>
 +    <artifactId>frameworks</artifactId>
-     <version>0.9.6-SNAPSHOT</version>
++    <version>0.9.7-SNAPSHOT</version>
 +  </parent>
 +
 +  <artifactId>projects</artifactId>
-   <version>0.9.6-SNAPSHOT</version>
++  <version>0.9.7-SNAPSHOT</version>
 +  <packaging>pom</packaging>
 +
++  <properties>
++      <project.compiler.options>${repo.compiler.options}-js-default-initializers=false;-source-map=${source.map};-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false</project.compiler.options>
++  </properties>
++  
 +  <name>Apache Royale: Framework: Libs</name>
 +
 +  <modules>
 +    <module>Binding</module>
 +    <module>Charts</module>
 +    <module>Collections</module>
 +    <module>Core</module>
 +    <module>Basic</module>
 +    <module>CreateJS</module>
 +    <module>DragDrop</module>
 +    <module>Effects</module>
 +    <module>Express</module>
 +    <module>Flat</module>
 +    <module>Formatters</module>
 +    <module>FontAwesome</module>
 +    <module>GoogleMaps</module>
 +    <module>Graphics</module>
 +    <module>HTML</module>
 +    <module>HTML5</module>
 +    <module>JQuery</module>
 +    <module>Language</module>
 +    <module>MaterialDesignLite</module>
 +    <module>Mobile</module>
 +    <module>Reflection</module>
 +    <module>Network</module>
 +    <module>Storage</module>
 +    <module>XML</module>
 +    <module>Text</module>
 +    <module>TLF</module>
 +    <module>RoyaleSite</module>
 +    <module>MXRoyale</module>
 +    <module>Icons</module>
 +    <module>SparkRoyale</module>
 +    <module>Jewel</module>
 +  </modules>
 +
 +  <profiles>
 +    <profile>
 +      <id>brokenmodules</id>
 +      <modules>
 +          <!-- Seems to be missing a flexunit? -->
 +          <module>RoyaleUnit</module>
 +      </modules>
 +    </profile>
 +  </profiles>
 +
 +  <build>
 +    <plugins>
 +      <plugin>
 +        <groupId>org.apache.royale.compiler</groupId>
 +        <artifactId>royale-maven-plugin</artifactId>
 +        <version>${royale.compiler.version}</version>
 +        <configuration>
 +          <!-- We don't want dependencies to be linked into the resulting libraries -->
 +          <forceSwcExternalLibraryPath>true</forceSwcExternalLibraryPath>
-           <additionalCompilerOptions>-js-default-initializers=false;-source-map=true;-js-complex-implicit-coercions=false;-js-vector-index-checks=false;-js-resolve-uncertain=false</additionalCompilerOptions>
++          <additionalCompilerOptions>${project.compiler.options}</additionalCompilerOptions>
 +        </configuration>
 +      </plugin>
 +    </plugins>
 +  </build>
 +
 +  <dependencies>
 +    <dependency>
 +      <groupId>org.apache.royale.typedefs</groupId>
 +      <artifactId>royale-typedefs-gcl</artifactId>
 +      <version>${royale.typedefs.version}</version>
 +      <type>swc</type>
 +      <classifier>typedefs</classifier>
 +    </dependency>
 +    <!--
 +      By declaring this dependency here, we force the royale-externs-js to be
 +      added to the external library path of all modules. Without this it would
 +      have gone to the library path.
 +    -->
 +    <dependency>
 +      <groupId>org.apache.royale.typedefs</groupId>
 +      <artifactId>royale-typedefs-js</artifactId>
 +      <version>${royale.typedefs.version}</version>
 +      <type>swc</type>
 +      <classifier>typedefs</classifier>
 +      <scope>runtime</scope>
 +    </dependency>
 +  </dependencies>
 +
 +</project>