Merge branch 'develop' of https://github.com/apache/royale-typedefs into develop
diff --git a/GCL/pom.xml b/GCL/pom.xml
index dfd1e35..d223e04 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-gcl</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: GCL</name>

@@ -50,7 +50,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/ace/pom.xml b/ace/pom.xml
index da99727..687195b 100644
--- a/ace/pom.xml
+++ b/ace/pom.xml
@@ -1,98 +1,98 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.royale.typedefs</groupId>
-    <artifactId>royale-typedefs-parent</artifactId>
-    <version>0.9.8-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>royale-typedefs-ace</artifactId>
-  <version>0.9.8-SNAPSHOT</version>
-  <packaging>swc</packaging>
-
-  <name>Apache Royale: TypeDefs: Ace</name>
-
-  <properties>
-    <ace.version>1.2.3</ace.version>
-  </properties>
-
-  <build>
-    <plugins>
-      <!-- Download JavaScript form GitHub -->
-      <plugin>
-        <groupId>com.googlecode.maven-download-plugin</groupId>
-        <artifactId>download-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>get-createjs</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>wget</goal>
-            </goals>
-            <configuration>
-              <skipCache>true</skipCache>
-              <url>https://raw.githubusercontent.com/google/closure-compiler/master/contrib/externs/ace-${ace.version}.js</url>
-              <outputFileName>ace-${ace.version}.js</outputFileName>
-              <outputDirectory>${project.build.directory}/downloads</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.royale.compiler</groupId>
-        <artifactId>royale-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <includeSources>true</includeSources>
-          <externcInput>
-            <fileSet>
-              <directory>${project.basedir}/target/downloads</directory>
-              <includes>
-                <include>**/*.js</include>
-              </includes>
-            </fileSet>
-          </externcInput>
-          <includeFiles>
-            <include-file>
-              <name>externs/ace-${ace.version}.js</name>
-              <path>downloads/ace-${ace.version}.js</path>
-            </include-file>
-          </includeFiles>
-          <skipSwc>true</skipSwc>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.royale.typedefs</groupId>
-      <artifactId>royale-typedefs-js</artifactId>
-      <version>0.9.8-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>typedefs</classifier>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.royale.typedefs</groupId>

+    <artifactId>royale-typedefs-parent</artifactId>

+    <version>0.9.9-SNAPSHOT</version>

+  </parent>

+

+  <artifactId>royale-typedefs-ace</artifactId>

+  <version>0.9.9-SNAPSHOT</version>

+  <packaging>swc</packaging>

+

+  <name>Apache Royale: TypeDefs: Ace</name>

+

+  <properties>

+    <ace.version>1.2.3</ace.version>

+  </properties>

+

+  <build>

+    <plugins>

+      <!-- Download JavaScript form GitHub -->

+      <plugin>

+        <groupId>com.googlecode.maven-download-plugin</groupId>

+        <artifactId>download-maven-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>get-createjs</id>

+            <phase>validate</phase>

+            <goals>

+              <goal>wget</goal>

+            </goals>

+            <configuration>

+              <skipCache>true</skipCache>

+              <url>https://raw.githubusercontent.com/google/closure-compiler/master/contrib/externs/ace-${ace.version}.js</url>

+              <outputFileName>ace-${ace.version}.js</outputFileName>

+              <outputDirectory>${project.build.directory}/downloads</outputDirectory>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.royale.compiler</groupId>

+        <artifactId>royale-maven-plugin</artifactId>

+        <extensions>true</extensions>

+        <configuration>

+          <includeSources>true</includeSources>

+          <externcInput>

+            <fileSet>

+              <directory>${project.basedir}/target/downloads</directory>

+              <includes>

+                <include>**/*.js</include>

+              </includes>

+            </fileSet>

+          </externcInput>

+          <includeFiles>

+            <include-file>

+              <name>externs/ace-${ace.version}.js</name>

+              <path>downloads/ace-${ace.version}.js</path>

+            </include-file>

+          </includeFiles>

+          <skipSwc>true</skipSwc>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <dependency>

