You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/04/18 15:26:56 UTC

[1/2] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - - Split up the CompilerMojo into a CompilerJsMojo and CompilerAsMojo - Made the compiler plugin update the external-libraries and libraries in the compiler-config files - Renamed

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/maven-migration-test 4236c48a6 -> 316710d68


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/js/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/js/src/main/config/externc-config.xml b/externs/js/src/main/config/externc-config.xml
new file mode 100644
index 0000000..f4a3b20
--- /dev/null
+++ b/externs/js/src/main/config/externc-config.xml
@@ -0,0 +1,173 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        -->
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <!--
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+        
+        <source-path>
+            <path-element>src</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../javascript/missing.js</path-element>
+        <path-element>../../../target/downloads/es3.js</path-element>
+        <path-element>../../../target/downloads/es5.js</path-element>
+        <path-element>../../../target/downloads/es6.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_anim_timing.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_audio.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_batterystatus.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_css.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_css3d.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_device_sensor_event.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_dom1.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_dom2.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_dom3.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_elementtraversal.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_encoding.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_event.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_event3.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_geolocation.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_indexeddb.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_navigation_timing.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_range.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_rtc.js</path-element>
+        <path-element>../../../target/downloads/browser/w3c_selectors.js</path-element>
+        <!-- path-element>../../../target/downloads/browser/w3c_serviceworker.js</path-element> -->
+        <!-- path-element>../../../target/downloads/browser/w3c_webcrypto.js</path-element> -->
+        <path-element>../../../target/downloads/browser/w3c_xml.js</path-element>
+
+        <!-- path-element>externs/fetchapi</path-element> -->
+
+        <path-element>../../../target/downloads/browser/window.js</path-element>
+
+        <path-element>../../../target/downloads/browser/ie_dom.js</path-element>
+        <path-element>../../../target/downloads/browser/gecko_dom.js</path-element>
+        <path-element>../../../target/downloads/browser/gecko_xml.js</path-element>
+        <path-element>../../../target/downloads/browser/gecko_event.js</path-element>
+
+        <path-element>../../../target/downloads/browser/webkit_css.js</path-element>
+        <path-element>../../../target/downloads/browser/webkit_dom.js</path-element>
+        <path-element>../../../target/downloads/browser/webkit_event.js</path-element>
+        <!-- path-element>externs/webkit_notifications.js</path-element> -->
+
+        <path-element>../../../target/downloads/browser/iphone.js</path-element>
+        <path-element>../../../target/downloads/browser/chrome.js</path-element>
+        <path-element>../../../target/downloads/browser/flash.js</path-element>
+
+        <path-element>../../../target/downloads/browser/page_visibility.js</path-element>
+        <path-element>../../../target/downloads/browser/fileapi.js</path-element>
+        <path-element>../../../target/downloads/browser/html5.js</path-element>
+
+        <path-element>../../../target/downloads/browser/webgl.js</path-element>
+        <path-element>../../../target/downloads/browser/webstorage.js</path-element>
+
+        <path-element>../../../target/downloads/svg.js</path-element>
+    </external>
+
+    <as-root>../../../target/generated-sources/externc</as-root>
+    
+    <field-exclude>
+        <class>Window</class>
+        <field>focus</field>
+    </field-exclude>
+
+    <class-exclude>
+        <class>controlRange</class>
+    </class-exclude>
+    
+    <exclude>
+        <class>Array</class>
+        <name>toSource</name>
+    </exclude>
+    <exclude>
+        <class>Date</class>
+        <name>valueOf</name>
+    </exclude>
+    <exclude>
+        <class>String</class>
+        <name>valueOf</name>
+    </exclude>
+    <exclude><class>FontFaceSet</class><name>delete</name></exclude>
+    
+    <exclude><class>CSSStyleDeclaration</class><name>cssText</name></exclude>
+    <exclude><class>CSSStyleRule</class><name>style</name></exclude>
+    <exclude><class>CSSFontFaceRule</class><name>style</name></exclude>
+    <exclude><class>CSSPageRule</class><name>style</name></exclude>
+    
+    <exclude><class>Generator</class><name>throw</name></exclude>
+    <exclude><class>Generator</class><name>return</name></exclude>
+    <exclude><class>HTMLMenuItemElement</class><name>default</name></exclude>
+    <exclude><class>MessageEvent</class><name>data</name></exclude><!-- TODO returns T -->
+    <exclude><class>MessageEvent</class><name>initMessageEventNS</name></exclude> <!-- TODO param T -->
+    <exclude><class>MessageEvent</class><name>initMessageEvent</name></exclude> <!-- TODO param T -->
+    <exclude><class>MessageEvent</class><name>default</name></exclude>
+    <exclude><class>Object</class><name>is</name></exclude>
+    <exclude><class>Promise</class><name>catch</name></exclude>
+    
+    <exclude><class>IDBCursor</class><name>continue</name></exclude>
+    <exclude><class>IDBCursor</class><name>delete</name></exclude>
+    <exclude><class>IDBObjectStore</class><name>delete</name></exclude>
+    
+    <!-- TODO method treated like field -->
+    <field-exclude><class>Iterator</class><field>next</field></field-exclude>
+    <exclude><class>Generator</class><name>next</name></exclude>
+    <exclude><class>LinkStyle</class><name>sheet</name></exclude>
+    
+    <!-- SVG -->
+    <exclude><class>SVGStylable</class><name>className</name></exclude>
+    <exclude><class>SVGStylable</class><name>style</name></exclude>
+    <exclude><class>SVGLocatable</class><name>farthestViewportElement</name></exclude>
+    <exclude><class>SVGLocatable</class><name>nearestViewportElement</name></exclude>
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/js/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/js/src/main/config/generate-config.xml b/externs/js/src/main/config/generate-config.xml
deleted file mode 100644
index f4a3b20..0000000
--- a/externs/js/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,173 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        -->
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <!--
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-        
-        <source-path>
-            <path-element>src</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../javascript/missing.js</path-element>
-        <path-element>../../../target/downloads/es3.js</path-element>
-        <path-element>../../../target/downloads/es5.js</path-element>
-        <path-element>../../../target/downloads/es6.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_anim_timing.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_audio.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_batterystatus.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_css.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_css3d.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_device_sensor_event.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_dom1.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_dom2.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_dom3.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_elementtraversal.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_encoding.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_event.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_event3.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_geolocation.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_indexeddb.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_navigation_timing.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_range.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_rtc.js</path-element>
-        <path-element>../../../target/downloads/browser/w3c_selectors.js</path-element>
-        <!-- path-element>../../../target/downloads/browser/w3c_serviceworker.js</path-element> -->
-        <!-- path-element>../../../target/downloads/browser/w3c_webcrypto.js</path-element> -->
-        <path-element>../../../target/downloads/browser/w3c_xml.js</path-element>
-
-        <!-- path-element>externs/fetchapi</path-element> -->
-
-        <path-element>../../../target/downloads/browser/window.js</path-element>
-
-        <path-element>../../../target/downloads/browser/ie_dom.js</path-element>
-        <path-element>../../../target/downloads/browser/gecko_dom.js</path-element>
-        <path-element>../../../target/downloads/browser/gecko_xml.js</path-element>
-        <path-element>../../../target/downloads/browser/gecko_event.js</path-element>
-
-        <path-element>../../../target/downloads/browser/webkit_css.js</path-element>
-        <path-element>../../../target/downloads/browser/webkit_dom.js</path-element>
-        <path-element>../../../target/downloads/browser/webkit_event.js</path-element>
-        <!-- path-element>externs/webkit_notifications.js</path-element> -->
-
-        <path-element>../../../target/downloads/browser/iphone.js</path-element>
-        <path-element>../../../target/downloads/browser/chrome.js</path-element>
-        <path-element>../../../target/downloads/browser/flash.js</path-element>
-
-        <path-element>../../../target/downloads/browser/page_visibility.js</path-element>
-        <path-element>../../../target/downloads/browser/fileapi.js</path-element>
-        <path-element>../../../target/downloads/browser/html5.js</path-element>
-
-        <path-element>../../../target/downloads/browser/webgl.js</path-element>
-        <path-element>../../../target/downloads/browser/webstorage.js</path-element>
-
-        <path-element>../../../target/downloads/svg.js</path-element>
-    </external>
-
-    <as-root>../../../target/generated-sources/externc</as-root>
-    
-    <field-exclude>
-        <class>Window</class>
-        <field>focus</field>
-    </field-exclude>
-
-    <class-exclude>
-        <class>controlRange</class>
-    </class-exclude>
-    
-    <exclude>
-        <class>Array</class>
-        <name>toSource</name>
-    </exclude>
-    <exclude>
-        <class>Date</class>
-        <name>valueOf</name>
-    </exclude>
-    <exclude>
-        <class>String</class>
-        <name>valueOf</name>
-    </exclude>
-    <exclude><class>FontFaceSet</class><name>delete</name></exclude>
-    
-    <exclude><class>CSSStyleDeclaration</class><name>cssText</name></exclude>
-    <exclude><class>CSSStyleRule</class><name>style</name></exclude>
-    <exclude><class>CSSFontFaceRule</class><name>style</name></exclude>
-    <exclude><class>CSSPageRule</class><name>style</name></exclude>
-    
-    <exclude><class>Generator</class><name>throw</name></exclude>
-    <exclude><class>Generator</class><name>return</name></exclude>
-    <exclude><class>HTMLMenuItemElement</class><name>default</name></exclude>
-    <exclude><class>MessageEvent</class><name>data</name></exclude><!-- TODO returns T -->
-    <exclude><class>MessageEvent</class><name>initMessageEventNS</name></exclude> <!-- TODO param T -->
-    <exclude><class>MessageEvent</class><name>initMessageEvent</name></exclude> <!-- TODO param T -->
-    <exclude><class>MessageEvent</class><name>default</name></exclude>
-    <exclude><class>Object</class><name>is</name></exclude>
-    <exclude><class>Promise</class><name>catch</name></exclude>
-    
-    <exclude><class>IDBCursor</class><name>continue</name></exclude>
-    <exclude><class>IDBCursor</class><name>delete</name></exclude>
-    <exclude><class>IDBObjectStore</class><name>delete</name></exclude>
-    
-    <!-- TODO method treated like field -->
-    <field-exclude><class>Iterator</class><field>next</field></field-exclude>
-    <exclude><class>Generator</class><name>next</name></exclude>
-    <exclude><class>LinkStyle</class><name>sheet</name></exclude>
-    
-    <!-- SVG -->
-    <exclude><class>SVGStylable</class><name>className</name></exclude>
-    <exclude><class>SVGStylable</class><name>style</name></exclude>
-    <exclude><class>SVGLocatable</class><name>farthestViewportElement</name></exclude>
-    <exclude><class>SVGLocatable</class><name>nearestViewportElement</name></exclude>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/node/pom.xml
----------------------------------------------------------------------
diff --git a/externs/node/pom.xml b/externs/node/pom.xml
index cace5e5..9e448ab 100644
--- a/externs/node/pom.xml
+++ b/externs/node/pom.xml
@@ -57,6 +57,7 @@
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/node/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/node/src/main/config/compile-as-config.xml b/externs/node/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..db19882
--- /dev/null
+++ b/externs/node/src/main/config/compile-as-config.xml
@@ -0,0 +1,42 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <external-library-path>
+        </external-library-path>
+		
+        <source-path>
+            <path-element>generated-sources/externc/functions</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/functions</path-element>
+    </include-sources>
+
+    <include-file>
+        <name>externs/node.js</name>
+        <path>../src/main/javascript/node.js</path>
+    </include-file>
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/node/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/node/src/main/config/compile-config.xml b/externs/node/src/main/config/compile-config.xml
deleted file mode 100644
index 750846d..0000000
--- a/externs/node/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/functions</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/functions</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/node.js</name>
-        <path>../javascript/node.js</path>
-    </include-file>
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/node/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/node/src/main/config/externc-config.xml b/externs/node/src/main/config/externc-config.xml
new file mode 100644
index 0000000..ecde54f
--- /dev/null
+++ b/externs/node/src/main/config/externc-config.xml
@@ -0,0 +1,39 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <locale/>
+        
+        <source-path>
+            <path-element>src/main/javascript</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../javascript/node.js</path-element>
+    </external>
+
+    <as-root>../../../target/generated-sources/externc</as-root>
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/node/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/node/src/main/config/generate-config.xml b/externs/node/src/main/config/generate-config.xml
deleted file mode 100644
index ecde54f..0000000
--- a/externs/node/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <locale/>
-        
-        <source-path>
-            <path-element>src/main/javascript</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../javascript/node.js</path-element>
-    </external>
-
-    <as-root>../../../target/generated-sources/externc</as-root>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/pom.xml b/flexjs-maven-plugin/pom.xml
index 003f7e1..ed82859 100644
--- a/flexjs-maven-plugin/pom.xml
+++ b/flexjs-maven-plugin/pom.xml
@@ -57,6 +57,11 @@
       <version>2.2.1</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+      <version>${maven.version}</version>
