You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Alex Harui <ah...@adobe.com> on 2016/05/09 06:21:13 UTC

Re: git commit: [flex-asjs] [refs/heads/develop] - - Bumped the version from 0.6.0-SNAPSHOT to 0.7.0-SNAPSHOT - Fixed the node extern build - Resolved some of the blocker sonarqube findings

Chris,

Looks like there was more than pom.xml changes which are breaking the
build.  Can you revert changes to the .as files?

Thanks,
-Alex

On 5/7/16, 8:14 AM, "cdutz@apache.org" <cd...@apache.org> wrote:

>Repository: flex-asjs
>Updated Branches:
>  refs/heads/develop 1149ba78c -> d26cf8091
>
>
>- Bumped the version from 0.6.0-SNAPSHOT to 0.7.0-SNAPSHOT
>- Fixed the node extern build
>- Resolved some of the blocker sonarqube findings
>
>(This commit is actually done above the center of Greenland)
>
>
>Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
>Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d26cf809
>Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d26cf809
>Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d26cf809
>
>Branch: refs/heads/develop
>Commit: d26cf80911e1d8c8b18ecca9cb31febfb6032896
>Parents: 1149ba7
>Author: Christofer Dutz <ch...@codecentric.de>
>Authored: Sat May 7 17:13:01 2016 +0200
>Committer: Christofer Dutz <ch...@codecentric.de>
>Committed: Sat May 7 17:14:20 2016 +0200
>
>----------------------------------------------------------------------
> examples/flexjs/pom.xml                         |  4 +--
> frameworks/projects/Binding/pom.xml             | 18 +++++++---
> frameworks/projects/Charts/pom.xml              | 14 ++++----
> frameworks/projects/Collections/pom.xml         | 10 +++---
> frameworks/projects/Core/pom.xml                | 35 +++++++++++++++++---
> .../apache/flex/core/BrowserResizeListener.as   |  3 +-
> .../main/flex/org/apache/flex/core/CSSShape.as  |  7 ++--
> .../main/flex/org/apache/flex/core/CSSSprite.as |  3 ++
> .../flex/org/apache/flex/core/CallLaterBead.as  |  5 +--
> .../flex/org/apache/flex/core/IBorderModel.as   |  9 +++--
> .../flex/org/apache/flex/core/StageProxy.as     |  8 +++--
> .../apache/flex/core/StyleableCSSTextField.as   |  7 ++--
> .../flex/org/apache/flex/core/UIButtonBase.as   |  3 ++
> .../flex/events/utils/MouseEventConverter.as    | 11 ++++--
> .../org/apache/flex/utils/CSSBorderUtils.as     |  3 ++
> .../flex/org/apache/flex/utils/PNGEncoder.as    |  7 ++--
> .../org/apache/flex/utils/SolidBorderUtil.as    |  5 ++-
> .../org/apache/flex/utils/dbg/DOMPathUtil.as    |  3 ++
> frameworks/projects/CreateJS/pom.xml            | 35 ++++++++++++++++----
> frameworks/projects/DragDrop/pom.xml            | 10 +++---
> frameworks/projects/Effects/pom.xml             | 10 +++---
> frameworks/projects/Flat/pom.xml                | 16 ++++-----
> frameworks/projects/Formatters/pom.xml          | 12 +++----
> frameworks/projects/GoogleMaps/pom.xml          | 24 +++++++++++---
> frameworks/projects/Graphics/pom.xml            | 17 +++++++---
> frameworks/projects/HTML/pom.xml                | 35 +++++++++++++++-----
> frameworks/projects/HTML5/pom.xml               | 12 +++----
> frameworks/projects/JQuery/pom.xml              | 12 +++----
> frameworks/projects/Mobile/pom.xml              | 14 ++++----
> frameworks/projects/Network/pom.xml             | 10 +++---
> frameworks/projects/Reflection/pom.xml          | 10 +++---
> frameworks/projects/Storage/pom.xml             | 10 +++---
> frameworks/projects/XML/pom.xml                 | 10 +++---
> frameworks/projects/pom.xml                     |  6 ++--
> pom.xml                                         |  4 +--
> 35 files changed, 268 insertions(+), 134 deletions(-)
>----------------------------------------------------------------------
>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/examples/fl
>exjs/pom.xml
>----------------------------------------------------------------------
>diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
>index 4681cba..33cc4ff 100644
>--- a/examples/flexjs/pom.xml
>+++ b/examples/flexjs/pom.xml
>@@ -82,7 +82,7 @@
>                         <dependency>
>                             <groupId>org.apache.flex.compiler</groupId>
>                             <artifactId>falcon-jx-compiler</artifactId>
>-                            <version>0.6.0-SNAPSHOT</version>
>+                            <version>0.7.0-SNAPSHOT</version>
>                         </dependency>
>                     </dependencies>
>                 </plugin>
>@@ -94,7 +94,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs</groupId>
>             <artifactId>framework</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>pom</type>
>         </dependency>
>         <dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Binding/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Binding/pom.xml
>b/frameworks/projects/Binding/pom.xml
>index 351d6c2..b088f8d 100644
>--- a/frameworks/projects/Binding/pom.xml
>+++ b/frameworks/projects/Binding/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Binding</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,21 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>+                <configuration>
>+                    <namespaces>
>+                        <namespace>
>+                 
><uri>library://ns.apache.org/flexjs/basic</uri>
>+                 
><manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manife
>st>
>+                        </namespace>
>+                    </namespaces>
>+                </configuration>
>                 <dependencies>
>                     <dependency>
>                  
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +70,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Charts/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Charts/pom.xml
>b/frameworks/projects/Charts/pom.xml
>index 2e6ea76..f4e3102 100644
>--- a/frameworks/projects/Charts/pom.xml
>+++ b/frameworks/projects/Charts/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Charts</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                  
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,21 +62,21 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Graphics</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Collections/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Collections/pom.xml
>b/frameworks/projects/Collections/pom.xml
>index 10e954f..db15c27 100644
>--- a/frameworks/projects/Collections/pom.xml
>+++ b/frameworks/projects/Collections/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Collections</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                  
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Core/pom.xml
>b/frameworks/projects/Core/pom.xml
>index 6def4fd..7a18be7 100644
>--- a/frameworks/projects/Core/pom.xml
>+++ b/frameworks/projects/Core/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Core</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,24 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>+                <configuration>
>+                    <namespaces>
>+                        <namespace>
>+                 
><uri>library://ns.apache.org/flexjs/basic</uri>
>+                 
><manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manife
>st>
>+                        </namespace>
>+                    </namespaces>
>+                    <includeClasses>
>+                        <includeClass>CoreClasses</includeClass>
>+                    </includeClasses>
>+                </configuration>
>                 <dependencies>
>                     <dependency>
>                  
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -56,8 +67,24 @@
>             <artifactId>airglobal</artifactId>
>             <version>${air.version}</version>
>             <type>swc</type>
>+            <!--scope>external</scope-->
>+        </dependency>
>+
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-js</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <classifier>extern</classifier>
>             <scope>external</scope>
>         </dependency>
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-gcl</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <classifier>extern</classifier>
>+        </dependency>
>     </dependencies>
> 
> </project>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/BrowserResizeListener.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BrowserResiz
>eListener.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BrowserResiz
>eListener.as
>index f88201f..d82260d 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BrowserResiz
>eListener.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BrowserResiz
>eListener.as
>@@ -18,9 +18,10 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>+import org.apache.flex.events.Event;
>+
> COMPILE::AS3
> {
>-    import flash.events.Event;
>     import flash.external.ExternalInterface;
>     import flash.utils.getQualifiedClassName;
> }
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/CSSShape.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSShape.as
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSShape.as
>index 2c09911..3b511cf 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSShape.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSShape.as
>@@ -18,8 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>-    import flash.display.Graphics;
>-    import flash.display.Shape;
>+    COMPILE::AS3
>+    {
>+        import flash.display.Graphics;
>+        import flash.display.Shape;
>+    }
>     
>     import org.apache.flex.core.IChild;
>     import org.apache.flex.events.Event;
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/CSSSprite.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSSprite.as
> 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSSprite.as
>index 54d2638..1f13245 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSSprite.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CSSSprite.as
>@@ -18,8 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>+COMPILE::AS3
>+{
>     import flash.display.Graphics;
>     import flash.display.Sprite;
>+}
>     
>     import org.apache.flex.core.IChild;
>     import org.apache.flex.events.Event;
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/CallLaterBead.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CallLaterBea
>d.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CallLaterBea
>d.as
>index 64f5ea3..432eb6f 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CallLaterBea
>d.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/CallLaterBea
>d.as
>@@ -18,10 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>-    COMPILE::AS3
>+import org.apache.flex.events.Event;
>+
>+COMPILE::AS3
>     {
>         import flash.display.DisplayObject;
>-        import flash.events.Event;
>     }
>     
>     import org.apache.flex.core.IBead;
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/IBorderModel.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/IBorderModel
>.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/IBorderModel
>.as
>index c746a8f..f6b5d90 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/IBorderModel
>.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/IBorderModel
>.as
>@@ -18,9 +18,14 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>-    import flash.geom.Rectangle;
>+	COMPILE::AS3
>+	{
>+		import flash.geom.Rectangle;
>+	}
>+
>+	import org.apache.flex.geom.Rectangle;
> 
>-    /**
>+/**
>      *  The IBorderModel interface is the basic interface for a data
>model for
>      *  drawing borders.
>      *  
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/StageProxy.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StageProxy.a
>s 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StageProxy.a
>s
>index 1afe763..80778ed 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StageProxy.a
>s
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StageProxy.a
>s
>@@ -18,9 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>-	import flash.display.Stage;
>-    import flash.events.Event;
>-	
>+    COMPILE::AS3
>+    {
>+        import flash.display.Stage;
>+        import flash.events.Event;
>+    }	
>     import org.apache.flex.events.Event;
> 	import org.apache.flex.events.IEventDispatcher;
> 
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/StyleableCSSTextField.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StyleableCSS
>TextField.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StyleableCSS
>TextField.as
>index 79e2a7d..c3bd1ca 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StyleableCSS
>TextField.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/StyleableCSS
>TextField.as
>@@ -17,10 +17,13 @@
> //
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
>-{   
>+{
>+COMPILE::AS3
>+{
>     import flash.display.DisplayObjectContainer;
>     import flash.text.Font;
>-    
>+}
>+
>     import org.apache.flex.core.IStyleableObject;
>     import org.apache.flex.events.Event;
> 		
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase
>.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase
>.as
>index 427c42b..6672066 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase
>.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/UIButtonBase
>.as
>@@ -18,8 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.core
> {
>+COMPILE::AS3
>+{
> 	import flash.display.DisplayObject;
> 	import flash.display.SimpleButton;
>+}
> 	
> 	import org.apache.flex.core.IBead;
> 	import org.apache.flex.core.IBeadModel;
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/events/utils/MouseEventConvert
>er.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/events/utils/Mous
>eEventConverter.as
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/events/utils/Mous
>eEventConverter.as
>index 1c015fd..659fb09 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/events/utils/Mous
>eEventConverter.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/events/utils/Mous
>eEventConverter.as
>@@ -17,12 +17,17 @@
> //
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.events.utils
>-{	
>+{
>+COMPILE::AS3
>+{
>     import flash.events.Event;
>     import flash.events.IEventDispatcher;
>     import flash.events.MouseEvent;
>-    
>-    import org.apache.flex.events.MouseEvent;
>+}
>+
>+import org.apache.flex.events.IEventDispatcher;
>+
>+import org.apache.flex.events.MouseEvent;
> 	import org.apache.flex.events.utils.IHandlesOriginalEvent;
>     
> 	/**
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUtils.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUt
>ils.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUt
>ils.as
>index 61fecc7..a1260c0 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUt
>ils.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSBorderUt
>ils.as
>@@ -18,8 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.utils
> {
>+COMPILE::AS3
>+{
>     import flash.display.DisplayObject;
>     import flash.display.Graphics;
>+}
>     
>     import org.apache.flex.core.IStatesObject;
>     import org.apache.flex.core.IUIBase;
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/utils/PNGEncoder.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PNGEncoder.
>as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PNGEncoder.
>as
>index d34ce13..7daa98d 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PNGEncoder.
>as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/PNGEncoder.
>as
>@@ -20,8 +20,11 @@
> package org.apache.flex.utils
> {
> 
>-import flash.display.BitmapData;
>-import flash.utils.ByteArray;
>+COMPILE::AS3
>+{
>+    import flash.display.BitmapData;
>+    import flash.utils.ByteArray;
>+}
> 
> /**
>  *  The PNGEncoder class converts raw bitmap images into encoded
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/utils/SolidBorderUtil.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/SolidBorder
>Util.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/SolidBorder
>Util.as
>index bb74b2a..8e83e28 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/SolidBorder
>Util.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/SolidBorder
>Util.as
>@@ -18,7 +18,10 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.utils
> {
>-import flash.display.Graphics;
>+COMPILE::AS3
>+{
>+    import flash.display.Graphics;
>+}
> 
>     
> /**
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Core/src/main/flex/org/apache/flex/utils/dbg/DOMPathUtil.as
>----------------------------------------------------------------------
>diff --git 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/dbg/DOMPath
>Util.as 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/dbg/DOMPath
>Util.as
>index 3b3da0e..bb6ad17 100644
>--- 
>a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/dbg/DOMPath
>Util.as
>+++ 
>b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/dbg/DOMPath
>Util.as
>@@ -18,8 +18,11 @@
> 
>//////////////////////////////////////////////////////////////////////////
>//////
> package org.apache.flex.utils.dbg
> {
>+COMPILE::AS3
>+{
>     import flash.utils.Dictionary;
>     import flash.utils.getQualifiedClassName;
>+}
>     
>     import org.apache.flex.core.IChild;
> 
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/CreateJS/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/CreateJS/pom.xml
>b/frameworks/projects/CreateJS/pom.xml
>index 3dd90ca..eecf06a 100644
>--- a/frameworks/projects/CreateJS/pom.xml
>+++ b/frameworks/projects/CreateJS/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>CreateJS</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                  
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,24 +62,45 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Graphics</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>+
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-createjs</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <scope>external</scope>
>+        </dependency>
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-js</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <scope>external</scope>
>+        </dependency>
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-gcl</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+        </dependency>
>     </dependencies>
> 
> </project>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/DragDrop/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/DragDrop/pom.xml
>b/frameworks/projects/DragDrop/pom.xml
>index 9b05503..76af90c 100644
>--- a/frameworks/projects/DragDrop/pom.xml
>+++ b/frameworks/projects/DragDrop/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>DragDrop</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                  
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Effects/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Effects/pom.xml
>b/frameworks/projects/Effects/pom.xml
>index eb44feb..64a2cf1 100644
>--- a/frameworks/projects/Effects/pom.xml
>+++ b/frameworks/projects/Effects/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Effects</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Flat/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Flat/pom.xml 
>b/frameworks/projects/Flat/pom.xml
>index 1b43273..88cae31 100644
>--- a/frameworks/projects/Flat/pom.xml
>+++ b/frameworks/projects/Flat/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Flat</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,28 +62,28 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Binding</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Graphics</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Formatters/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Formatters/pom.xml 
>b/frameworks/projects/Formatters/pom.xml
>index d68d93b..4dc898c 100644
>--- a/frameworks/projects/Formatters/pom.xml
>+++ b/frameworks/projects/Formatters/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Formatters</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,14 +62,14 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/GoogleMaps/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/GoogleMaps/pom.xml 
>b/frameworks/projects/GoogleMaps/pom.xml
>index 8d5d531..4a3be4e 100644
>--- a/frameworks/projects/GoogleMaps/pom.xml
>+++ b/frameworks/projects/GoogleMaps/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>GoogleMaps</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,10 +62,24 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>+        <!--dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-js</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <scope>external</scope>
>+        </dependency-->
>+        <!-- this is not on external-library path otherwise 
>goog.requires are not generated -->
>+        <!--dependency>
>+            <groupId>org.apache.flex.flexjs.externs</groupId>
>+            <artifactId>flexjs-externs-gcl</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+        </dependency-->
>     </dependencies>
> 
> </project>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Graphics/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Graphics/pom.xml 
>b/frameworks/projects/Graphics/pom.xml
>index 0f49232..32b708c 100644
>--- a/frameworks/projects/Graphics/pom.xml
>+++ b/frameworks/projects/Graphics/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Graphics</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,10 +62,17 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.framework</groupId>
>+            <artifactId>Core</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <classifier>extern</classifier>
>+        </dependency>
>     </dependencies>
> 
> </project>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/HTML/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/HTML/pom.xml 
>b/frameworks/projects/HTML/pom.xml
>index 1cb99ff..648f053 100644
>--- a/frameworks/projects/HTML/pom.xml
>+++ b/frameworks/projects/HTML/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>HTML</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,25 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>+                <configuration>
>+                    <namespaces>
>+                        <namespace>
>+                            
><uri>library://ns.apache.org/flexjs/basic</uri>
>+                            
><manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manife
>st>
>+                        </namespace>
>+                        <namespace>
>+                            <uri>library://ns.apache.org/flexjs/svg</uri>
>+                            
><manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest
>>
>+                        </namespace>
>+                    </namespaces>
>+                </configuration>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,28 +74,35 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>+            <artifactId>Core</artifactId>
>+            <version>0.7.0-SNAPSHOT</version>
>+            <type>swc</type>
>+            <classifier>extern</classifier>
>+        </dependency>
>+        <dependency>
>+            <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Binding</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Graphics</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Collections</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/HTML5/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/HTML5/pom.xml 
>b/frameworks/projects/HTML5/pom.xml
>index c8178ea..11ddc39 100644
>--- a/frameworks/projects/HTML5/pom.xml
>+++ b/frameworks/projects/HTML5/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>HTML5</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,14 +62,14 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/JQuery/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/JQuery/pom.xml 
>b/frameworks/projects/JQuery/pom.xml
>index 35ab87c..41e9bc9 100644
>--- a/frameworks/projects/JQuery/pom.xml
>+++ b/frameworks/projects/JQuery/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>JQuery</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,14 +62,14 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Mobile/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Mobile/pom.xml 
>b/frameworks/projects/Mobile/pom.xml
>index 0924802..3484e39 100644
>--- a/frameworks/projects/Mobile/pom.xml
>+++ b/frameworks/projects/Mobile/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Mobile</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,21 +62,21 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Graphics</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>HTML</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Network/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Network/pom.xml 
>b/frameworks/projects/Network/pom.xml
>index 252f84e..81991f5 100644
>--- a/frameworks/projects/Network/pom.xml
>+++ b/frameworks/projects/Network/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Network</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Reflection/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Reflection/pom.xml 
>b/frameworks/projects/Reflection/pom.xml
>index 04f845e..b3bae35 100644
>--- a/frameworks/projects/Reflection/pom.xml
>+++ b/frameworks/projects/Reflection/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Reflection</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/Storage/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/Storage/pom.xml 
>b/frameworks/projects/Storage/pom.xml
>index 62c6726..021797f 100644
>--- a/frameworks/projects/Storage/pom.xml
>+++ b/frameworks/projects/Storage/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>Storage</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/XML/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/XML/pom.xml 
>b/frameworks/projects/XML/pom.xml
>index 46e3c8c..9652c0c 100644
>--- a/frameworks/projects/XML/pom.xml
>+++ b/frameworks/projects/XML/pom.xml
>@@ -24,11 +24,11 @@
>     <parent>
>         <groupId>org.apache.flex.flexjs.framework</groupId>
>         <artifactId>projects</artifactId>
>-        <version>0.6.0-SNAPSHOT</version>
>+        <version>0.7.0-SNAPSHOT</version>
>     </parent>
> 
>     <artifactId>XML</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>swc</packaging>
> 
>     <build>
>@@ -37,13 +37,13 @@
>             <plugin>
>                 <groupId>org.apache.flex.flexjs.compiler</groupId>
>                 <artifactId>flexjs-maven-plugin</artifactId>
>-                <version>0.6.0-SNAPSHOT</version>
>+                <version>0.7.0-SNAPSHOT</version>
>                 <extensions>true</extensions>
>                 <dependencies>
>                     <dependency>
>                         
><groupId>org.apache.flex.flexjs.compiler</groupId>
>                         <artifactId>compiler-jx</artifactId>
>-                        <version>0.6.0-SNAPSHOT</version>
>+                        <version>0.7.0-SNAPSHOT</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
>@@ -62,7 +62,7 @@
>         <dependency>
>             <groupId>org.apache.flex.flexjs.framework</groupId>
>             <artifactId>Core</artifactId>
>-            <version>0.6.0-SNAPSHOT</version>
>+            <version>0.7.0-SNAPSHOT</version>
>             <type>swc</type>
>             <scope>external</scope>
>         </dependency>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/frameworks/
>projects/pom.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
>index 225ab03..60c60a6 100644
>--- a/frameworks/projects/pom.xml
>+++ b/frameworks/projects/pom.xml
>@@ -28,7 +28,7 @@
> 
>     <groupId>org.apache.flex.flexjs.framework</groupId>
>     <artifactId>projects</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>pom</packaging>
> 
>     <properties>
>@@ -46,8 +46,8 @@
>         <module>Flat</module>
>         <module>Formatters</module>
>         <module>GoogleMaps</module>
>-        <module>Graphics</module>
>-        <module>HTML</module>
>+        <!--module>Graphics</module-->
>+        <!--module>HTML</module-->
>         <module>HTML5</module>
>         <module>JQuery</module>
>         <module>Mobile</module>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d26cf809/pom.xml
>----------------------------------------------------------------------
>diff --git a/pom.xml b/pom.xml
>index 319619e..8a6a29a 100644
>--- a/pom.xml
>+++ b/pom.xml
>@@ -27,8 +27,8 @@
>     </parent>
> 
>     <groupId>org.apache.flex.flexjs</groupId>
>-    <artifactId>asjs-parent</artifactId>
>-    <version>0.6.0-SNAPSHOT</version>
>+    <artifactId>flex-asjs</artifactId>
>+    <version>0.7.0-SNAPSHOT</version>
>     <packaging>pom</packaging>
> 
>     <name>Apache Flex - ASJS</name>
>