+      <groupId>org.apache.royale.typedefs</groupId>

+      <artifactId>royale-typedefs-js</artifactId>

+      <version>0.9.9-SNAPSHOT</version>

+      <type>swc</type>

+      <classifier>typedefs</classifier>

+      <scope>runtime</scope>

+    </dependency>

+  </dependencies>

+

+</project>

diff --git a/airglobal/pom.xml b/airglobal/pom.xml
index 7a3350f..dec0436 100755
--- a/airglobal/pom.xml
+++ b/airglobal/pom.xml
@@ -1,58 +1,58 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.royale.typedefs</groupId>
-    <artifactId>royale-typedefs-parent</artifactId>
-    <version>0.9.8-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>royale-typedefs-airglobal</artifactId>
-  <version>0.9.8-SNAPSHOT</version>
-  <packaging>swc</packaging>
-
-  <name>Apache Royale: TypeDefs: airglobal</name>
-
-  <properties>
-  </properties>
-
-  <build>
-    <sourceDirectory>src/main/royale</sourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.royale.compiler</groupId>
-        <artifactId>royale-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <playerglobalSourceDirectory>src/main/playerglobal</playerglobalSourceDirectory>
-          <playerglobalAir>true</playerglobalAir>
-          <includeSources>true</includeSources>
-          <skipSwc>true</skipSwc>
-          <skipExtern>true</skipExtern>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.royale.typedefs</groupId>

+    <artifactId>royale-typedefs-parent</artifactId>

+    <version>0.9.9-SNAPSHOT</version>

+  </parent>

+

+  <artifactId>royale-typedefs-airglobal</artifactId>

+  <version>0.9.9-SNAPSHOT</version>

+  <packaging>swc</packaging>

+

+  <name>Apache Royale: TypeDefs: airglobal</name>

+

+  <properties>

+  </properties>

+

+  <build>

+    <sourceDirectory>src/main/royale</sourceDirectory>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.royale.compiler</groupId>

+        <artifactId>royale-maven-plugin</artifactId>

+        <extensions>true</extensions>

+        <configuration>

+          <playerglobalSourceDirectory>src/main/playerglobal</playerglobalSourceDirectory>

+          <playerglobalAir>true</playerglobalAir>

+          <includeSources>true</includeSources>

+          <skipSwc>true</skipSwc>

+          <skipExtern>true</skipExtern>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+  </dependencies>

+

+</project>

diff --git a/cordova/pom.xml b/cordova/pom.xml
index 31ac214..a5f3c8e 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-cordova</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: Cordova</name>

@@ -67,7 +67,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/createjs/pom.xml b/createjs/pom.xml
index 0d5ea95..f42ddde 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-createjs</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: CreateJS</name>

@@ -77,147 +77,147 @@
               <name>externs/createjs.js</name>

               <path>../src/main/javascript/createjs.js</path>

             </include-file>

-            <!--
-            <include-file>
-              <name>externs/AlphaMapFilter.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/AlphaMapFilter.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/AlphaMaskFilter.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/AlphaMaskFilter.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/BlurFilter.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/BlurFilter.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/ColorFilter.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorFilter.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/ColorMatrix.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorMatrix.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/ColorMatrixFilter.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorMatrixFilter.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Filter.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/Filter.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Bitmap.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Bitmap.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/BitmapText.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/BitmapText.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Container.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Container.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/DisplayObject.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/DisplayObject.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/DOMElement.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/DOMElement.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Graphics.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Graphics.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/MovieClip.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/MovieClip.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Shadow.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Shadow.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Shape.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Shape.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Sprite.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Sprite.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/SpriteContainer.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteContainer.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/SpriteSheet.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteSheet.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/SpriteStage.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteStage.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Stage.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Stage.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Text.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Text.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/ButtonHelper.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/DisplayProps.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/DisplayProps.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Matrix2D.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Matrix2D.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Point.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Point.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Rectangle.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Ease.js</name>
-              <path>downloads/TweenJS-0.6.2/src/tweenjs/Ease.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Tween.js</name>
-              <path>downloads/TweenJS-0.6.2/src/tweenjs/Tween.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Timeline.js</name>
-              <path>downloads/TweenJS-0.6.2/src/tweenjs/Timeline.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Event.js</name>
-              <path>downloads/EaselJS-0.8.0/src/createjs/events/Event.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/EventDispatcher.js</name>
-              <path>downloads/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/MouseEvent.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/events/MouseEvent.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/SpriteSheetBuilder.js</name>
-              <path>downloads/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js</path>
-            </include-file>
-            <include-file>
-              <name>externs/Ticker.js</name>
-              <path>downloads/EaselJS-0.8.0/src/createjs/utils/Ticker.js</path>
-            </include-file>
+            <!--