+    </dependency>
+    <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>2.4</version>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
new file mode 100644
index 0000000..0061e09
--- /dev/null
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
@@ -0,0 +1,213 @@
+/*
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+
+package org.apache.flex.maven.flexjs;
+
+import org.apache.flex.maven.flexjs.types.FlexScope;
+import org.apache.flex.tools.FlexTool;
+import org.apache.flex.tools.FlexToolGroup;
+import org.apache.flex.tools.FlexToolRegistry;
+import org.apache.maven.RepositoryUtils;
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.plugins.annotations.Component;
+import org.apache.maven.plugins.annotations.LifecyclePhase;
+import org.apache.maven.plugins.annotations.Mojo;
+import org.apache.maven.plugins.annotations.Parameter;
+import org.apache.maven.project.*;
+import org.eclipse.aether.RepositorySystemSession;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.Node;
+import org.xml.sax.SAXException;
+
+import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
+import javax.xml.parsers.ParserConfigurationException;
+import javax.xml.transform.Transformer;
+import javax.xml.transform.TransformerConfigurationException;
+import javax.xml.transform.TransformerException;
+import javax.xml.transform.TransformerFactory;
+import javax.xml.transform.dom.DOMSource;
+import javax.xml.transform.stream.StreamResult;
+import javax.xml.xpath.*;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.util.Collections;
+import java.util.LinkedHashSet;
+import java.util.Set;
+
+/**
+ * goal which compiles a project into a flexjs swc library.
+ */
+@Mojo(name="compile-as",defaultPhase = LifecyclePhase.PROCESS_SOURCES)
+public class CompileASMojo
+    extends AbstractMojo
+{
+
+    @Parameter(defaultValue = "${project}", readonly = true)
+    private MavenProject project;
+
+    @Parameter(defaultValue="${basedir}/src/main/config/compile-as-config.xml")
+    private File compileAsConfigFile;
+
+    @Parameter(defaultValue="${project.build.directory}")
+    private File outputDirectory;
+
+    @Parameter(defaultValue = "${project.artifactId}-${project.version}.swc")
+    private String outputFileName;
+
+    @Parameter(readonly = true, defaultValue = "${repositorySystemSession}")
+    private RepositorySystemSession repositorySystemSession;
+
+    @Component
+    private ProjectDependenciesResolver projectDependenciesResolver;
+
+    public void execute()
+        throws MojoExecutionException
+    {
+        if(!compileAsConfigFile.exists()) {
+            getLog().info(" - compilation config file '" + compileAsConfigFile.getPath() +
+                    "' not found, skipping compilation");
+            return;
+        }
+
+        // Prepare the config file.
+        DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
+        try {
+            // Resolve all the dependencies.
+            Set<Artifact> resolvedDependencies = resolveDependencies();
+
+            // Parse the input document.
+            DocumentBuilder builder = factory.newDocumentBuilder();
+            Document configuration = builder.parse(new FileInputStream(compileAsConfigFile));
+
+            // Append the path-elements for the compile scope.
+            Set<Artifact> compileDependencies = getDependenciesForScope(resolvedDependencies, FlexScope.COMPILE);
+            outputLibraryPath(configuration, "flex-config/compiler/library-path", compileDependencies);
+
+            // Append the path-elements for the external scope.
+            Set<Artifact> externalDependencies = getDependenciesForScope(resolvedDependencies, FlexScope.EXTERNAL);
+            outputLibraryPath(configuration, "flex-config/compiler/external-library-path", externalDependencies);
+
+            // Write the modified config-file to the output directory.
+            File configFileOutput = new File(outputDirectory, "compile-as-config.xml");
+            TransformerFactory transformerFactory = TransformerFactory.newInstance();
+            Transformer transformer = transformerFactory.newTransformer();
+            DOMSource source = new DOMSource(configuration);
+            StreamResult result = new StreamResult(configFileOutput);
+            transformer.transform(source, result);
+
+            // Get the falcon tool group.
+            FlexToolRegistry toolRegistry = new FlexToolRegistry();
+            FlexToolGroup toolGroup = toolRegistry.getToolGroup("Falcon");
+            if(toolGroup == null) {
+                throw new MojoExecutionException("Could not find tool group: Falcon");
+            }
+
+            // Get an instance of the compiler and run the build.
+            FlexTool compc = toolGroup.getFlexTool(FlexTool.FLEX_TOOL_COMPC);
+            File outputFile = new File(outputDirectory, outputFileName);
+            String[] args = {"+flexlib=externs", "-debug", "-load-config=" + configFileOutput.getPath(),
+                    "-output=" + outputFile.getPath(), "-define=COMPILE::AS3,true", "-define=COMPILE::JS,false"};
+            compc.execute(args);
+
+            // Attach the file created by the compiler as artifact file to maven.
+            project.getArtifact().setFile(outputFile);
+
+        } catch (ParserConfigurationException e) {
+            e.printStackTrace();
+        } catch (FileNotFoundException e) {
+            e.printStackTrace();
+        } catch (IOException e) {
+            e.printStackTrace();
+        } catch (SAXException e) {
+            e.printStackTrace();
+        } catch (TransformerConfigurationException e) {
+            e.printStackTrace();
+        } catch (TransformerException e) {
+            e.printStackTrace();
+        }
+    }
+
+    private Set<Artifact> resolveDependencies() throws MojoExecutionException {
+        DefaultDependencyResolutionRequest dependencyResolutionRequest =
+                new DefaultDependencyResolutionRequest(project, repositorySystemSession);
+        DependencyResolutionResult dependencyResolutionResult;
+
+        try {
+            dependencyResolutionResult = projectDependenciesResolver.resolve(dependencyResolutionRequest);
+        } catch (DependencyResolutionException ex) {
+            throw new MojoExecutionException(ex.getMessage(), ex);
+        }
+
+        Set<Artifact> artifacts = new LinkedHashSet<Artifact>();
+        if (dependencyResolutionResult.getDependencyGraph() != null
+                && !dependencyResolutionResult.getDependencyGraph().getChildren().isEmpty()) {
+            RepositoryUtils.toArtifacts(artifacts, dependencyResolutionResult.getDependencyGraph().getChildren(),
+                    Collections.singletonList(project.getArtifact().getId()), null);
+        }
+        return artifacts;
+    }
+
+    private Set<Artifact> getDependenciesForScope(Set<Artifact> dependencies, FlexScope scope) {
+        Set<Artifact> artifacts = new LinkedHashSet<Artifact>();
+        for(Artifact dependency : dependencies) {
+            FlexScope dependencyScope = FlexScope.COMPILE;
+            if(dependency.getScope() != null) {
+                dependencyScope = FlexScope.valueOf(dependency.getScope().toUpperCase());
+            }
+            if(dependencyScope == scope) {
+                artifacts.add(dependency);
+            }
+        }
+        return artifacts;
+    }
+
+    private void outputLibraryPath(Document configDocument, String baseXPath, Set<Artifact> artifacts) {
+        if(!artifacts.isEmpty()) {
+            XPathFactory xPathfactory = XPathFactory.newInstance();
+            XPath xpath = xPathfactory.newXPath();
+            try {
+                XPathExpression expr = xpath.compile(baseXPath);
+                Element externalLibraryPath = (Element) expr.evaluate(configDocument, XPathConstants.NODE);
+                if(externalLibraryPath != null) {
+                    // Remove any existing path-elements (They are leftovers from the ant build).
+                    Node child = externalLibraryPath.getFirstChild();
+                    while(child != null) {
+                        externalLibraryPath.removeChild(child);
+                        child = externalLibraryPath.getFirstChild();
+                    }
+
+                    // Add the new path-elements.
+                    for (Artifact artifact : artifacts) {
+                        Element newPathElement = configDocument.createElement("path-element");
+                        newPathElement.setTextContent(artifact.getFile().getAbsolutePath());
+                        externalLibraryPath.appendChild(newPathElement);
+                    }
+                } else {
+                    throw new RuntimeException("Could not find root element " + baseXPath);
+                }
+            } catch (XPathExpressionException e) {
+                throw new RuntimeException("Error adding path-element", e);
+            }
+        }
+    }
+
+}

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
new file mode 100644
index 0000000..5ca7c5a
--- /dev/null
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
@@ -0,0 +1,105 @@
+/*
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+
+package org.apache.flex.maven.flexjs;
+
+import org.apache.flex.tools.FlexTool;
+import org.apache.flex.tools.FlexToolGroup;
+import org.apache.flex.tools.FlexToolRegistry;
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.plugins.annotations.Component;
+import org.apache.maven.plugins.annotations.LifecyclePhase;
+import org.apache.maven.plugins.annotations.Mojo;
+import org.apache.maven.plugins.annotations.Parameter;
+import org.apache.maven.project.MavenProject;
+import org.apache.maven.project.ProjectDependenciesResolver;
+import org.eclipse.aether.RepositorySystemSession;
+
+import java.io.File;
+
+/**
+ * goal which compiles a project into a flexjs swc library.
+ */
+@Mojo(name="compile-js",defaultPhase = LifecyclePhase.PROCESS_SOURCES)
+public class CompileJSMojo
+    extends AbstractMojo
+{
+
+    @Parameter(defaultValue = "${project}", readonly = true)
+    private MavenProject project;
+
+    @Parameter(defaultValue="${basedir}/src/main/config/compile-js-config.xml")
+    private File compileJsConfigFile;
+
+    @Parameter(defaultValue="${project.build.directory}")
+    private File outputDirectory;
+
+    @Parameter(defaultValue = "${project.artifactId}-${project.version}.swc")
+    private String outputFileName;
+
+    @Parameter(readonly = true, defaultValue = "${repositorySystemSession}")
+    private RepositorySystemSession repositorySystemSession;
+
+    @Component
+    private ProjectDependenciesResolver projectDependenciesResolver;
+
+    public void execute()
+        throws MojoExecutionException
+    {
+        if(!compileJsConfigFile.exists()) {
+            getLog().info(" - compilation config file '" + compileJsConfigFile.getPath() +
+                    "' not found, skipping compilation");
+            return;
+        }
+
+        File generatedSourcesOutputDir = new File(outputDirectory, "generated-sources/flexjs");
+        if(!generatedSourcesOutputDir.exists()) {
+            if(!generatedSourcesOutputDir.mkdirs()) {
+                throw new MojoExecutionException("Could not create directory " + generatedSourcesOutputDir.getPath());
+            }
+        }
+
+        // Get the falcon tool group.
+        FlexToolRegistry toolRegistry = new FlexToolRegistry();
+        FlexToolGroup toolGroup = toolRegistry.getToolGroup("FlexJS");
+        if(toolGroup == null) {
+            throw new MojoExecutionException("Could not find tool group: Falcon");
+        }
+
+        // Get an instance of the compiler and run the build.
+        FlexTool compc = toolGroup.getFlexTool(FlexTool.FLEX_TOOL_COMPC);
+        File outputFile = new File(outputDirectory, outputFileName);
+
+/*            <!--arg value="+flexlib=${FLEX_HOME}/frameworks" />
+            <arg value="+playerglobal.version=${playerglobal.version}" />
+            <arg value="+env.PLAYERGLOBAL_HOME=${env.PLAYERGLOBAL_HOME}" />
+            <arg value="+env.AIR_HOME=${env.AIR_HOME}" />
+            <arg value="-external-library-path+=${JS.SWC}" />
+            <!-- this is not on external-library path otherwise goog.requires are not generated -->
+            <arg value="-library-path+=${GCL.SWC}" />*/
+
+        String[] args = {"+flexlib=../../..", "-js-output-type=FLEXJS", "-keep-asdoc", "-load-config=" + compileJsConfigFile.getPath(),
+                "-output=" + new File(outputDirectory.getPath(), "generated-sources/flexjs").getPath(),
+                "-define=COMPILE::AS3,false", "-define=COMPILE::JS,true"};
+        compc.execute(args);
+
+        // Attach the file created by the compiler as artifact file to maven.
+        project.getArtifact().setFile(outputFile);
+
+    }
+
+}

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileMojo.java
deleted file mode 100644
index ca2b28a..0000000
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileMojo.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
- * Licensed 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.
- */
-
-package org.apache.flex.maven.flexjs;
-
-import org.apache.flex.tools.FlexTool;
-import org.apache.flex.tools.FlexToolGroup;
-import org.apache.flex.tools.FlexToolRegistry;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugins.annotations.LifecyclePhase;
-import org.apache.maven.plugins.annotations.Mojo;
-import org.apache.maven.plugins.annotations.Parameter;
-import org.apache.maven.project.MavenProject;
-
-import java.io.File;
-
-/**
- * goal which compiles a project into a flexjs swc library.
- */
-@Mojo(name="compile",defaultPhase = LifecyclePhase.PROCESS_SOURCES)
-public class CompileMojo
-    extends AbstractMojo
-{
-
-    @Parameter(defaultValue = "${project}", readonly = true)
-    public MavenProject project;
-
-    @Parameter(defaultValue="${basedir}/src/main/config/compile-config.xml")
-    private File configFile;
-
-    @Parameter(defaultValue="${project.build.directory}")
-    private File outputDirectory;
-
-    @Parameter(defaultValue = "${project.artifactId}-${project.version}.swc")
-    private String outputFileName;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        FlexToolRegistry toolRegistry = new FlexToolRegistry();
-        FlexToolGroup toolGroup = toolRegistry.getToolGroup("Falcon");
-        if(toolGroup == null) {
-            throw new MojoExecutionException("Could not find tool group: Falcon");
-        }
-
-        FlexTool compc = toolGroup.getFlexTool(FlexTool.FLEX_TOOL_COMPC);
-        File outputFile = new File(outputDirectory, outputFileName);
-        String[] args = {"+flexlib=externs", "-debug", "-load-config=" + configFile.getPath(),
-                "-output=" + outputFile.getPath()};
-        compc.execute(args);
-
-        // Attach the file created by the compiler as artifact file to maven.
-        project.getArtifact().setFile(outputFile);
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncMojo.java
index 02acfcd..53e8a56 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncMojo.java
@@ -35,7 +35,7 @@ public class ExterncMojo
     extends AbstractMojo
 {
 
-    @Parameter(defaultValue="${basedir}/src/main/config/generate-config.xml")
+    @Parameter(defaultValue="${basedir}/src/main/config/externc-config.xml")
     private File configFile;
 
     public void execute()

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
index 858d3fd..deb887e 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
@@ -52,7 +52,7 @@ public class DefaultTrustHandler implements TrustHandler {
                         securityTrustFile.getPath(), e);
             }
         } else {
-            System.out.println(" - Creating new FlashPlayer security trust file at: " + securityTrustFile.getPath());
+            System.out.println(" - Updating FlashPlayer security trust file at: " + securityTrustFile.getPath());
         }
 
         // Check if the current directory is already listed in the file, if not, append it to the file.

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
new file mode 100644
index 0000000..d9929b1
--- /dev/null
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
@@ -0,0 +1,12 @@
+package org.apache.flex.maven.flexjs.types;
+
+/**
+ * Created by christoferdutz on 18.04.16.
+ */
+public enum FlexScope {
+
+    COMPILE,
+    TEST,
+    EXTERNAL
+
+}

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml b/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
index 766d90f..7329c8f 100644
--- a/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
+++ b/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
@@ -19,7 +19,8 @@
                                 org.apache.maven.plugins:maven-resources-plugin:resources
                             </process-resources>
                             <compile>