+            <include-file>

+              <name>externs/AlphaMapFilter.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/AlphaMapFilter.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/AlphaMaskFilter.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/AlphaMaskFilter.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/BlurFilter.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/BlurFilter.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/ColorFilter.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorFilter.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/ColorMatrix.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorMatrix.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/ColorMatrixFilter.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/ColorMatrixFilter.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Filter.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/filters/Filter.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Bitmap.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Bitmap.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/BitmapText.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/BitmapText.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Container.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Container.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/DisplayObject.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/DisplayObject.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/DOMElement.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/DOMElement.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Graphics.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Graphics.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/MovieClip.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/MovieClip.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Shadow.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Shadow.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Shape.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Shape.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Sprite.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Sprite.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/SpriteContainer.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteContainer.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/SpriteSheet.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteSheet.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/SpriteStage.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/SpriteStage.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Stage.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Stage.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Text.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/display/Text.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/ButtonHelper.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/DisplayProps.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/DisplayProps.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Matrix2D.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Matrix2D.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Point.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Point.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Rectangle.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Ease.js</name>

+              <path>downloads/TweenJS-0.6.2/src/tweenjs/Ease.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Tween.js</name>

+              <path>downloads/TweenJS-0.6.2/src/tweenjs/Tween.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Timeline.js</name>

+              <path>downloads/TweenJS-0.6.2/src/tweenjs/Timeline.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Event.js</name>

+              <path>downloads/EaselJS-0.8.0/src/createjs/events/Event.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/EventDispatcher.js</name>

+              <path>downloads/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/MouseEvent.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/events/MouseEvent.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/SpriteSheetBuilder.js</name>

+              <path>downloads/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js</path>

+            </include-file>

+            <include-file>

+              <name>externs/Ticker.js</name>

+              <path>downloads/EaselJS-0.8.0/src/createjs/utils/Ticker.js</path>

+            </include-file>

              -->

           </includeFiles>

           <skipSwc>true</skipSwc>

@@ -230,7 +230,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index b58c8fd..06e0428 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-googlemaps</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: GoogleMaps</name>

@@ -88,7 +88,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index 3a78f6d..63bded7 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-jasmine</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: Jasmine</name>

@@ -100,7 +100,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/jquery/pom.xml b/jquery/pom.xml
index 6e25fe1..05a151f 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-jquery</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: JQuery</name>

@@ -154,7 +154,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/js/pom.xml b/js/pom.xml
index cf74cf3..9745df1 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-js</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: JS</name>

@@ -49,9 +49,9 @@
             </configuration>

           </execution>

         </executions>

-        <!--
-            Dependency to the closure compiler externs artifact so
-            the "unpack-resources" goal can find the externs.zip
+        <!--

+            Dependency to the closure compiler externs artifact so

+            the "unpack-resources" goal can find the externs.zip

         -->

         <dependencies>

           <dependency>

diff --git a/node/pom.xml b/node/pom.xml
index f8b5c98..c75ec58 100644
--- a/node/pom.xml
+++ b/node/pom.xml
@@ -1,32 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.royale.typedefs</groupId>

     <artifactId>royale-typedefs-parent</artifactId>

-    <version>0.9.8-SNAPSHOT</version>

+    <version>0.9.9-SNAPSHOT</version>

   </parent>

 

   <artifactId>royale-typedefs-node</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>swc</packaging>

 

   <name>Apache Royale: TypeDefs: Node</name>