-                                org.apache.flex.flexjs.compiler:flexjs-maven-plugin:compile
+                                org.apache.flex.flexjs.compiler:flexjs-maven-plugin:compile-js,
+                                org.apache.flex.flexjs.compiler:flexjs-maven-plugin:compile-as
                             </compile>
                             <process-test-resources>
                                 org.apache.maven.plugins:maven-resources-plugin:testResources


[2/2] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - - Split up the CompilerMojo into a CompilerJsMojo and CompilerAsMojo - Made the compiler plugin update the external-libraries and libraries in the compiler-config files - Renamed

Posted by cd...@apache.org.
- Split up the CompilerMojo into a CompilerJsMojo and CompilerAsMojo
- Made the compiler plugin update the external-libraries and libraries in the compiler-config files
- Renamed the config files to reflect the changes in the mojos


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

Branch: refs/heads/feature/maven-migration-test
Commit: 316710d68e12cb95b3e68ff24b62306c62150aed
Parents: 4236c48
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Apr 18 15:25:46 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Apr 18 15:25:46 2016 +0200

----------------------------------------------------------------------
 externs/GCL/pom.xml                             |   5 +-
 .../GCL/src/main/config/compile-as-config.xml   | 102 +++++++++
 externs/GCL/src/main/config/compile-config.xml  | 103 ---------
 externs/cordova/pom.xml                         |   1 +
 .../src/main/config/compile-as-config.xml       |  43 ++++
 .../cordova/src/main/config/compile-config.xml  |  44 ----
 .../cordova/src/main/config/externc-config.xml  |  39 ++++
 .../cordova/src/main/config/generate-config.xml |  39 ----
 externs/createjs/pom.xml                        |   1 +
 .../src/main/config/compile-as-config.xml       | 105 +++++++++
 .../createjs/src/main/config/compile-config.xml | 106 ---------
 .../createjs/src/main/config/externc-config.xml | 130 +++++++++++
 .../src/main/config/generate-config.xml         | 130 -----------
 externs/google_maps/pom.xml                     |   1 +
 .../src/main/config/compile-as-config.xml       |  96 +++++++++
 .../src/main/config/compile-config.xml          |  97 ---------
 .../src/main/config/externc-config.xml          |  39 ++++
 .../src/main/config/generate-config.xml         |  39 ----
 externs/jasmine/pom.xml                         |   1 +
 .../src/main/config/compile-as-config.xml       |  96 +++++++++
 .../jasmine/src/main/config/compile-config.xml  |  97 ---------
 .../jasmine/src/main/config/externc-config.xml  |  45 ++++
 .../jasmine/src/main/config/generate-config.xml |  45 ----
 externs/jquery/pom.xml                          |   1 +
 .../src/main/config/compile-as-config.xml       | 100 +++++++++
 .../jquery/src/main/config/compile-config.xml   | 101 ---------
 .../jquery/src/main/config/externc-config.xml   |  59 +++++
 .../jquery/src/main/config/generate-config.xml  |  59 -----
 .../js/src/main/config/compile-as-config.xml    |  93 ++++++++
 externs/js/src/main/config/compile-config.xml   |  93 --------
 externs/js/src/main/config/externc-config.xml   | 173 +++++++++++++++
 externs/js/src/main/config/generate-config.xml  | 173 ---------------
 externs/node/pom.xml                            |   1 +
 .../node/src/main/config/compile-as-config.xml  |  42 ++++
 externs/node/src/main/config/compile-config.xml |  43 ----
 externs/node/src/main/config/externc-config.xml |  39 ++++
 .../node/src/main/config/generate-config.xml    |  39 ----
 flexjs-maven-plugin/pom.xml                     |   5 +
 .../apache/flex/maven/flexjs/CompileASMojo.java | 213 +++++++++++++++++++
 .../apache/flex/maven/flexjs/CompileJSMojo.java | 105 +++++++++
 .../apache/flex/maven/flexjs/CompileMojo.java   |  70 ------
 .../apache/flex/maven/flexjs/ExterncMojo.java   |   2 +-
 .../maven/flexjs/trust/DefaultTrustHandler.java |   2 +-
 .../flex/maven/flexjs/types/FlexScope.java      |  12 ++
 .../resources/META-INF/plexus/components.xml    |   3 +-
 45 files changed, 1549 insertions(+), 1283 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/GCL/pom.xml
----------------------------------------------------------------------
diff --git a/externs/GCL/pom.xml b/externs/GCL/pom.xml
index 3097f2e..fcddaa4 100644
--- a/externs/GCL/pom.xml
+++ b/externs/GCL/pom.xml
@@ -52,12 +52,13 @@
     </build>
 
     <dependencies>
-        <!--dependency>
+        <dependency>
             <groupId>org.apache.flex.flexjs.externs</groupId>
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
-        </dependency-->
+            <scope>external</scope>
+        </dependency>
     </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/GCL/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/GCL/src/main/config/compile-as-config.xml b/externs/GCL/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..a29b866
--- /dev/null
+++ b/externs/GCL/src/main/config/compile-as-config.xml
@@ -0,0 +1,102 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+	  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+
+        <accessible>true</accessible>
+
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+
+        <locale/>
+
+        <library-path/>
+
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+
+        <external-library-path>
+        </external-library-path>
+        
+        <source-path>
+            <path-element>../src/main/flex</path-element>
+            <!--<path-element>out/as/classes</path-element>
+            <path-element>out/as/interfaces</path-element>
+            <path-element>out/as/constants</path-element>
+            <path-element>out/as/functions</path-element>
+            <path-element>out/as/interfaces</path-element>
+            <path-element>out/as/typedefs</path-element>-->
+        </source-path>
+
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+
+    <include-sources>
+        <path-element>../src/main/flex</path-element>
+        <!--<path-element>out/as/classes</path-element>
+        <path-element>out/as/interfaces</path-element>
+        <path-element>out/as/constants</path-element>
+        <path-element>out/as/functions</path-element>
+        <path-element>out/as/interfaces</path-element>
+        <path-element>out/as/typedefs</path-element>-->
+    </include-sources>
+
+    <!--
+    <include-file>
+        <name>defaults.css</name>
+        <path>defaults.css</path>
+    </include-file>
+    <include-file>
+        <name>assets/ErrorIndicator.png</name>
+        <path>assets/ErrorIndicator.png</path>
+    </include-file>
+    <include-file>
+        <name>assets/RequiredIndicator.png</name>
+        <path>assets/RequiredIndicator.png</path>
+    </include-file>
+
+    <include-namespaces>
+        <uri>library://ns.adobe.com/flex/spark</uri>
+    </include-namespaces>
+
+    <resource-bundle-list>bundles.properties</resource-bundle-list>
+
+    <target-player>${playerglobal.version}</target-player>
+     -->
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/GCL/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/GCL/src/main/config/compile-config.xml b/externs/GCL/src/main/config/compile-config.xml
deleted file mode 100644
index b2e4682..0000000
--- a/externs/GCL/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-	  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-
-        <accessible>true</accessible>
-
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-
-        <locale/>
-
-        <library-path/>
-
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-        
-        <source-path>
-            <path-element>../flex</path-element>
-            <!--<path-element>out/as/classes</path-element>
-            <path-element>out/as/interfaces</path-element>
-            <path-element>out/as/constants</path-element>
-            <path-element>out/as/functions</path-element>
-            <path-element>out/as/interfaces</path-element>
-            <path-element>out/as/typedefs</path-element>-->
-        </source-path>
-
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-
-    <include-sources>
-        <path-element>../flex</path-element>
-        <!--<path-element>out/as/classes</path-element>
-        <path-element>out/as/interfaces</path-element>
-        <path-element>out/as/constants</path-element>
-        <path-element>out/as/functions</path-element>
-        <path-element>out/as/interfaces</path-element>
-        <path-element>out/as/typedefs</path-element>-->
-    </include-sources>
-
-    <!--
-    <include-file>
-        <name>defaults.css</name>
-        <path>defaults.css</path>
-    </include-file>
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>
-
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/cordova/pom.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/pom.xml b/externs/cordova/pom.xml
index 0ab882c..9a35622 100644
--- a/externs/cordova/pom.xml
+++ b/externs/cordova/pom.xml
@@ -61,6 +61,7 @@
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/cordova/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/src/main/config/compile-as-config.xml b/externs/cordova/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..7f97669
--- /dev/null
+++ b/externs/cordova/src/main/config/compile-as-config.xml
@@ -0,0 +1,43 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+		
+        <external-library-path>
+        </external-library-path>
+		
+        <source-path>
+            <path-element>generated-sources/externc/constants</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/constants</path-element>
+    </include-sources>
+
+    <include-file>
+        <name>externs/cordova_file_plugin-4-11.js</name>
+        <path>../src/main/javascript/cordova_file_plugin-4-11.js</path>
+    </include-file>
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/cordova/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/src/main/config/compile-config.xml b/externs/cordova/src/main/config/compile-config.xml
deleted file mode 100644
index 9dcb4d7..0000000
--- a/externs/cordova/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-		
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/constants</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/constants</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/cordova_file_plugin-4-11.js</name>
-        <path>../javascript/cordova_file_plugin-4-11.js</path>
-    </include-file>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/cordova/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/src/main/config/externc-config.xml b/externs/cordova/src/main/config/externc-config.xml
new file mode 100644
index 0000000..f10016a
--- /dev/null
+++ b/externs/cordova/src/main/config/externc-config.xml
@@ -0,0 +1,39 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <locale/>
+        
+        <source-path>
+            <path-element>src/main/javascript</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../javascript/cordova_file_plugin-4-11.js</path-element>
+    </external>
+        
+    <as-root>../../../target/generated-sources/externc</as-root>
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/cordova/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/src/main/config/generate-config.xml b/externs/cordova/src/main/config/generate-config.xml
deleted file mode 100644
index f10016a..0000000
--- a/externs/cordova/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <locale/>
-        
-        <source-path>
-            <path-element>src/main/javascript</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../javascript/cordova_file_plugin-4-11.js</path-element>
-    </external>
-        
-    <as-root>../../../target/generated-sources/externc</as-root>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/createjs/pom.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/pom.xml b/externs/createjs/pom.xml
index ba1bd6a..05642f8 100644
--- a/externs/createjs/pom.xml
+++ b/externs/createjs/pom.xml
@@ -190,6 +190,7 @@
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/createjs/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/src/main/config/compile-as-config.xml b/externs/createjs/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..1f946ac
--- /dev/null
+++ b/externs/createjs/src/main/config/compile-as-config.xml
@@ -0,0 +1,105 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+
+        <external-library-path>
+        </external-library-path>
+
+        <source-path>
+            <path-element>generated-sources/externc/classes</path-element>
+            <!--
+            <path-element>out/as/constants</path-element>
+            <path-element>out/as/functions</path-element>
+            <path-element>out/as/interfaces</path-element>
+            <path-element>out/as/typedefs</path-element>
+             -->
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/classes</path-element>
+        <!--
+        <path-element>out/as/constants</path-element>
+        <path-element>out/as/functions</path-element>
+        <path-element>out/as/interfaces</path-element>
+        <path-element>out/as/typedefs</path-element>
+         -->
+    </include-sources>
+
+    <include-file>
+        <name>externs/missing.js</name>
+        <path>../src/main/javascript/missing.js</path>
+    </include-file>
+    <include-file>
+        <name>externs/*</name>
+        <path>EaselJS-0.8.0/src</path>
+    </include-file>
+    <!--
+    <include-file>
+        <name>assets/ErrorIndicator.png</name>
+        <path>assets/ErrorIndicator.png</path>
+    </include-file>
+    <include-file>
+        <name>assets/RequiredIndicator.png</name>
+        <path>assets/RequiredIndicator.png</path>
+    </include-file>
+    
+    <include-namespaces>
+        <uri>library://ns.adobe.com/flex/spark</uri>
+    </include-namespaces>  
+    
+    <resource-bundle-list>bundles.properties</resource-bundle-list>
+    
+    <target-player>${playerglobal.version}</target-player>
+     -->
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/createjs/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/src/main/config/compile-config.xml b/externs/createjs/src/main/config/compile-config.xml
deleted file mode 100644
index c753e8a..0000000
--- a/externs/createjs/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/classes</path-element>
-            <!--
-            <path-element>out/as/constants</path-element>
-            <path-element>out/as/functions</path-element>
-            <path-element>out/as/interfaces</path-element>
-            <path-element>out/as/typedefs</path-element>
-             -->
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/classes</path-element>
-        <!--
-        <path-element>out/as/constants</path-element>
-        <path-element>out/as/functions</path-element>
-        <path-element>out/as/interfaces</path-element>
-        <path-element>out/as/typedefs</path-element>
-         -->
-    </include-sources>
-
-    <include-file>
-        <name>externs/missing.js</name>
-        <path>../javascript/missing.js</path>
-    </include-file>
-    <include-file>
-        <name>externs/*</name>
-        <path>../../../target/EaselJS-0.8.0/src</path>
-    </include-file>
-    <!--
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-    
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>  
-    
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-    
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/createjs/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/src/main/config/externc-config.xml b/externs/createjs/src/main/config/externc-config.xml
new file mode 100644
index 0000000..199ee96
--- /dev/null
+++ b/externs/createjs/src/main/config/externc-config.xml
@@ -0,0 +1,130 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        -->
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <!--
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+        
+        <source-path>
+            <path-element>../javascript</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../../../target/EaselJS-0.8.0/src/createjs/events/Event.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/extend.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/indexof.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/promote.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/Ticker.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Bitmap.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/BitmapText.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Container.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/DisplayObject.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/DOMElement.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Graphics.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/MovieClip.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Shadow.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Shape.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Sprite.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/SpriteContainer.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/SpriteSheet.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/SpriteStage.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Stage.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Text.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/events/MouseEvent.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/AlphaMapFilter.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/AlphaMaskFilter.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/BlurFilter.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/ColorFilter.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/ColorMatrix.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/ColorMatrixFilter.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/Filter.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/DisplayProps.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/Matrix2D.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/Point.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/ui/Touch.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetUtils.js</path-element>
+        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/utils/UID.js</path-element>
+    </external>
+
+    <as-root>../../../target/generated-sources/externc</as-root>
+    
+    <class-exclude>
+        <class>MovieClipPlugin</class>
+    </class-exclude>
+    <class-exclude>
+        <class>createjs.Text.V_OFFSETS</class>
+    </class-exclude>
+    <class-exclude>
+        <class>createjs.Text.H_OFFSETS</class>
+    </class-exclude>
+    <class-exclude>
+        <class>createjs.Graphics.BASE_64</class>
+    </class-exclude>
+    
+    <!--
+    <field-exclude>
+        <class>Window</class>
+        <field>focus</field>
+    </field-exclude>
+
+    <exclude>
+        <class>Array</class>
+        <name>toSource</name>
+    </exclude>
+    -->
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/createjs/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/src/main/config/generate-config.xml b/externs/createjs/src/main/config/generate-config.xml
deleted file mode 100644
index 199ee96..0000000
--- a/externs/createjs/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        -->
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <!--
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-        
-        <source-path>
-            <path-element>../javascript</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../../../target/EaselJS-0.8.0/src/createjs/events/Event.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/extend.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/indexof.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/promote.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/createjs/utils/Ticker.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Bitmap.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/BitmapText.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Container.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/DisplayObject.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/DOMElement.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Graphics.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/MovieClip.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Shadow.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Shape.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Sprite.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/SpriteContainer.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/SpriteSheet.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/SpriteStage.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Stage.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/display/Text.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/events/MouseEvent.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/AlphaMapFilter.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/AlphaMaskFilter.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/BlurFilter.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/ColorFilter.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/ColorMatrix.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/ColorMatrixFilter.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/filters/Filter.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/DisplayProps.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/Matrix2D.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/Point.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/ui/Touch.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetUtils.js</path-element>
-        <path-element>../../../target/EaselJS-0.8.0/src/easeljs/utils/UID.js</path-element>
-    </external>
-
-    <as-root>../../../target/generated-sources/externc</as-root>
-    
-    <class-exclude>
-        <class>MovieClipPlugin</class>
-    </class-exclude>
-    <class-exclude>
-        <class>createjs.Text.V_OFFSETS</class>
-    </class-exclude>
-    <class-exclude>
-        <class>createjs.Text.H_OFFSETS</class>
-    </class-exclude>
-    <class-exclude>
-        <class>createjs.Graphics.BASE_64</class>
-    </class-exclude>
-    
-    <!--
-    <field-exclude>
-        <class>Window</class>
-        <field>focus</field>
-    </field-exclude>
-
-    <exclude>
-        <class>Array</class>
-        <name>toSource</name>
-    </exclude>
-    -->
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/google_maps/pom.xml
----------------------------------------------------------------------
diff --git a/externs/google_maps/pom.xml b/externs/google_maps/pom.xml
index fa8f129..a3e4147 100644
--- a/externs/google_maps/pom.xml
+++ b/externs/google_maps/pom.xml
@@ -109,6 +109,7 @@ google.maps = {};]]></replace></replace-regexp-operation>
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/google_maps/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/google_maps/src/main/config/compile-as-config.xml b/externs/google_maps/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..2c1c941
--- /dev/null
+++ b/externs/google_maps/src/main/config/compile-as-config.xml
@@ -0,0 +1,96 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+		
+        <external-library-path>
+        </external-library-path>
+		
+        <source-path>
+            <path-element>generated-sources/externc/classes</path-element>
+            <path-element>generated-sources/externc/interfaces</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/classes</path-element>
+        <path-element>generated-sources/externc/interfaces</path-element>
+    </include-sources>
+
+    <include-file>
+        <name>externs/google_maps_api_v3_11.js</name>
+        <path>downloads/google_maps_api_v3_11.js</path>
+    </include-file>
+
+    <!--
+    <include-file>
+        <name>defaults.css</name>
+        <path>defaults.css</path>
+    </include-file>
+    <include-file>
+        <name>assets/ErrorIndicator.png</name>
+        <path>assets/ErrorIndicator.png</path>
+    </include-file>
+    <include-file>
+        <name>assets/RequiredIndicator.png</name>
+        <path>assets/RequiredIndicator.png</path>
+    </include-file>
+    
+    <include-namespaces>
+        <uri>library://ns.adobe.com/flex/spark</uri>
+    </include-namespaces>  
+    
+    <resource-bundle-list>bundles.properties</resource-bundle-list>
+    
+    <target-player>${playerglobal.version}</target-player>
+     -->
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/google_maps/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/google_maps/src/main/config/compile-config.xml b/externs/google_maps/src/main/config/compile-config.xml
deleted file mode 100644
index f66376a..0000000
--- a/externs/google_maps/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,97 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-		
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/classes</path-element>
-            <path-element>../../../target/generated-sources/externc/interfaces</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/classes</path-element>
-        <path-element>../../../target/generated-sources/externc/interfaces</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/google_maps_api_v3_11.js</name>
-        <path>../../../target/downloads/google_maps_api_v3_11.js</path>
-    </include-file>
-
-    <!--
-    <include-file>
-        <name>defaults.css</name>
-        <path>defaults.css</path>
-    </include-file>
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-    
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>  
-    
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-    
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/google_maps/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/google_maps/src/main/config/externc-config.xml b/externs/google_maps/src/main/config/externc-config.xml
new file mode 100644
index 0000000..c728055
--- /dev/null
+++ b/externs/google_maps/src/main/config/externc-config.xml
@@ -0,0 +1,39 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <locale/>
+        
+        <source-path>
+            <path-element>../javascript</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../../../target/downloads/google_maps_api_v3_11.js</path-element>
+    </external>
+
+    <as-root>../../../target/generated-sources/externc</as-root>
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/google_maps/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/google_maps/src/main/config/generate-config.xml b/externs/google_maps/src/main/config/generate-config.xml
deleted file mode 100644
index c728055..0000000
--- a/externs/google_maps/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <locale/>
-        
-        <source-path>
-            <path-element>../javascript</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../../../target/downloads/google_maps_api_v3_11.js</path-element>
-    </external>
-
-    <as-root>../../../target/generated-sources/externc</as-root>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jasmine/pom.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/pom.xml b/externs/jasmine/pom.xml
index 5f93822..c85f7e3 100644
--- a/externs/jasmine/pom.xml
+++ b/externs/jasmine/pom.xml
@@ -81,6 +81,7 @@
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jasmine/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/src/main/config/compile-as-config.xml b/externs/jasmine/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..4cd273e
--- /dev/null
+++ b/externs/jasmine/src/main/config/compile-as-config.xml
@@ -0,0 +1,96 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+		
+        <external-library-path>
+        </external-library-path>
+		
+        <source-path>
+            <path-element>generated-sources/externc/classes</path-element>
+            <path-element>generated-sources/externc/functions</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/classes</path-element>
+        <path-element>generated-sources/externc/functions</path-element>
+    </include-sources>
+
+    <include-file>
+        <name>externs/jasmine-2.0.js</name>
+        <path>downloads/jasmine-2.0.js</path>
+    </include-file>
+
+    <!--
+    <include-file>
+        <name>defaults.css</name>
+        <path>defaults.css</path>
+    </include-file>
+    <include-file>
+        <name>assets/ErrorIndicator.png</name>
+        <path>assets/ErrorIndicator.png</path>
+    </include-file>
+    <include-file>
+        <name>assets/RequiredIndicator.png</name>
+        <path>assets/RequiredIndicator.png</path>
+    </include-file>
+    
+    <include-namespaces>
+        <uri>library://ns.adobe.com/flex/spark</uri>
+    </include-namespaces>  
+    
+    <resource-bundle-list>bundles.properties</resource-bundle-list>
+    
+    <target-player>${playerglobal.version}</target-player>
+     -->
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jasmine/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/src/main/config/compile-config.xml b/externs/jasmine/src/main/config/compile-config.xml
deleted file mode 100644
index 1f66561..0000000
--- a/externs/jasmine/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,97 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-		
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/classes</path-element>
-            <path-element>../../../target/generated-sources/externc/functions</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/classes</path-element>
-        <path-element>../../../target/generated-sources/externc/functions</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/jasmine-2.0.js</name>
-        <path>../../../target/downloads/jasmine-2.0.js</path>
-    </include-file>
-
-    <!--
-    <include-file>
-        <name>defaults.css</name>
-        <path>defaults.css</path>
-    </include-file>
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-    
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>  
-    
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-    
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jasmine/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/src/main/config/externc-config.xml b/externs/jasmine/src/main/config/externc-config.xml
new file mode 100644
index 0000000..e5474ba
--- /dev/null
+++ b/externs/jasmine/src/main/config/externc-config.xml
@@ -0,0 +1,45 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <locale/>
+        
+        <source-path>
+            <path-element>../javascript</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../../../target/downloads/jasmine-2.0.js</path-element>
+    </external>
+
+    <as-root>../../../target/generated-sources/externc</as-root>
+	
+	<field-exclude>
+        <class>jasmine.Spec</class>
+        <field>$injector</field>
+    </field-exclude>
+    <exclude><class>jasmine.Matchers</class><name>actual</name></exclude><!-- TODO returns T -->
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jasmine/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/jasmine/src/main/config/generate-config.xml b/externs/jasmine/src/main/config/generate-config.xml
deleted file mode 100644
index e5474ba..0000000
--- a/externs/jasmine/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <locale/>
-        
-        <source-path>
-            <path-element>../javascript</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../../../target/downloads/jasmine-2.0.js</path-element>
-    </external>
-
-    <as-root>../../../target/generated-sources/externc</as-root>
-	
-	<field-exclude>
-        <class>jasmine.Spec</class>
-        <field>$injector</field>
-    </field-exclude>
-    <exclude><class>jasmine.Matchers</class><name>actual</name></exclude><!-- TODO returns T -->
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jquery/pom.xml
----------------------------------------------------------------------
diff --git a/externs/jquery/pom.xml b/externs/jquery/pom.xml
index ea1c720..a137557 100644
--- a/externs/jquery/pom.xml
+++ b/externs/jquery/pom.xml
@@ -81,6 +81,7 @@
             <artifactId>flexjs-externs-js</artifactId>
             <version>0.6.0-SNAPSHOT</version>
             <type>swc</type>
+            <scope>external</scope>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jquery/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/jquery/src/main/config/compile-as-config.xml b/externs/jquery/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..e944667
--- /dev/null
+++ b/externs/jquery/src/main/config/compile-as-config.xml
@@ -0,0 +1,100 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+		
+        <external-library-path>
+        </external-library-path>
+		
+        <source-path>
+            <path-element>generated-sources/externc/classes</path-element>
+            <path-element>generated-sources/externc/constants</path-element>
+            <path-element>generated-sources/externc/interfaces</path-element>
+            <path-element>generated-sources/externc/typedefs</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/classes</path-element>
+        <path-element>generated-sources/externc/constants</path-element>
+        <path-element>generated-sources/externc/interfaces</path-element>
+        <path-element>generated-sources/externc/typedefs</path-element>
+    </include-sources>
+
+    <include-file>
+        <name>externs/jquery-1.9.js</name>
+        <path>downloads/jquery-1.9.js</path>
+    </include-file>
+
+    <!--
+    <include-file>
+        <name>defaults.css</name>
+        <path>defaults.css</path>
+    </include-file>
+    <include-file>
+        <name>assets/ErrorIndicator.png</name>
+        <path>assets/ErrorIndicator.png</path>
+    </include-file>
+    <include-file>
+        <name>assets/RequiredIndicator.png</name>
+        <path>assets/RequiredIndicator.png</path>
+    </include-file>
+    
+    <include-namespaces>
+        <uri>library://ns.adobe.com/flex/spark</uri>
+    </include-namespaces>  
+    
+    <resource-bundle-list>bundles.properties</resource-bundle-list>
+    
+    <target-player>${playerglobal.version}</target-player>
+     -->
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jquery/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/jquery/src/main/config/compile-config.xml b/externs/jquery/src/main/config/compile-config.xml
deleted file mode 100644
index 72ad13b..0000000
--- a/externs/jquery/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-		
-        <external-library-path>
-            <path-element>../../../../js/target/flexjs-externs-js-0.6.0-SNAPSHOT.swc</path-element>
-        </external-library-path>
-		
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/classes</path-element>
-            <path-element>../../../target/generated-sources/externc/constants</path-element>
-            <path-element>../../../target/generated-sources/externc/interfaces</path-element>
-            <path-element>../../../target/generated-sources/externc/typedefs</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/classes</path-element>
-        <path-element>../../../target/generated-sources/externc/constants</path-element>
-        <path-element>../../../target/generated-sources/externc/interfaces</path-element>
-        <path-element>../../../target/generated-sources/externc/typedefs</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/jquery-1.9.js</name>
-        <path>../../../target/downloads/jquery-1.9.js</path>
-    </include-file>
-
-    <!--
-    <include-file>
-        <name>defaults.css</name>
-        <path>defaults.css</path>
-    </include-file>
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-    
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>  
-    
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-    
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jquery/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/jquery/src/main/config/externc-config.xml b/externs/jquery/src/main/config/externc-config.xml
new file mode 100644
index 0000000..5728fe5
--- /dev/null
+++ b/externs/jquery/src/main/config/externc-config.xml
@@ -0,0 +1,59 @@
+<!--
+
+  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</name></exclude> you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <locale/>
+        
+        <source-path>
+            <path-element>../javascript</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <external>
+        <path-element>../../../target/downloads/jquery-1.9.js</path-element>
+    </external>
+
+    <as-root>../../../target/generated-sources/externc</as-root>
+	
+    <!-- JQuery -->
+    <class-to-function><class>$</class></class-to-function>
+
+    <exclude><class>jQuery</class><name>is</name></exclude>
+    <exclude><class>jQuery</class><name>promise</name></exclude>
+    <exclude><class>jQuery</class><name>getJSON</name></exclude>
+    <exclude><class>jQuery</class><name>ajax</name></exclude>
+    <exclude><class>jQuery</class><name>when</name></exclude>
+    <exclude><class>jQuery</class><name>post</name></exclude>
+    <exclude><class>jQuery</class><name>getScript</name></exclude>
+    <exclude><class>jQuery</class><name>Callbacks</name></exclude>
+
+    <class-exclude><class>Deferred</class></class-exclude>
+    <class-exclude><class>jQuery.deferred</class></class-exclude>
+    <class-exclude><class>jQuery.Event</class></class-exclude>
+    <class-exclude><class>jQuery.Deferred</class></class-exclude>
+    <class-exclude><class>$.Event</class></class-exclude>
+    <class-exclude><class>$.Deferred</class></class-exclude>
+    <class-exclude><class>$.deferred</class></class-exclude>
+
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/jquery/src/main/config/generate-config.xml
----------------------------------------------------------------------
diff --git a/externs/jquery/src/main/config/generate-config.xml b/externs/jquery/src/main/config/generate-config.xml
deleted file mode 100644
index 5728fe5..0000000
--- a/externs/jquery/src/main/config/generate-config.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License</name></exclude> you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <locale/>
-        
-        <source-path>
-            <path-element>../javascript</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <external>
-        <path-element>../../../target/downloads/jquery-1.9.js</path-element>
-    </external>
-
-    <as-root>../../../target/generated-sources/externc</as-root>
-	
-    <!-- JQuery -->
-    <class-to-function><class>$</class></class-to-function>
-
-    <exclude><class>jQuery</class><name>is</name></exclude>
-    <exclude><class>jQuery</class><name>promise</name></exclude>
-    <exclude><class>jQuery</class><name>getJSON</name></exclude>
-    <exclude><class>jQuery</class><name>ajax</name></exclude>
-    <exclude><class>jQuery</class><name>when</name></exclude>
-    <exclude><class>jQuery</class><name>post</name></exclude>
-    <exclude><class>jQuery</class><name>getScript</name></exclude>
-    <exclude><class>jQuery</class><name>Callbacks</name></exclude>
-
-    <class-exclude><class>Deferred</class></class-exclude>
-    <class-exclude><class>jQuery.deferred</class></class-exclude>
-    <class-exclude><class>jQuery.Event</class></class-exclude>
-    <class-exclude><class>jQuery.Deferred</class></class-exclude>
-    <class-exclude><class>$.Event</class></class-exclude>
-    <class-exclude><class>$.Deferred</class></class-exclude>
-    <class-exclude><class>$.deferred</class></class-exclude>
-
-</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/js/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/externs/js/src/main/config/compile-as-config.xml b/externs/js/src/main/config/compile-as-config.xml
new file mode 100644
index 0000000..39c786c
--- /dev/null
+++ b/externs/js/src/main/config/compile-as-config.xml
@@ -0,0 +1,93 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<flex-config>
+
+    <compiler>
+        <accessible>true</accessible>
+        
+        <!--
+        <external-library-path>
+            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
+            <path-element>../../libs/framework.swc</path-element>
+            <path-element>../../libs/mx/mx.swc</path-element>
+            <path-element>../../libs/osmf.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
+        </external-library-path>
+        
+        <keep-as3-metadata>
+            <name>SkinPart</name>
+        </keep-as3-metadata>
+        
+        <mxml>
+            <minimum-supported-version>4.0.0</minimum-supported-version>
+        </mxml>
+        
+        <locale/>
+        
+        <library-path/>
+        
+        <namespaces>
+            <namespace>
+                <uri>library://ns.adobe.com/flex/spark</uri>
+                <manifest>manifest.xml</manifest>
+            </namespace>
+        </namespaces>
+        -->
+        <source-path>
+            <path-element>generated-sources/externc/classes</path-element>
+            <path-element>generated-sources/externc/constants</path-element>
+            <path-element>generated-sources/externc/functions</path-element>
+            <path-element>generated-sources/externc/interfaces</path-element>
+            <path-element>generated-sources/externc/typedefs</path-element>
+        </source-path>
+        
+        <warn-no-constructor>false</warn-no-constructor>
+    </compiler>
+    
+    <include-sources>
+        <path-element>generated-sources/externc/classes</path-element>
+        <path-element>generated-sources/externc/constants</path-element>
+        <path-element>generated-sources/externc/functions</path-element>
+        <path-element>generated-sources/externc/interfaces</path-element>
+        <path-element>generated-sources/externc/typedefs</path-element>
+    </include-sources>
+
+    <include-file>
+        <name>externs/svg.js</name>
+        <path>downloads/svg.js</path>
+    </include-file>
+    <!--
+    <include-file>
+        <name>assets/ErrorIndicator.png</name>
+        <path>assets/ErrorIndicator.png</path>
+    </include-file>
+    <include-file>
+        <name>assets/RequiredIndicator.png</name>
+        <path>assets/RequiredIndicator.png</path>
+    </include-file>
+    
+    <include-namespaces>
+        <uri>library://ns.adobe.com/flex/spark</uri>
+    </include-namespaces>  
+    
+    <resource-bundle-list>bundles.properties</resource-bundle-list>
+    
+    <target-player>${playerglobal.version}</target-player>
+     -->
+</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/316710d6/externs/js/src/main/config/compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/js/src/main/config/compile-config.xml b/externs/js/src/main/config/compile-config.xml
deleted file mode 100644
index 15c9d59..0000000
--- a/externs/js/src/main/config/compile-config.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
-<flex-config>
-
-    <compiler>
-        <accessible>true</accessible>
-        
-        <!--
-        <external-library-path>
-            <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
-            <path-element>../../libs/framework.swc</path-element>
-            <path-element>../../libs/mx/mx.swc</path-element>
-            <path-element>../../libs/osmf.swc</path-element>
-            <path-element>../../libs/textLayout.swc</path-element>
-        </external-library-path>
-        
-        <keep-as3-metadata>
-            <name>SkinPart</name>
-        </keep-as3-metadata>
-        
-        <mxml>
-            <minimum-supported-version>4.0.0</minimum-supported-version>
-        </mxml>
-        
-        <locale/>
-        
-        <library-path/>
-        
-        <namespaces>
-            <namespace>
-                <uri>library://ns.adobe.com/flex/spark</uri>
-                <manifest>manifest.xml</manifest>
-            </namespace>
-        </namespaces>
-        -->
-        <source-path>
-            <path-element>../../../target/generated-sources/externc/classes</path-element>
-            <path-element>../../../target/generated-sources/externc/constants</path-element>
-            <path-element>../../../target/generated-sources/externc/functions</path-element>
-            <path-element>../../../target/generated-sources/externc/interfaces</path-element>
-            <path-element>../../../target/generated-sources/externc/typedefs</path-element>
-        </source-path>
-        
-        <warn-no-constructor>false</warn-no-constructor>
-    </compiler>
-    
-    <include-sources>
-        <path-element>../../../target/generated-sources/externc/classes</path-element>
-        <path-element>../../../target/generated-sources/externc/constants</path-element>
-        <path-element>../../../target/generated-sources/externc/functions</path-element>
-        <path-element>../../../target/generated-sources/externc/interfaces</path-element>
-        <path-element>../../../target/generated-sources/externc/typedefs</path-element>
-    </include-sources>
-
-    <include-file>
-        <name>externs/svg.js</name>
-        <path>../../../target/downloads/svg.js</path>
-    </include-file>
-    <!--
-    <include-file>
-        <name>assets/ErrorIndicator.png</name>
-        <path>assets/ErrorIndicator.png</path>
-    </include-file>
-    <include-file>
-        <name>assets/RequiredIndicator.png</name>
-        <path>assets/RequiredIndicator.png</path>
-    </include-file>
-    
-    <include-namespaces>
-        <uri>library://ns.adobe.com/flex/spark</uri>
-    </include-namespaces>  
-    
-    <resource-bundle-list>bundles.properties</resource-bundle-list>
-    
-    <target-player>${playerglobal.version}</target-player>
-     -->
-</flex-config>