@@ -50,9 +50,9 @@
             </goals>

             <configuration>

                 <url>https://github.com/royale-extras/closure-compiler/archive/royale.zip</url>

-              <!--
-                  Give it a number matching the date so we can
-                  trigger a new download by updating the date
+              <!--

+                  Give it a number matching the date so we can

+                  trigger a new download by updating the date

               -->

               <outputFileName>node-externs.zip</outputFileName>

               <outputDirectory>${project.build.directory}/downloads</outputDirectory>

@@ -222,7 +222,7 @@
     <dependency>

       <groupId>org.apache.royale.typedefs</groupId>

       <artifactId>royale-typedefs-js</artifactId>

-      <version>0.9.8-SNAPSHOT</version>

+      <version>0.9.9-SNAPSHOT</version>

       <type>swc</type>

       <classifier>typedefs</classifier>

       <scope>runtime</scope>

diff --git a/playerglobal/pom.xml b/playerglobal/pom.xml
index 346cb29..a4330b7 100755
--- a/playerglobal/pom.xml
+++ b/playerglobal/pom.xml
@@ -1,58 +1,58 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.royale.typedefs</groupId>
-    <artifactId>royale-typedefs-parent</artifactId>
-    <version>0.9.8-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>royale-typedefs-playerglobal</artifactId>
-  <version>0.9.8-SNAPSHOT</version>
-  <packaging>swc</packaging>
-
-  <name>Apache Royale: TypeDefs: playerglobal</name>
-
-  <properties>
-  </properties>
-
-  <build>
-    <sourceDirectory>../airglobal/src/main/royale</sourceDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.royale.compiler</groupId>
-        <artifactId>royale-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <playerglobalSourceDirectory>../airglobal/src/main/playerglobal</playerglobalSourceDirectory>
-          <playerglobalAir>false</playerglobalAir>
-          <includeSources>true</includeSources>
-          <skipSwc>true</skipSwc>
-          <skipExtern>true</skipExtern>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+

+  Licensed to the Apache Software Foundation (ASF) under one or more

+  contributor license agreements.  See the NOTICE file distributed with

+  this work for additional information regarding copyright ownership.

+  The ASF licenses this file to You under the Apache License, Version 2.0

+  (the "License"); you may not use this file except in compliance with

+  the License.  You may obtain a copy of the License at

+

+      http://www.apache.org/licenses/LICENSE-2.0

+

+  Unless required by applicable law or agreed to in writing, software

+  distributed under the License is distributed on an "AS IS" BASIS,

+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+  See the License for the specific language governing permissions and

+  limitations under the License.

+

+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.royale.typedefs</groupId>

+    <artifactId>royale-typedefs-parent</artifactId>

+    <version>0.9.9-SNAPSHOT</version>

+  </parent>

+

+  <artifactId>royale-typedefs-playerglobal</artifactId>

+  <version>0.9.9-SNAPSHOT</version>

+  <packaging>swc</packaging>

+

+  <name>Apache Royale: TypeDefs: playerglobal</name>

+

+  <properties>

+  </properties>

+

+  <build>

+    <sourceDirectory>../airglobal/src/main/royale</sourceDirectory>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.royale.compiler</groupId>

+        <artifactId>royale-maven-plugin</artifactId>

+        <extensions>true</extensions>

+        <configuration>

+          <playerglobalSourceDirectory>../airglobal/src/main/playerglobal</playerglobalSourceDirectory>

+          <playerglobalAir>false</playerglobalAir>

+          <includeSources>true</includeSources>

+          <skipSwc>true</skipSwc>

+          <skipExtern>true</skipExtern>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+  </dependencies>

+

+</project>

diff --git a/pom.xml b/pom.xml
index d461076..99dbb7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 

   <groupId>org.apache.royale.typedefs</groupId>

   <artifactId>royale-typedefs-parent</artifactId>

-  <version>0.9.8-SNAPSHOT</version>

+  <version>0.9.9-SNAPSHOT</version>

   <packaging>pom</packaging>

 

   <name>Apache Royale: TypeDefs: Parent</name>