[maven-release-plugin] prepare branch release/0.9.5
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 8825f24..ee06888 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -1,83 +1,83 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>royale-maven-archetypes</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Framework: Archetypes</name>

-  <description>Maven archetypes for creating royale maven projects</description>

-

-  <properties>

-    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>

-  </properties>

-  

-  <modules>

-    <module>royale-simple-application-archetype</module>

-    <module>royale-simple-application-pure-js-archetype</module>

-    <module>royale-simple-application-pure-swf-archetype</module>

-    <module>royale-simple-library-archetype</module>

-    <module>royale-simple-typedef-archetype</module>

-  </modules>

-

-  <build>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-        <includes>

-          <include>**/pom.xml</include>

-          <include>**/descriptor.xml</include>

-        </includes>

-      </resource>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>false</filtering>

-        <excludes>

-          <exclude>**/pom.xml</exclude>

-          <exclude>**/descriptor.xml</exclude>

-        </excludes>

-      </resource>

-    </resources>

-

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-resources-plugin</artifactId>

-        <version>3.1.0</version>

-        <configuration>

-          <escapeString>\</escapeString>

-          <nonFilteredFileExtensions>

-            <nonFilteredFileExtension>p12</nonFilteredFileExtension>

-          </nonFilteredFileExtensions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>royale-maven-archetypes</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Framework: Archetypes</name>
+  <description>Maven archetypes for creating royale maven projects</description>
+
+  <properties>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
+  </properties>
+  
+  <modules>
+    <module>royale-simple-application-archetype</module>
+    <module>royale-simple-application-pure-js-archetype</module>
+    <module>royale-simple-application-pure-swf-archetype</module>
+    <module>royale-simple-library-archetype</module>
+    <module>royale-simple-typedef-archetype</module>
+  </modules>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+        <includes>
+          <include>**/pom.xml</include>
+          <include>**/descriptor.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+        <excludes>
+          <exclude>**/pom.xml</exclude>
+          <exclude>**/descriptor.xml</exclude>
+        </excludes>
+      </resource>
+    </resources>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>3.1.0</version>
+        <configuration>
+          <escapeString>\</escapeString>
+          <nonFilteredFileExtensions>
+            <nonFilteredFileExtension>p12</nonFilteredFileExtension>
+          </nonFilteredFileExtensions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/archetypes/royale-simple-application-archetype/pom.xml b/archetypes/royale-simple-application-archetype/pom.xml
index 5980eb2..de06706 100644
--- a/archetypes/royale-simple-application-archetype/pom.xml
+++ b/archetypes/royale-simple-application-archetype/pom.xml
@@ -1,36 +1,36 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-maven-archetypes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>royale-simple-application-archetype</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>jar</packaging>

-

-  <name>Apache Royale: Framework: Archetypes: Simple Royale Application</name>

-  <description>Maven archetype for creating Royale Maven project for building a simple Royale application with both Flash and JavaScript output.</description>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-maven-archetypes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>royale-simple-application-archetype</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <name>Apache Royale: Framework: Archetypes: Simple Royale Application</name>
+  <description>Maven archetype for creating Royale Maven project for building a simple Royale application with both Flash and JavaScript output.</description>
+
+</project>
diff --git a/archetypes/royale-simple-application-pure-js-archetype/pom.xml b/archetypes/royale-simple-application-pure-js-archetype/pom.xml
index a445529..42d49c1 100644
--- a/archetypes/royale-simple-application-pure-js-archetype/pom.xml
+++ b/archetypes/royale-simple-application-pure-js-archetype/pom.xml
@@ -1,36 +1,36 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-maven-archetypes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>royale-simple-application-pure-js-archetype</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>jar</packaging>

-

-  <name>Apache Royale: Framework: Archetypes: Simple Royale Pure-JS Application</name>

-  <description>Maven archetype for creating Royale Maven project for building a simple Royale application with only JavaScript output.</description>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-maven-archetypes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>royale-simple-application-pure-js-archetype</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <name>Apache Royale: Framework: Archetypes: Simple Royale Pure-JS Application</name>
+  <description>Maven archetype for creating Royale Maven project for building a simple Royale application with only JavaScript output.</description>
+
+</project>
diff --git a/archetypes/royale-simple-application-pure-swf-archetype/pom.xml b/archetypes/royale-simple-application-pure-swf-archetype/pom.xml
index 58fbe28..f7b015c 100644
--- a/archetypes/royale-simple-application-pure-swf-archetype/pom.xml
+++ b/archetypes/royale-simple-application-pure-swf-archetype/pom.xml
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-maven-archetypes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>royale-simple-application-pure-swf-archetype</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>jar</packaging>

-

-  <name>Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF Application</name>

-  <description>Maven archetype for creating Royale Maven project for building a simple Royale application with only Flash output.</description>

-

-  <!--

-  mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-application-archetype -DarchetypeVersion=x.x.x

-  mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-js-application-archetype -DarchetypeVersion=x.x.x

-  mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-swf-application-archetype -DarchetypeVersion=x.x.x

-  -->

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-maven-archetypes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>royale-simple-application-pure-swf-archetype</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <name>Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF Application</name>
+  <description>Maven archetype for creating Royale Maven project for building a simple Royale application with only Flash output.</description>
+
+  <!--
+  mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-application-archetype -DarchetypeVersion=x.x.x
+  mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-js-application-archetype -DarchetypeVersion=x.x.x
+  mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-pure-swf-application-archetype -DarchetypeVersion=x.x.x
+  -->
+
+</project>
diff --git a/archetypes/royale-simple-library-archetype/pom.xml b/archetypes/royale-simple-library-archetype/pom.xml
index ac8f01b..397e4b1 100644
--- a/archetypes/royale-simple-library-archetype/pom.xml
+++ b/archetypes/royale-simple-library-archetype/pom.xml
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-maven-archetypes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>royale-simple-library-archetype</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>maven-archetype</packaging>

-

-  <name>Apache Royale: Framework: Archetypes: Simple Royale Library</name>

-  <description>Maven archetype for creating Royale Maven project for building a simple Royale library.</description>

-

-  <build>

-    <extensions>

-      <extension>

-        <groupId>org.apache.maven.archetype</groupId>

-        <artifactId>archetype-packaging</artifactId>

-        <version>3.0.1</version>

-      </extension>

-    </extensions>

-

-    <pluginManagement>

-      <plugins>

-        <plugin>

-          <artifactId>maven-archetype-plugin</artifactId>

-          <version>3.0.1</version>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-maven-archetypes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>royale-simple-library-archetype</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>maven-archetype</packaging>
+
+  <name>Apache Royale: Framework: Archetypes: Simple Royale Library</name>
+  <description>Maven archetype for creating Royale Maven project for building a simple Royale library.</description>
+
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>3.0.1</version>
+      </extension>
+    </extensions>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-archetype-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>
diff --git a/archetypes/royale-simple-typedef-archetype/pom.xml b/archetypes/royale-simple-typedef-archetype/pom.xml
index e04fe02..185a46d 100644
--- a/archetypes/royale-simple-typedef-archetype/pom.xml
+++ b/archetypes/royale-simple-typedef-archetype/pom.xml
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-maven-archetypes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>royale-simple-typedef-archetype</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>maven-archetype</packaging>

-

-  <name>Apache Royale: Framework: Archetypes: Simple Royale Typedef Library</name>

-  <description>Maven archetype for creating Royale Maven project for building a simple Royale typedef library.</description>

-

-  <build>

-    <extensions>

-      <extension>

-        <groupId>org.apache.maven.archetype</groupId>

-        <artifactId>archetype-packaging</artifactId>

-        <version>2.4</version>

-      </extension>

-    </extensions>

-

-    <pluginManagement>

-      <plugins>

-        <plugin>

-          <artifactId>maven-archetype-plugin</artifactId>

-          <version>3.0.1</version>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-maven-archetypes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>royale-simple-typedef-archetype</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>maven-archetype</packaging>
+
+  <name>Apache Royale: Framework: Archetypes: Simple Royale Typedef Library</name>
+  <description>Maven archetype for creating Royale Maven project for building a simple Royale typedef library.</description>
+
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.4</version>
+      </extension>
+    </extensions>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-archetype-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>
diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml
index c06e505..296699f 100644
--- a/distribution/jars/compc/pom.xml
+++ b/distribution/jars/compc/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>compc</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>flex2.tools.Compc</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>flex-compiler-oem</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>compc</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>flex2.tools.Compc</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>flex-compiler-oem</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/jars/compiler-asc/pom.xml b/distribution/jars/compiler-asc/pom.xml
index 8d492d8..29ffa65 100644
--- a/distribution/jars/compiler-asc/pom.xml
+++ b/distribution/jars/compiler-asc/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>compiler-asc</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>org.apache.royale.compiler.clients.ASC</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>compiler-asc</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>org.apache.royale.compiler.clients.ASC</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/jars/compiler-compc/pom.xml b/distribution/jars/compiler-compc/pom.xml
index b108e23..a601363 100644
--- a/distribution/jars/compiler-compc/pom.xml
+++ b/distribution/jars/compiler-compc/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>compiler-compc</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>org.apache.royale.compiler.clients.COMPC</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>compiler-compc</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>org.apache.royale.compiler.clients.COMPC</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/jars/compiler-mxmlc/pom.xml b/distribution/jars/compiler-mxmlc/pom.xml
index 55b610d..1a1baee 100644
--- a/distribution/jars/compiler-mxmlc/pom.xml
+++ b/distribution/jars/compiler-mxmlc/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>compiler-mxmlc</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>org.apache.royale.compiler.clients.MXMLC</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>compiler-mxmlc</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>org.apache.royale.compiler.clients.MXMLC</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/jars/compiler-optimizer/pom.xml b/distribution/jars/compiler-optimizer/pom.xml
index 29d8f68..5827e38 100644
--- a/distribution/jars/compiler-optimizer/pom.xml
+++ b/distribution/jars/compiler-optimizer/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>compiler-optimizer</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>org.apache.royale.compiler.clients.Optimizer</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>compiler-optimizer</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>org.apache.royale.compiler.clients.Optimizer</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/jars/compiler-swfdump/pom.xml b/distribution/jars/compiler-swfdump/pom.xml
index afa0549..0d2b07d 100644
--- a/distribution/jars/compiler-swfdump/pom.xml
+++ b/distribution/jars/compiler-swfdump/pom.xml
@@ -1,65 +1,65 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>compiler-swfdump</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>org.apache.royale.swf.io.SWFDump</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-    <dependency>

-      <groupId>commons-io</groupId>

-      <artifactId>commons-io</artifactId>

-      <version>2.6</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>compiler-swfdump</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>org.apache.royale.swf.io.SWFDump</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.6</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/jars/mxmlc/pom.xml b/distribution/jars/mxmlc/pom.xml
index ba3bcbd..a2cf4db 100644
--- a/distribution/jars/mxmlc/pom.xml
+++ b/distribution/jars/mxmlc/pom.xml
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-    <relativePath>../../../pom.xml</relativePath>

-  </parent>

-

-  <groupId>org.apache.royale.framework.distribution</groupId>

-  <artifactId>mxmlc</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-jar-plugin</artifactId>

-        <configuration>

-          <archive>

-            <manifest>

-              <addClasspath>true</addClasspath>

-              <classpathLayoutType>custom</classpathLayoutType>

-              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>

-              <mainClass>org.apache.royale.compiler.clients.MXMLC</mainClass>

-            </manifest>

-          </archive>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.royale.framework.distribution</groupId>
+  <artifactId>mxmlc</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <classpathLayoutType>custom</classpathLayoutType>
+              <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
+              <mainClass>org.apache.royale.compiler.clients.MXMLC</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8ca83d5..825bd91 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -1,823 +1,823 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>distribution</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Distribution</name>

-  <description>The Apache Royale: Royale distribution, source and binary, in zip and tar.gz formats.</description>

-

-  <properties>

-    <distributionFileName>apache-royale-${project.version}</distributionFileName>

-    <timestamp>${maven.build.timestamp}</timestamp>

-    <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>

-    

-    <playerglobalHome>libs/player</playerglobalHome>

-    <targetPlayerMajorVersion>20</targetPlayerMajorVersion>

-    <targetPlayerMinorVersion>0</targetPlayerMinorVersion>

-  </properties>

-

-  <modules>

-    <module>jars/compc</module>

-    <module>jars/compiler-asc</module>

-    <module>jars/compiler-compc</module>

-    <module>jars/compiler-mxmlc</module>

-    <module>jars/compiler-optimizer</module>

-    <module>jars/compiler-swfdump</module>

-    <module>jars/mxmlc</module>

-  </modules>

-

-  <dependencies>

-    <!-- Add the compiler module -->

-    <dependency>

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

-      <artifactId>compiler</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-    <dependency>

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

-      <artifactId>flex-compiler-oem</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-    <dependency>

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

-      <artifactId>royale-ant-tasks</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-    <dependency>

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

-      <artifactId>debugger</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-    <dependency>

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

-      <artifactId>compiler-jx</artifactId>

-      <version>${royale.compiler.version}</version>

-    </dependency>

-

-    <!-- Add the framework swc modules -->

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>CreateJS</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Express</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Flat</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>FontAwesome</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML5</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>JQuery</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>MaterialDesignLite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Icons</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Reflection</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>XML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-    </dependency>

-

-    <!-- Add the framework js-swc modules -->

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>CreateJS</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Express</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Flat</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

- 	  <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>FontAwesome</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML5</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>JQuery</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>MaterialDesignLite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Icons</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Reflection</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>XML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <!-- Add dependencies to the externs from the compiler module -->

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-

-    <!-- Fonts -->

-    <!-- Disabled as currently font swf compilation is deactivated -->

-    <!-- Update the version when re-enabling -->

-    <!--dependency>

-          <groupId>org.apache.royale.framework</groupId>

-          <artifactId>Fonts</artifactId>

-          <version>x.x.x-SNAPSHOT</version>

-          <type>swf</type>

-        </dependency-->

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Fonts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-

-    <!-- SWFObject -->

-    <dependency>

-      <groupId>org.webjars</groupId>

-      <artifactId>swfobject</artifactId>

-      <version>2.2</version>

-    </dependency>

-

-    <!-- Add the dummy jars -->

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>compc</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>mxmlc</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>compiler-asc</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>compiler-compc</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>compiler-mxmlc</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>compiler-optimizer</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework.distribution</groupId>

-      <artifactId>compiler-swfdump</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-    </dependency>

-  </dependencies>

-

-  <build>

-    <finalName>${distributionFileName}</finalName>

-    <pluginManagement>

-      <plugins>

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-remote-resources-plugin</artifactId>

-          <version>1.5</version>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-dependency-plugin</artifactId>

-        <version>2.10</version>

-        <executions>

-          <execution>

-            <id>unpack-swfobject</id>

-            <phase>process-resources</phase>

-            <goals>

-              <goal>unpack</goal>

-            </goals>

-            <configuration>

-              <artifactItems>

-                <artifactItem>

-                  <groupId>org.webjars</groupId>

-                  <artifactId>swfobject</artifactId>

-                  <version>2.2</version>

-                  <type>jar</type>

-                  <outputDirectory>${project.build.directory}/swfobject-temp</outputDirectory>

-                  <includes>META-INF/resources/**</includes>

-                </artifactItem>

-              </artifactItems>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-assembly-plugin</artifactId>

-        <executions>

-          <execution>

-            <id>create-distro-packages</id>

-            <phase>package</phase>

-            <goals>

-              <goal>single</goal>

-            </goals>

-            <configuration>

-              <descriptors>

-                <descriptor>src/main/assembly/bin.xml</descriptor>

-              </descriptors>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <profiles>

-    <profile>

-      <id>apache-release</id>

-      <build>

-        <plugins>

-          <plugin>

-            <artifactId>maven-assembly-plugin</artifactId>

-            <executions>

-              <execution>

-                <id>make-src-assembly</id>

-                <phase>package</phase>

-                <goals>

-                  <goal>single</goal>

-                </goals>

-                <configuration>

-                  <descriptors>

-                    <descriptor>src/main/assembly/src.xml</descriptor>

-                  </descriptors>

-                  <tarLongFileMode>gnu</tarLongFileMode>

-                </configuration>

-              </execution>

-            </executions>

-          </plugin>

-        </plugins>

-      </build>

-    </profile>

-    <profile>

-      <id>create-distribution-in-folder</id>

-      <activation>

-        <property>

-          <name>distributionTargetFolder</name>

-        </property>

-      </activation>

-      <dependencies>

-        <dependency>

-          <groupId>com.adobe.flash</groupId>

-          <artifactId>framework</artifactId>

-          <version>${flash.version}</version>

-          <type>pom</type>

-        </dependency>

-

-        <dependency>

-          <groupId>com.adobe.air</groupId>

-          <artifactId>compiler</artifactId>

-          <version>${air.version}</version>

-          <type>pom</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.compiler</groupId>

-          <artifactId>adt</artifactId>

-          <version>${air.version}</version>

-          <classifier>android</classifier>

-          <type>zip</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.compiler</groupId>

-          <artifactId>adt</artifactId>

-          <version>${air.version}</version>

-          <classifier>desktop</classifier>

-          <type>zip</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.compiler</groupId>

-          <artifactId>adt</artifactId>

-          <version>${air.version}</version>

-          <classifier>ios</classifier>

-          <type>zip</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air</groupId>

-          <artifactId>runtime</artifactId>

-          <version>${air.version}</version>

-          <type>pom</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air</groupId>

-          <artifactId>framework</artifactId>

-          <version>${air.version}</version>

-          <type>pom</type>

-        </dependency>

-

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>air</artifactId>

-          <version>${air.version}</version>

-          <classifier>android</classifier>

-          <type>zip</type>

-        </dependency>

-

-      <!--  <dependency>

-          <groupId>com.adobe</groupId>

-          <artifactId>fontkit</artifactId>

-          <version>1.0</version>

-        </dependency>

-          -->

-        <dependency>

-          <groupId>com.adobe.air</groupId>

-          <artifactId>templates</artifactId>

-          <version>${air.version}</version>

-          <type>jar</type>

-        </dependency>

-

-        <dependency>

-          <groupId>com.adobe.air</groupId>

-          <artifactId>misc</artifactId>

-          <version>${air.version}</version>

-          <type>zip</type>

-        </dependency>

-      </dependencies>

-      <build>

-        <plugins>

-          <!--plugin>

-            <groupId>org.apache.maven.plugins</groupId>

-            <artifactId>maven-clean-plugin</artifactId>

-            <executions>

-              <execution>

-                <goals>

-                  <goal>clean</goal>

-                </goals>

-                <id>clean-target-folder</id>

-                <phase>prepare-package</phase>

-                <configuration>

-                  <filesets>

-                    <fileset>

-                      <directory>${distributionTargetFolder}</directory>

-                    </fileset>

-                  </filesets>

-                  <failOnError>false</failOnError>

-                </configuration>

-              </execution>

-            </executions>

-          </plugin-->

-          <plugin>

-            <artifactId>maven-assembly-plugin</artifactId>

-            <executions>

-              <execution>

-                <id>create-distribution-folder</id>

-                <phase>package</phase>

-                <goals>

-                  <goal>single</goal>

-                </goals>

-                <configuration>

-                  <finalName>./</finalName>

-                  <appendAssemblyId>false</appendAssemblyId>

-                  <attach>false</attach>

-                  <outputDirectory>${distributionTargetFolder}</outputDirectory>

-                  <descriptors>

-                    <descriptor>src/main/assembly/dir.xml</descriptor>

-                  </descriptors>

-                </configuration>

-              </execution>

-            </executions>

-          </plugin>

-        </plugins>

-      </build>

-    </profile>

-    <profile>

-      <id>windows</id>

-      <activation>

-        <os>

-          <family>Windows</family>

-        </os>

-        <property>

-          <name>distributionTargetFolder</name>

-        </property>

-      </activation>

-      <dependencies>

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>adl</artifactId>

-          <version>${air.version}</version>

-          <classifier>win</classifier>

-          <type>exe</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.compiler</groupId>

-          <artifactId>adt</artifactId>

-          <version>${air.version}</version>

-          <classifier>win</classifier>

-          <type>zip</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>air</artifactId>

-          <version>${air.version}</version>

-          <classifier>win</classifier>

-          <type>zip</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>air-captive</artifactId>

-          <version>${air.version}</version>

-          <classifier>win</classifier>

-          <type>zip</type>

-        </dependency>

-      </dependencies>

-    </profile>

-    <profile>

-      <id>mac</id>

-      <activation>

-        <os>

-          <family>Mac</family>

-        </os>

-        <property>

-          <name>distributionTargetFolder</name>

-        </property>

-      </activation>

-      <dependencies>

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>adl</artifactId>

-          <version>${air.version}</version>

-          <classifier>mac</classifier>

-          <type>exe</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>air</artifactId>

-          <version>${air.version}</version>

-          <classifier>mac</classifier>

-          <type>zip</type>

-        </dependency>

-        <dependency>

-          <groupId>com.adobe.air.runtime</groupId>

-          <artifactId>air-captive</artifactId>

-          <version>${air.version}</version>

-          <classifier>mac</classifier>

-          <type>zip</type>

-        </dependency>

-      </dependencies>

-    </profile>

-  </profiles>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>distribution</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Distribution</name>
+  <description>The Apache Royale: Royale distribution, source and binary, in zip and tar.gz formats.</description>
+
+  <properties>
+    <distributionFileName>apache-royale-${project.version}</distributionFileName>
+    <timestamp>${maven.build.timestamp}</timestamp>
+    <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
+    
+    <playerglobalHome>libs/player</playerglobalHome>
+    <targetPlayerMajorVersion>20</targetPlayerMajorVersion>
+    <targetPlayerMinorVersion>0</targetPlayerMinorVersion>
+  </properties>
+
+  <modules>
+    <module>jars/compc</module>
+    <module>jars/compiler-asc</module>
+    <module>jars/compiler-compc</module>
+    <module>jars/compiler-mxmlc</module>
+    <module>jars/compiler-optimizer</module>
+    <module>jars/compiler-swfdump</module>
+    <module>jars/mxmlc</module>
+  </modules>
+
+  <dependencies>
+    <!-- Add the compiler module -->
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>flex-compiler-oem</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>royale-ant-tasks</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>debugger</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.compiler</groupId>
+      <artifactId>compiler-jx</artifactId>
+      <version>${royale.compiler.version}</version>
+    </dependency>
+
+    <!-- Add the framework swc modules -->
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>CreateJS</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Express</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Flat</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>FontAwesome</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML5</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>JQuery</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Icons</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>XML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+
+    <!-- Add the framework js-swc modules -->
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>CreateJS</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Express</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Flat</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+ 	  <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>FontAwesome</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML5</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>JQuery</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Icons</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>XML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <!-- Add dependencies to the externs from the compiler module -->
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-cordova</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-createjs</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-gcl</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-googlemaps</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-jasmine</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-jquery</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-js</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-node</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+
+    <!-- Fonts -->
+    <!-- Disabled as currently font swf compilation is deactivated -->
+    <!-- Update the version when re-enabling -->
+    <!--dependency>
+          <groupId>org.apache.royale.framework</groupId>
+          <artifactId>Fonts</artifactId>
+          <version>x.x.x-SNAPSHOT</version>
+          <type>swf</type>
+        </dependency-->
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Fonts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+
+    <!-- SWFObject -->
+    <dependency>
+      <groupId>org.webjars</groupId>
+      <artifactId>swfobject</artifactId>
+      <version>2.2</version>
+    </dependency>
+
+    <!-- Add the dummy jars -->
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>compc</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>mxmlc</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>compiler-asc</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>compiler-compc</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>compiler-mxmlc</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>compiler-optimizer</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework.distribution</groupId>
+      <artifactId>compiler-swfdump</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <finalName>${distributionFileName}</finalName>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.10</version>
+        <executions>
+          <execution>
+            <id>unpack-swfobject</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.webjars</groupId>
+                  <artifactId>swfobject</artifactId>
+                  <version>2.2</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/swfobject-temp</outputDirectory>
+                  <includes>META-INF/resources/**</includes>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>create-distro-packages</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/main/assembly/bin.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>make-src-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <descriptors>
+                    <descriptor>src/main/assembly/src.xml</descriptor>
+                  </descriptors>
+                  <tarLongFileMode>gnu</tarLongFileMode>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>create-distribution-in-folder</id>
+      <activation>
+        <property>
+          <name>distributionTargetFolder</name>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.adobe.flash</groupId>
+          <artifactId>framework</artifactId>
+          <version>${flash.version}</version>
+          <type>pom</type>
+        </dependency>
+
+        <dependency>
+          <groupId>com.adobe.air</groupId>
+          <artifactId>compiler</artifactId>
+          <version>${air.version}</version>
+          <type>pom</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.compiler</groupId>
+          <artifactId>adt</artifactId>
+          <version>${air.version}</version>
+          <classifier>android</classifier>
+          <type>zip</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.compiler</groupId>
+          <artifactId>adt</artifactId>
+          <version>${air.version}</version>
+          <classifier>desktop</classifier>
+          <type>zip</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.compiler</groupId>
+          <artifactId>adt</artifactId>
+          <version>${air.version}</version>
+          <classifier>ios</classifier>
+          <type>zip</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air</groupId>
+          <artifactId>runtime</artifactId>
+          <version>${air.version}</version>
+          <type>pom</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air</groupId>
+          <artifactId>framework</artifactId>
+          <version>${air.version}</version>
+          <type>pom</type>
+        </dependency>
+
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>air</artifactId>
+          <version>${air.version}</version>
+          <classifier>android</classifier>
+          <type>zip</type>
+        </dependency>
+
+      <!--  <dependency>
+          <groupId>com.adobe</groupId>
+          <artifactId>fontkit</artifactId>
+          <version>1.0</version>
+        </dependency>
+          -->
+        <dependency>
+          <groupId>com.adobe.air</groupId>
+          <artifactId>templates</artifactId>
+          <version>${air.version}</version>
+          <type>jar</type>
+        </dependency>
+
+        <dependency>
+          <groupId>com.adobe.air</groupId>
+          <artifactId>misc</artifactId>
+          <version>${air.version}</version>
+          <type>zip</type>
+        </dependency>
+      </dependencies>
+      <build>
+        <plugins>
+          <!--plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-clean-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>clean</goal>
+                </goals>
+                <id>clean-target-folder</id>
+                <phase>prepare-package</phase>
+                <configuration>
+                  <filesets>
+                    <fileset>
+                      <directory>${distributionTargetFolder}</directory>
+                    </fileset>
+                  </filesets>
+                  <failOnError>false</failOnError>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin-->
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>create-distribution-folder</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <finalName>./</finalName>
+                  <appendAssemblyId>false</appendAssemblyId>
+                  <attach>false</attach>
+                  <outputDirectory>${distributionTargetFolder}</outputDirectory>
+                  <descriptors>
+                    <descriptor>src/main/assembly/dir.xml</descriptor>
+                  </descriptors>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>windows</id>
+      <activation>
+        <os>
+          <family>Windows</family>
+        </os>
+        <property>
+          <name>distributionTargetFolder</name>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>adl</artifactId>
+          <version>${air.version}</version>
+          <classifier>win</classifier>
+          <type>exe</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.compiler</groupId>
+          <artifactId>adt</artifactId>
+          <version>${air.version}</version>
+          <classifier>win</classifier>
+          <type>zip</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>air</artifactId>
+          <version>${air.version}</version>
+          <classifier>win</classifier>
+          <type>zip</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>air-captive</artifactId>
+          <version>${air.version}</version>
+          <classifier>win</classifier>
+          <type>zip</type>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>mac</id>
+      <activation>
+        <os>
+          <family>Mac</family>
+        </os>
+        <property>
+          <name>distributionTargetFolder</name>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>adl</artifactId>
+          <version>${air.version}</version>
+          <classifier>mac</classifier>
+          <type>exe</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>air</artifactId>
+          <version>${air.version}</version>
+          <classifier>mac</classifier>
+          <type>zip</type>
+        </dependency>
+        <dependency>
+          <groupId>com.adobe.air.runtime</groupId>
+          <artifactId>air-captive</artifactId>
+          <version>${air.version}</version>
+          <classifier>mac</classifier>
+          <type>zip</type>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
+</project>
diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 34f6e32..01083dd 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -1,144 +1,144 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-amf-webapps</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-  

-  <artifactId>SampleAmfWebApp</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>war</packaging>

-

-  <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name>

-

-  <properties>

-    <java.version>1.7</java.version>

-  </properties>

-  

-  <build>

-    <sourceDirectory>src/main/java</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-compiler-plugin</artifactId>

-        <version>3.5.1</version>

-        <configuration>

-          <source>${java.version}</source>

-          <target>${java.version}</target>

-        </configuration>

-      </plugin>

-        

-      <!-- Make Spring-Boot build an executable war -->

-      <plugin>

-        <groupId>org.springframework.boot</groupId>

-        <artifactId>spring-boot-maven-plugin</artifactId>

-        <version>1.3.3.RELEASE</version>

-        <executions>

-          <execution>

-            <goals>

-              <goal>repackage</goal>

-            </goals>

-          </execution>

-        </executions>

-        <configuration>

-          <classifier>exec</classifier>

-        </configuration>

-      </plugin>

-      <!--

-          We are building a servlet 3.0 application we don't

-          need a web.xml, so we have to disable a check on the

-          plugin.

-      -->

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-war-plugin</artifactId>

-        <configuration>

-          <failOnMissingWebXml>false</failOnMissingWebXml>

-          <overlays>

-            <overlay>

-              <groupId>org.apache.royale.examples</groupId>

-              <!-- <artifactId>RemoteObjectAMFTest</artifactId> -->

-              <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>

-              <targetPath>public</targetPath>

-            </overlay>

-          </overlays>

-        </configuration>

-      </plugin>

-

-      <!-- Test create javadocs -->

-      <!-- <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-javadoc-plugin</artifactId>

-          <version>2.9</version>

-          <configuration>

-              <noqualifier>all</noqualifier>

-              <reportOutputDirectory>${basedir}/javadoc</reportOutputDirectory>

-              <destDir>javadoc</destDir>

-          </configuration>

-          <executions>

-            <execution>

-                <id>attach-javadocs</id>

-                <phase>install</phase>

-                <goals>

-                  <goal>javadoc</goal>

-                </goals>

-              </execution>

-          </executions>

-      </plugin>  -->

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.springframework</groupId>

-      <artifactId>spring-context</artifactId>

-      <version>4.3.2.RELEASE</version>

-    </dependency>

-

-    <!--

-        This will pull in and configure the servlet engine as

-        well as the BlazeDS server.

-    -->

-    <dependency>

-      <groupId>org.apache.flex.blazeds</groupId>

-      <artifactId>blazeds-spring-boot-starter</artifactId>

-      <version>4.7.3</version>

-    </dependency>

-

-    <!-- <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>RemoteObjectAMFTest</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency> -->

-    

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </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.examples</groupId>
+    <artifactId>examples-amf-webapps</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>SampleAmfWebApp</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>war</packaging>
+
+  <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name>
+
+  <properties>
+    <java.version>1.7</java.version>
+  </properties>
+  
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.5.1</version>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+      </plugin>
+        
+      <!-- Make Spring-Boot build an executable war -->
+      <plugin>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-maven-plugin</artifactId>
+        <version>1.3.3.RELEASE</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>repackage</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <classifier>exec</classifier>
+        </configuration>
+      </plugin>
+      <!--
+          We are building a servlet 3.0 application we don't
+          need a web.xml, so we have to disable a check on the
+          plugin.
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <configuration>
+          <failOnMissingWebXml>false</failOnMissingWebXml>
+          <overlays>
+            <overlay>
+              <groupId>org.apache.royale.examples</groupId>
+              <!-- <artifactId>RemoteObjectAMFTest</artifactId> -->
+              <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>
+              <targetPath>public</targetPath>
+            </overlay>
+          </overlays>
+        </configuration>
+      </plugin>
+
+      <!-- Test create javadocs -->
+      <!-- <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9</version>
+          <configuration>
+              <noqualifier>all</noqualifier>
+              <reportOutputDirectory>${basedir}/javadoc</reportOutputDirectory>
+              <destDir>javadoc</destDir>
+          </configuration>
+          <executions>
+            <execution>
+                <id>attach-javadocs</id>
+                <phase>install</phase>
+                <goals>
+                  <goal>javadoc</goal>
+                </goals>
+              </execution>
+          </executions>
+      </plugin>  -->
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>4.3.2.RELEASE</version>
+    </dependency>
+
+    <!--
+        This will pull in and configure the servlet engine as
+        well as the BlazeDS server.
+    -->
+    <dependency>
+      <groupId>org.apache.flex.blazeds</groupId>
+      <artifactId>blazeds-spring-boot-starter</artifactId>
+      <version>4.7.3</version>
+    </dependency>
+
+    <!-- <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RemoteObjectAMFTest</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency> -->
+    
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RemoteObjectAMFTest-MXRoyale</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+
+  </dependencies>
+
+</project>
diff --git a/examples/amf/pom.xml b/examples/amf/pom.xml
index bbdc400..1fa6da2 100644
--- a/examples/amf/pom.xml
+++ b/examples/amf/pom.xml
@@ -1,84 +1,84 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-amf-webapps</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: AMF Web Apps</name>

-

-  <properties combine.self="override">

-    

-  </properties>

-

-  <modules>

-    <module>SampleAmfWebApp</module>

-  </modules>

-

-  <build>

-    <sourceDirectory>src/main/java</sourceDirectory>

-    <resources combine.self="override">

-

-    </resources>

-    <pluginManagement>

-      <plugins>

-        <plugin>

-          <inherited>false</inherited>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-resources-plugin</artifactId>

-          <version>3.1.0</version>

-          <configuration combine.self="override">

-            

-          </configuration>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-    <plugins>

-      <!-- Makes it possible to run the example directly by running 'mvn tomcat7:run' -->

-      <plugin>

-        <inherited>false</inherited>

-        <groupId>org.apache.tomcat.maven</groupId>

-        <artifactId>tomcat7-maven-plugin</artifactId>

-        <version>2.2</version>

-        <configuration combine.self="override">

-          

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-    

-  <profiles>

-    <profile>

-      <id>release</id>

-

-      <properties combine.self="override">

-        

-      </properties>

-    </profile>

-  </profiles>

+<?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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-amf-webapps</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: AMF Web Apps</name>
+
+  <properties combine.self="override">
+    
+  </properties>
+
+  <modules>
+    <module>SampleAmfWebApp</module>
+  </modules>
+
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <resources combine.self="override">
+
+    </resources>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <inherited>false</inherited>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+          <configuration combine.self="override">
+            
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <!-- Makes it possible to run the example directly by running 'mvn tomcat7:run' -->
+      <plugin>
+        <inherited>false</inherited>
+        <groupId>org.apache.tomcat.maven</groupId>
+        <artifactId>tomcat7-maven-plugin</artifactId>
+        <version>2.2</version>
+        <configuration combine.self="override">
+          
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+    
+  <profiles>
+    <profile>
+      <id>release</id>
+
+      <properties combine.self="override">
+        
+      </properties>
+    </profile>
+  </profiles>
 </project>
\ No newline at end of file
diff --git a/examples/blog/BE0001_Hello_World/pom.xml b/examples/blog/BE0001_Hello_World/pom.xml
index 60f1afc..8f4be1b 100644
--- a/examples/blog/BE0001_Hello_World/pom.xml
+++ b/examples/blog/BE0001_Hello_World/pom.xml
@@ -1,82 +1,82 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0001_Hello_World</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0001: Hello World</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0001_Hello_World.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0001_Hello_World</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0001: Hello World</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0001_Hello_World.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0002_Using_Jewel_Alert_Control/pom.xml b/examples/blog/BE0002_Using_Jewel_Alert_Control/pom.xml
index c74a511..ae13599 100644
--- a/examples/blog/BE0002_Using_Jewel_Alert_Control/pom.xml
+++ b/examples/blog/BE0002_Using_Jewel_Alert_Control/pom.xml
@@ -1,99 +1,99 @@
-<?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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0002_Using_Jewel_Alert_Control</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0002: Using Jewel Alert Control</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0002_Using_Jewel_Alert_Control.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0002_Using_Jewel_Alert_Control</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0002: Using Jewel Alert Control</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0002_Using_Jewel_Alert_Control.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0003_Using_Jewel_Slider_Control/pom.xml b/examples/blog/BE0003_Using_Jewel_Slider_Control/pom.xml
index 73b9b01..b479d8b 100644
--- a/examples/blog/BE0003_Using_Jewel_Slider_Control/pom.xml
+++ b/examples/blog/BE0003_Using_Jewel_Slider_Control/pom.xml
@@ -1,99 +1,99 @@
-<?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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0003_Using_Jewel_Slider_Control</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0003: Using Jewel Slider Control</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0003_Using_Jewel_Slider_Control.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0003_Using_Jewel_Slider_Control</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0003: Using Jewel Slider Control</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0003_Using_Jewel_Slider_Control.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/pom.xml b/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/pom.xml
index 73e6f2e..915a60e 100644
--- a/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/pom.xml
+++ b/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List/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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0004_Adding_an_item_to_a_Jewel_List</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0004: Adding an item to a Jewel List</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0004_Adding_an_item_to_a_Jewel_List.mxml</mainClass>

-          <targets>SWF,JSRoyale</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Amethyst-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0004_Adding_an_item_to_a_Jewel_List</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0004: Adding an item to a Jewel List</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0004_Adding_an_item_to_a_Jewel_List.mxml</mainClass>
+          <targets>SWF,JSRoyale</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Amethyst-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/pom.xml b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/pom.xml
index 4139d23..f471b40 100644
--- a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/pom.xml
+++ b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0005_Creating_a_group_of_Jewel_RadioButtons</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0005: Creating a group of Jewel RadioButtons</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0005_Creating_a_group_of_Jewel_RadioButtons</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0005: Creating a group of Jewel RadioButtons</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/pom.xml b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/pom.xml
index 8b19d35..0b9ab3a 100644
--- a/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/pom.xml
+++ b/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/pom.xml
@@ -1,84 +1,84 @@
-<?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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0006: Binding the text property of a Jewel Textinput to update a text label</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0006: Binding the text property of a Jewel Textinput to update a text label</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/pom.xml b/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/pom.xml
index 172173d..6542e37 100644
--- a/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/pom.xml
+++ b/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0007: Selecting options from a group of jewel checkbox controls</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0007: Selecting options from a group of jewel checkbox controls</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/pom.xml b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/pom.xml
index a916597..d666ae9 100644
--- a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/pom.xml
+++ b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0008_Using_View_States_to_show_or_hide_content</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0008: Using View States to show or hide content</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0008_Using_View_States_to_show_or_hide_content.mxml</mainClass>

-          <targets>SWF, JSRoyale</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0008_Using_View_States_to_show_or_hide_content</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0008: Using View States to show or hide content</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0008_Using_View_States_to_show_or_hide_content.mxml</mainClass>
+          <targets>SWF, JSRoyale</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/pom.xml b/examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/pom.xml
index 6c02263..781a1fc 100644
--- a/examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/pom.xml
+++ b/examples/blog/BE0009_Using_an_Item_ Renderer_with_a_List/pom.xml
@@ -1,112 +1,112 @@
-<?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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0009_Using_an_Item_Renderer_with_a_List</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0009: Using an Item Renderer with a List</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0009_Using_an_Item_Renderer_with_a_List.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Icons</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Icons</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Green-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0009_Using_an_Item_Renderer_with_a_List</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0009: Using an Item Renderer with a List</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0009_Using_an_Item_Renderer_with_a_List.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Icons</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Icons</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Green-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0010_Customization_through_the_Royale_API/pom.xml b/examples/blog/BE0010_Customization_through_the_Royale_API/pom.xml
index c55eaa8..b18c7cc 100644
--- a/examples/blog/BE0010_Customization_through_the_Royale_API/pom.xml
+++ b/examples/blog/BE0010_Customization_through_the_Royale_API/pom.xml
@@ -1,84 +1,84 @@
-<?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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0010_Customization_through_the_Royale_API</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0010: Customization through the Royale API</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0010_Customization_through_the_Royale_API.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Red-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0010_Customization_through_the_Royale_API</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0010: Customization through the Royale API</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0010_Customization_through_the_Royale_API.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Red-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/BE0011_Loading_external_data_through_HTTPService/pom.xml b/examples/blog/BE0011_Loading_external_data_through_HTTPService/pom.xml
index 5e21be0..94f276e 100644
--- a/examples/blog/BE0011_Loading_external_data_through_HTTPService/pom.xml
+++ b/examples/blog/BE0011_Loading_external_data_through_HTTPService/pom.xml
@@ -1,99 +1,99 @@
-<?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.examples</groupId>

-    <artifactId>examples-blog</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BE0011_Loading_external_data_through_HTTPService</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Blog: 0011: Loading external data through HTTPService</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>BE0011_Loading_external_data_through_HTTPService.mxml</mainClass>

-          <targets>SWF, JSRoyale</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-          <additionalCompilerOptions>-source-map=true;-js-dynamic-access-unknown-members=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Turquoise-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-blog</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BE0011_Loading_external_data_through_HTTPService</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Blog: 0011: Loading external data through HTTPService</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>BE0011_Loading_external_data_through_HTTPService.mxml</mainClass>
+          <targets>SWF, JSRoyale</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+          <additionalCompilerOptions>-source-map=true;-js-dynamic-access-unknown-members=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Turquoise-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/blog/pom.xml b/examples/blog/pom.xml
index 9095d2c..fbe909b 100644
--- a/examples/blog/pom.xml
+++ b/examples/blog/pom.xml
@@ -1,176 +1,176 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-blog</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: Blog</name>

-

-  <modules>

-    <module>BE0001_Hello_World</module>

-    <module>BE0002_Using_Jewel_Alert_Control</module>

-    <module>BE0003_Using_Jewel_Slider_Control</module>

-    <module>BE0004_Adding_an_item_to_a_Jewel_List</module>

-    <module>BE0005_Creating_a_group_of_Jewel_RadioButtons</module>

-    <module>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label</module>

-    <module>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls</module>

-    <module>BE0008_Using_View_States_to_show_or_hide_content</module>

-    <module>BE0009_Using_an_Item_ Renderer_with_a_List</module>

-    <module>BE0010_Customization_through_the_Royale_API</module>

-    <module>BE0011_Loading_external_data_through_HTTPService</module>

-  </modules>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-surefire-plugin</artifactId>

-        <version>2.19.1</version>

-        <executions>

-          <execution>

-            <id>tests-default</id>

-            <phase>integration-test</phase>

-            <goals>

-              <goal>test</goal>

-            </goals>

-            <configuration>

-              <!-- Run the tests from the 'examples-tests' artifact -->

-              <dependenciesToScan>

-                <dependency>org.apache.royale.examples:examples-tests</dependency>

-              </dependenciesToScan>

-              <systemPropertyVariables>

-                <artifactId>${project.artifactId}</artifactId>

-                <version>${project.version}</version>

-                <type>${project.packaging}</type>

-                <targets>${project.build.plugins.plugin.configuration.targets}</targets>

-                <buildDirectory>${project.build.directory}</buildDirectory>

-              </systemPropertyVariables>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <!-- Import the shared unit-tests we want to run on all examples -->

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>examples-tests</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <scope>test</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-blog</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: Blog</name>
+
+  <modules>
+    <module>BE0001_Hello_World</module>
+    <module>BE0002_Using_Jewel_Alert_Control</module>
+    <module>BE0003_Using_Jewel_Slider_Control</module>
+    <module>BE0004_Adding_an_item_to_a_Jewel_List</module>
+    <module>BE0005_Creating_a_group_of_Jewel_RadioButtons</module>
+    <module>BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label</module>
+    <module>BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls</module>
+    <module>BE0008_Using_View_States_to_show_or_hide_content</module>
+    <module>BE0009_Using_an_Item_ Renderer_with_a_List</module>
+    <module>BE0010_Customization_through_the_Royale_API</module>
+    <module>BE0011_Loading_external_data_through_HTTPService</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19.1</version>
+        <executions>
+          <execution>
+            <id>tests-default</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <!-- Run the tests from the 'examples-tests' artifact -->
+              <dependenciesToScan>
+                <dependency>org.apache.royale.examples:examples-tests</dependency>
+              </dependenciesToScan>
+              <systemPropertyVariables>
+                <artifactId>${project.artifactId}</artifactId>
+                <version>${project.version}</version>
+                <type>${project.packaging}</type>
+                <targets>${project.build.plugins.plugin.configuration.targets}</targets>
+                <buildDirectory>${project.build.directory}</buildDirectory>
+              </systemPropertyVariables>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <!-- Import the shared unit-tests we want to run on all examples -->
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>examples-tests</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/examples-integrationtests/pom.xml b/examples/examples-integrationtests/pom.xml
index 1e65d9c..ad6dbd9 100644
--- a/examples/examples-integrationtests/pom.xml
+++ b/examples/examples-integrationtests/pom.xml
@@ -1,399 +1,399 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-integrationtests</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>jar</packaging>

-

-  <name>Apache Royale: Examples: Integrationtests</name>

-

-  <properties>

-    <tomcat.version>8.5.13</tomcat.version>

-  </properties>

-

-  <profiles>

-    <profile>

-      <id>integrationtests</id>

-      <activation>

-        <property>

-          <name>webdriver.gecko.driver</name>

-        </property>

-      </activation>

-      <build>

-        <plugins>

-          <plugin>

-            <groupId>org.apache.maven.plugins</groupId>

-            <artifactId>maven-failsafe-plugin</artifactId>

-            <version>2.19.1</version>

-            <executions>

-              <execution>

-                <goals>

-                  <goal>integration-test</goal>

-                  <goal>verify</goal>

-                </goals>

-              </execution>

-            </executions>

-            <configuration>

-              <excludes>

-                <exclude>**/Abstract*.java</exclude>

-              </excludes>

-            </configuration>

-          </plugin>

-

-          <plugin>

-            <groupId>org.codehaus.cargo</groupId>

-            <artifactId>cargo-maven2-plugin</artifactId>

-            <version>1.6.2</version>

-            <extensions>true</extensions>

-            <executions>

-              <execution>

-                <id>start</id>

-                <phase>pre-integration-test</phase>

-                <goals>

-                  <goal>start</goal>

-                </goals>

-              </execution>

-              <execution>

-                <id>stop</id>

-                <phase>post-integration-test</phase>

-                <goals>

-                  <goal>stop</goal>

-                </goals>

-              </execution>

-            </executions>

-            <configuration>

-              <container>

-                <containerId>tomcat8x</containerId>

-                <log>${project.build.directory}/tomcat8x/container.log</log>

-                <zipUrlInstaller>

-                  <url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>

-                  <extractDir>${java.io.tmpdir}/cargo/installs</extractDir>

-                </zipUrlInstaller>

-                <!-- 3 Minutes -->

-                <timeout>180000</timeout>

-              </container>

-              <configuration>

-                <type>standalone</type>

-                <home>${project.build.directory}/tomcat8x/container</home>

-                <properties>

-                  <cargo.servlet.port>8082</cargo.servlet.port>

-                  <cargo.servlet.users>admin::manager</cargo.servlet.users>

-                </properties>

-              </configuration>

-              <deployables>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>ASDoc</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>ChartExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>CreateJSExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>DataBindingExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>DataBindingExample_as</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>DataBindingExample_Flat</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>DataGridExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>DateControlsExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>DesktopMap</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>RoyaleStore</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>RoyaleStore_jquery</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>RoyaleTeamPage_MDL</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>RoyaleWebsiteStatsViewer</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>HelloWorld</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>ListExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>MapSearch</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>MobileMap</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>MobileStocks</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>MobileTrader</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>StorageExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>StyleExample</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>TeamPage</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>TodoListSampleApp</artifactId>

-                  <type>war</type>

-                </deployable>

-                <deployable>

-                  <groupId>org.apache.royale.examples</groupId>

-                  <artifactId>TreeExample</artifactId>

-                  <type>war</type>

-                </deployable>

-              </deployables>

-            </configuration>

-          </plugin>

-        </plugins>

-      </build>

-    </profile>

-  </profiles>

-

-  <dependencies>

-    <!-- Applications we want to deploy -->

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>ASDoc</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>ChartExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>CreateJSExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>DataBindingExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>DataBindingExample_as</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>DataBindingExample_Flat</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>DataGridExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>DateControlsExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>DesktopMap</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>RoyaleStore</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>RoyaleStore_jquery</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>RoyaleTeamPage_MDL</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>RoyaleWebsiteStatsViewer</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>HelloWorld</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>ListExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>MapSearch</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>MobileMap</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>MobileStocks</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>MobileTrader</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>StorageExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>StyleExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>TeamPage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>TodoListSampleApp</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>TreeExample</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-    </dependency>

-

-    <!-- Stuff needed by the tests -->

-    <dependency>

-      <groupId>org.seleniumhq.selenium</groupId>

-      <artifactId>selenium-firefox-driver</artifactId>

-      <version>${selenium.version}</version>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>${junit.version}</version>

-      <scope>test</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-integrationtests</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <name>Apache Royale: Examples: Integrationtests</name>
+
+  <properties>
+    <tomcat.version>8.5.13</tomcat.version>
+  </properties>
+
+  <profiles>
+    <profile>
+      <id>integrationtests</id>
+      <activation>
+        <property>
+          <name>webdriver.gecko.driver</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <version>2.19.1</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>integration-test</goal>
+                  <goal>verify</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <excludes>
+                <exclude>**/Abstract*.java</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+
+          <plugin>
+            <groupId>org.codehaus.cargo</groupId>
+            <artifactId>cargo-maven2-plugin</artifactId>
+            <version>1.6.2</version>
+            <extensions>true</extensions>
+            <executions>
+              <execution>
+                <id>start</id>
+                <phase>pre-integration-test</phase>
+                <goals>
+                  <goal>start</goal>
+                </goals>
+              </execution>
+              <execution>
+                <id>stop</id>
+                <phase>post-integration-test</phase>
+                <goals>
+                  <goal>stop</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <container>
+                <containerId>tomcat8x</containerId>
+                <log>${project.build.directory}/tomcat8x/container.log</log>
+                <zipUrlInstaller>
+                  <url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
+                  <extractDir>${java.io.tmpdir}/cargo/installs</extractDir>
+                </zipUrlInstaller>
+                <!-- 3 Minutes -->
+                <timeout>180000</timeout>
+              </container>
+              <configuration>
+                <type>standalone</type>
+                <home>${project.build.directory}/tomcat8x/container</home>
+                <properties>
+                  <cargo.servlet.port>8082</cargo.servlet.port>
+                  <cargo.servlet.users>admin::manager</cargo.servlet.users>
+                </properties>
+              </configuration>
+              <deployables>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>ASDoc</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>ChartExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>CreateJSExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>DataBindingExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>DataBindingExample_as</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>DataBindingExample_Flat</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>DataGridExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>DateControlsExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>DesktopMap</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>RoyaleStore</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>RoyaleStore_jquery</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>RoyaleTeamPage_MDL</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>RoyaleWebsiteStatsViewer</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>HelloWorld</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>ListExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>MapSearch</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>MobileMap</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>MobileStocks</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>MobileTrader</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>StorageExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>StyleExample</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>TeamPage</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>TodoListSampleApp</artifactId>
+                  <type>war</type>
+                </deployable>
+                <deployable>
+                  <groupId>org.apache.royale.examples</groupId>
+                  <artifactId>TreeExample</artifactId>
+                  <type>war</type>
+                </deployable>
+              </deployables>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+  <dependencies>
+    <!-- Applications we want to deploy -->
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>ASDoc</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>ChartExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>CreateJSExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>DataBindingExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>DataBindingExample_as</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>DataBindingExample_Flat</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>DataGridExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>DateControlsExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>DesktopMap</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RoyaleStore</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RoyaleStore_jquery</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RoyaleTeamPage_MDL</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>RoyaleWebsiteStatsViewer</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>HelloWorld</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>ListExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>MapSearch</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>MobileMap</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>MobileStocks</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>MobileTrader</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>StorageExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>StyleExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>TeamPage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>TodoListSampleApp</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>TreeExample</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+    </dependency>
+
+    <!-- Stuff needed by the tests -->
+    <dependency>
+      <groupId>org.seleniumhq.selenium</groupId>
+      <artifactId>selenium-firefox-driver</artifactId>
+      <version>${selenium.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/examples-tests/pom.xml b/examples/examples-tests/pom.xml
index 33f7d17..24f8cec 100644
--- a/examples/examples-tests/pom.xml
+++ b/examples/examples-tests/pom.xml
@@ -1,46 +1,46 @@
-<?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.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-tests</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-

-  <name>Apache Royale: Examples: Example-Tests</name>

-

-  <build>

-    <sourceDirectory>src/main/java</sourceDirectory>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>${junit.version}</version>

-    </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.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-tests</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+
+  <name>Apache Royale: Examples: Example-Tests</name>
+
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/express/DataBindingExample/pom.xml b/examples/express/DataBindingExample/pom.xml
index 29e7b6d..c85804b 100644
--- a/examples/express/DataBindingExample/pom.xml
+++ b/examples/express/DataBindingExample/pom.xml
@@ -1,74 +1,74 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-express</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataBindingExample-Express</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Express: DataBindingExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataBindingExample.mxml</mainClass>

-		  <targets>SWF,JSRoyale</targets>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Network</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-express</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataBindingExample-Express</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Express: DataBindingExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataBindingExample.mxml</mainClass>
+		  <targets>SWF,JSRoyale</targets>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Network</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/express/DataGridExample/pom.xml b/examples/express/DataGridExample/pom.xml
index 7146231..143c11d 100644
--- a/examples/express/DataGridExample/pom.xml
+++ b/examples/express/DataGridExample/pom.xml
@@ -1,62 +1,62 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-express</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataGridExample-Express</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Express: DataGridExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataGridExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-express</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataGridExample-Express</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Express: DataGridExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataGridExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/express/GitHubCommitLogViewer/pom.xml b/examples/express/GitHubCommitLogViewer/pom.xml
index b48c134..9eec3f2 100644
--- a/examples/express/GitHubCommitLogViewer/pom.xml
+++ b/examples/express/GitHubCommitLogViewer/pom.xml
@@ -1,73 +1,73 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-express</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>GitHubCommitLogViewer</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Express: GitHubCommitLogViewer</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>GitHubCommitLogViewer.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-express</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>GitHubCommitLogViewer</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Express: GitHubCommitLogViewer</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>GitHubCommitLogViewer.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/express/pom.xml b/examples/express/pom.xml
index 25e1775..11185e6 100644
--- a/examples/express/pom.xml
+++ b/examples/express/pom.xml
@@ -1,125 +1,125 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-express</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: Express</name>

-

-  <modules>

-    <module>DataBindingExample</module>

-    <module>DataGridExample</module>

-    <module>GitHubCommitLogViewer</module>

-  </modules>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-surefire-plugin</artifactId>

-        <version>2.19.1</version>

-        <executions>

-          <execution>

-            <id>tests-default</id>

-            <phase>integration-test</phase>

-            <goals>

-              <goal>test</goal>

-            </goals>

-            <configuration>

-              <!-- Run the tests from the 'examples-tests' artifact -->

-              <dependenciesToScan>

-                <dependency>org.apache.royale.examples:examples-tests</dependency>

-              </dependenciesToScan>

-              <systemPropertyVariables>

-                <artifactId>${project.artifactId}</artifactId>

-                <version>${project.version}</version>

-                <type>${project.packaging}</type>

-                <buildDirectory>${project.build.directory}</buildDirectory>

-              </systemPropertyVariables>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-  <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Express</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Express</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <!-- Import the shared unit-tests we want to run on all examples -->

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>examples-tests</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <scope>test</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-express</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: Express</name>
+
+  <modules>
+    <module>DataBindingExample</module>
+    <module>DataGridExample</module>
+    <module>GitHubCommitLogViewer</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19.1</version>
+        <executions>
+          <execution>
+            <id>tests-default</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <!-- Run the tests from the 'examples-tests' artifact -->
+              <dependenciesToScan>
+                <dependency>org.apache.royale.examples:examples-tests</dependency>
+              </dependenciesToScan>
+              <systemPropertyVariables>
+                <artifactId>${project.artifactId}</artifactId>
+                <version>${project.version}</version>
+                <type>${project.packaging}</type>
+                <buildDirectory>${project.build.directory}</buildDirectory>
+              </systemPropertyVariables>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+  <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Express</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Express</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <!-- Import the shared unit-tests we want to run on all examples -->
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>examples-tests</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/mxroyale/ControlsExample/pom.xml b/examples/mxroyale/ControlsExample/pom.xml
index 8d64e16..f2f9e23 100644
--- a/examples/mxroyale/ControlsExample/pom.xml
+++ b/examples/mxroyale/ControlsExample/pom.xml
@@ -1,67 +1,67 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-mxroyale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>ControlsExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: MXRoyale: ControlsExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>ControlsExample.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-mxroyale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ControlsExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: MXRoyale: ControlsExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>ControlsExample.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/mxroyale/HelloWorld/pom.xml b/examples/mxroyale/HelloWorld/pom.xml
index 4a72e2c..08a5582 100644
--- a/examples/mxroyale/HelloWorld/pom.xml
+++ b/examples/mxroyale/HelloWorld/pom.xml
@@ -1,67 +1,67 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-mxroyale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>HelloWorld-MXRoyale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: MXRoyale: HelloWorld</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>HelloWorld.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-mxroyale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HelloWorld-MXRoyale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: MXRoyale: HelloWorld</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>HelloWorld.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/mxroyale/SparkHelloWorld/pom.xml b/examples/mxroyale/SparkHelloWorld/pom.xml
index a560a4d..b926489 100644
--- a/examples/mxroyale/SparkHelloWorld/pom.xml
+++ b/examples/mxroyale/SparkHelloWorld/pom.xml
@@ -1,67 +1,67 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-mxroyale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>HelloWorld-SparkRoyale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: SparkRoyale: HelloWorld</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>HelloWorld.mxml</mainClass>

-          <targets>JSRoyale,SWF</targets>

-          <debug>false</debug>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-mxroyale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HelloWorld-SparkRoyale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: SparkRoyale: HelloWorld</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>HelloWorld.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/mxroyale/pom.xml b/examples/mxroyale/pom.xml
index 8f8cf61..8147612 100644
--- a/examples/mxroyale/pom.xml
+++ b/examples/mxroyale/pom.xml
@@ -1,197 +1,197 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-mxroyale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: MXRoyale</name>

-

-  <modules>

-    <module>ControlsExample</module>

-    <module>HelloWorld</module>

-    <module>SparkHelloWorld</module>

-    <module>RemoteObjectAMFTest</module>

-  </modules>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-surefire-plugin</artifactId>

-        <version>2.19.1</version>

-        <executions>

-          <execution>

-            <id>tests-default</id>

-            <phase>integration-test</phase>

-            <goals>

-              <goal>test</goal>

-            </goals>

-            <configuration>

-              <!-- Run the tests from the 'examples-tests' artifact -->

-              <dependenciesToScan>

-                <dependency>org.apache.royale.examples:examples-tests</dependency>

-              </dependenciesToScan>

-              <systemPropertyVariables>

-                <artifactId>${project.artifactId}</artifactId>

-                <version>${project.version}</version>

-                <type>${project.packaging}</type>

-                <targets>${project.build.plugins.plugin.configuration.targets}</targets>

-                <buildDirectory>${project.build.directory}</buildDirectory>

-              </systemPropertyVariables>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>MXRoyale</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>MXRoyale</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>SparkRoyale</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>SparkRoyale</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-

-    <!-- Import the shared unit-tests we want to run on all examples -->

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>examples-tests</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <scope>test</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-mxroyale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: MXRoyale</name>
+
+  <modules>
+    <module>ControlsExample</module>
+    <module>HelloWorld</module>
+    <module>SparkHelloWorld</module>
+    <module>RemoteObjectAMFTest</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19.1</version>
+        <executions>
+          <execution>
+            <id>tests-default</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <!-- Run the tests from the 'examples-tests' artifact -->
+              <dependenciesToScan>
+                <dependency>org.apache.royale.examples:examples-tests</dependency>
+              </dependenciesToScan>
+              <systemPropertyVariables>
+                <artifactId>${project.artifactId}</artifactId>
+                <version>${project.version}</version>
+                <type>${project.packaging}</type>
+                <targets>${project.build.plugins.plugin.configuration.targets}</targets>
+                <buildDirectory>${project.build.directory}</buildDirectory>
+              </systemPropertyVariables>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>MXRoyale</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>MXRoyale</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>SparkRoyale</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>SparkRoyale</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+
+    <!-- Import the shared unit-tests we want to run on all examples -->
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>examples-tests</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/native/ButtonExample/pom.xml b/examples/native/ButtonExample/pom.xml
index 1e1f8fd..d6fa6bf 100644
--- a/examples/native/ButtonExample/pom.xml
+++ b/examples/native/ButtonExample/pom.xml
@@ -1,80 +1,80 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-native</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>ButtonExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Native: ButtonExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>ButtonExample.as</mainClass>

-          <targets>JS</targets>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-war-plugin</artifactId>

-      </plugin>

-      <plugin>

-        <groupId>org.codehaus.mojo</groupId>

-        <artifactId>build-helper-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-    <!--

-      By declaring this dependency here, we force the royale-externs-js to be

-      added to the external library path of all modules. Without this it would

-      have gone to the library path.

-    -->

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-native</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ButtonExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Native: ButtonExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>ButtonExample.as</mainClass>
+          <targets>JS</targets>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-gcl</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+    <!--
+      By declaring this dependency here, we force the royale-externs-js to be
+      added to the external library path of all modules. Without this it would
+      have gone to the library path.
+    -->
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-js</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/examples/native/USStatesMap/pom.xml b/examples/native/USStatesMap/pom.xml
index 9c6b4c7..624aed5 100644
--- a/examples/native/USStatesMap/pom.xml
+++ b/examples/native/USStatesMap/pom.xml
@@ -1,77 +1,77 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-native</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>USStatesMap</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Native: USStatesMap</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>USStatesMap.as</mainClass>

-          <targets>JS</targets>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-war-plugin</artifactId>

-      </plugin>

-      <plugin>

-        <groupId>org.codehaus.mojo</groupId>

-        <artifactId>build-helper-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-native</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>USStatesMap</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Native: USStatesMap</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>USStatesMap.as</mainClass>
+          <targets>JS</targets>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-js</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/native/pom.xml b/examples/native/pom.xml
index 31bf933..9b607b4 100644
--- a/examples/native/pom.xml
+++ b/examples/native/pom.xml
@@ -1,56 +1,56 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-native</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: Native</name>

-

-  <modules>

-    <module>ButtonExample</module>

-    <module>USStatesMap</module>

-  </modules>

-  

-  <dependencies>

-      <!--

-       By declaring this dependency here, we force the royale-externs-js to be

-       added to the external library path of all modules. Without this it would

-       have gone to the library path.

-       -->

-      <dependency>

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

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

-          <version>${royale.typedefs.version}</version>

-          <type>swc</type>

-          <classifier>typedefs</classifier>

-          <scope>runtime</scope>

-      </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-native</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: Native</name>
+
+  <modules>
+    <module>ButtonExample</module>
+    <module>USStatesMap</module>
+  </modules>
+  
+  <dependencies>
+      <!--
+       By declaring this dependency here, we force the royale-externs-js to be
+       added to the external library path of all modules. Without this it would
+       have gone to the library path.
+       -->
+      <dependency>
+          <groupId>org.apache.royale.typedefs</groupId>
+          <artifactId>royale-typedefs-js</artifactId>
+          <version>${royale.typedefs.version}</version>
+          <type>swc</type>
+          <classifier>typedefs</classifier>
+          <scope>runtime</scope>
+      </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/node/HelloWorld/pom.xml b/examples/node/HelloWorld/pom.xml
index 4aac9c7..0944b8a 100644
--- a/examples/node/HelloWorld/pom.xml
+++ b/examples/node/HelloWorld/pom.xml
@@ -1,53 +1,53 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-node</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <groupId>org.apache.royale.examples.node</groupId>

-  <artifactId>Node-HelloWorld</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: NodeJS: HelloWorld</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>HelloWorld.as</mainClass>

-          <targets>JSNode</targets>

-        </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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-node</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.royale.examples.node</groupId>
+  <artifactId>Node-HelloWorld</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: NodeJS: HelloWorld</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>HelloWorld.as</mainClass>
+          <targets>JSNode</targets>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+  </dependencies>
+
+</project>
diff --git a/examples/node/pom.xml b/examples/node/pom.xml
index b51dc71..3f054b4 100644
--- a/examples/node/pom.xml
+++ b/examples/node/pom.xml
@@ -1,63 +1,63 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-node</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: NodeJS</name>

-

-  <modules>

-    <module>HelloWorld</module>

-  </modules>

-

-  <dependencies>

-    <!--

-     By declaring this dependency here, we force the royale-externs-js to be

-     added to the external library path of all modules. Without this it would

-     have gone to the library path.

-     -->

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-node</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: NodeJS</name>
+
+  <modules>
+    <module>HelloWorld</module>
+  </modules>
+
+  <dependencies>
+    <!--
+     By declaring this dependency here, we force the royale-externs-js to be
+     added to the external library path of all modules. Without this it would
+     have gone to the library path.
+     -->
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-js</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-node</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/pom.xml b/examples/pom.xml
index 3cdb840..3b1bd3e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,166 +1,166 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <groupId>org.apache.royale.examples</groupId>

-  <artifactId>examples</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples</name>

-

-  <properties>

-    <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>

-    <compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>

-    <!-- In Release mode we only want to copy assets folder content to assets destination folder, the rest is managed by compiler -->

-    <compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>

-    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>

-  </properties>

-

-  <modules>

-    <module>express</module>

-    <module>royale</module>

-    <module>mxroyale</module>

-    <module>blog</module>

-    <module>native</module>

-    <module>node</module>

-    <module>amf</module>

-    <module>examples-tests</module>

-    <module>examples-integrationtests</module>

-  </modules>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <pluginManagement>

-      <plugins>

-        <!-- Copy the resources to the compiler output directory -->

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-resources-plugin</artifactId>

-          <version>3.1.0</version>

-          <executions>

-            <execution>

-              <id>copy-resources-debug</id>

-              <phase>validate</phase>

-              <goals>

-                <goal>copy-resources</goal>

-              </goals>

-              <configuration>

-                <outputDirectory>${compiler.output-dir-debug}</outputDirectory>

-                <resources>

-                  <resource>

-                    <directory>src/main/resources</directory>

-                    <filtering>true</filtering>

-                  </resource>

-                </resources>

-              </configuration>

-            </execution>

-            <execution>

-              <id>copy-resources-release</id>

-              <phase>validate</phase>

-              <goals>

-                <goal>copy-resources</goal>

-              </goals>

-              <configuration>

-                <!-- Copy the assets to the assets output directory -->

-                <outputDirectory>${compiler.output-dir-release}/assets</outputDirectory>

-                <resources>

-                  <resource>

-                    <directory>src/main/resources/assets</directory>

-                    <filtering>true</filtering>

-                  </resource>

-                </resources>

-              </configuration>

-            </execution>

-          </executions>

-        </plugin>

-        <plugin>

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

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

-          <version>${royale.compiler.version}</version>

-          <extensions>true</extensions>

-        </plugin>

-        <plugin>

-          <groupId>org.jboss.errai</groupId>

-          <artifactId>cordova-maven-plugin</artifactId>

-          <version>4.0.0.Beta2</version>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-    <plugins>

-      <!-- Makes it possible to run the example directly by running 'mvn tomcat7:run' -->

-      <plugin>

-        <groupId>org.apache.tomcat.maven</groupId>

-        <artifactId>tomcat7-maven-plugin</artifactId>

-        <version>2.2</version>

-        <configuration>

-          <ignorePackaging>true</ignorePackaging>

-          <port>8081</port>

-          <warSourceDirectory>${project.build.directory}/${project.artifactId}-${project.version}</warSourceDirectory>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <!--

-        When doing a release build tell the war plugin to package a different directory.

-  -->

-  <profiles>

-    <profile>

-      <id>release</id>

-

-      <properties>

-        <compiler.output-dir>${basedir}/target/javascript/bin/js-release</compiler.output-dir>

-      </properties>

-    </profile>

-

-    <profile>

-      <id>with-cordova</id>

-      <build>

-        <pluginManagement>

-          <plugins>

-            <plugin>

-              <groupId>org.jboss.errai</groupId>

-              <artifactId>cordova-maven-plugin</artifactId>

-              <version>4.0.0.Beta2</version>

-              <executions>

-                <execution>

-                  <id>build</id>

-                  <phase>package</phase>

-                  <goals>

-                    <goal>build-project</goal>

-                  </goals>

-                </execution>

-              </executions>

-            </plugin>

-          </plugins>

-        </pluginManagement>

-      </build>

-    </profile>

-  </profiles>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.royale.examples</groupId>
+  <artifactId>examples</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples</name>
+
+  <properties>
+    <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
+    <compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
+    <!-- In Release mode we only want to copy assets folder content to assets destination folder, the rest is managed by compiler -->
+    <compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
+  </properties>
+
+  <modules>
+    <module>express</module>
+    <module>royale</module>
+    <module>mxroyale</module>
+    <module>blog</module>
+    <module>native</module>
+    <module>node</module>
+    <module>amf</module>
+    <module>examples-tests</module>
+    <module>examples-integrationtests</module>
+  </modules>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <pluginManagement>
+      <plugins>
+        <!-- Copy the resources to the compiler output directory -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+          <executions>
+            <execution>
+              <id>copy-resources-debug</id>
+              <phase>validate</phase>
+              <goals>
+                <goal>copy-resources</goal>
+              </goals>
+              <configuration>
+                <outputDirectory>${compiler.output-dir-debug}</outputDirectory>
+                <resources>
+                  <resource>
+                    <directory>src/main/resources</directory>
+                    <filtering>true</filtering>
+                  </resource>
+                </resources>
+              </configuration>
+            </execution>
+            <execution>
+              <id>copy-resources-release</id>
+              <phase>validate</phase>
+              <goals>
+                <goal>copy-resources</goal>
+              </goals>
+              <configuration>
+                <!-- Copy the assets to the assets output directory -->
+                <outputDirectory>${compiler.output-dir-release}/assets</outputDirectory>
+                <resources>
+                  <resource>
+                    <directory>src/main/resources/assets</directory>
+                    <filtering>true</filtering>
+                  </resource>
+                </resources>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.royale.compiler</groupId>
+          <artifactId>royale-maven-plugin</artifactId>
+          <version>${royale.compiler.version}</version>
+          <extensions>true</extensions>
+        </plugin>
+        <plugin>
+          <groupId>org.jboss.errai</groupId>
+          <artifactId>cordova-maven-plugin</artifactId>
+          <version>4.0.0.Beta2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <!-- Makes it possible to run the example directly by running 'mvn tomcat7:run' -->
+      <plugin>
+        <groupId>org.apache.tomcat.maven</groupId>
+        <artifactId>tomcat7-maven-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <ignorePackaging>true</ignorePackaging>
+          <port>8081</port>
+          <warSourceDirectory>${project.build.directory}/${project.artifactId}-${project.version}</warSourceDirectory>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!--
+        When doing a release build tell the war plugin to package a different directory.
+  -->
+  <profiles>
+    <profile>
+      <id>release</id>
+
+      <properties>
+        <compiler.output-dir>${basedir}/target/javascript/bin/js-release</compiler.output-dir>
+      </properties>
+    </profile>
+
+    <profile>
+      <id>with-cordova</id>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.jboss.errai</groupId>
+              <artifactId>cordova-maven-plugin</artifactId>
+              <version>4.0.0.Beta2</version>
+              <executions>
+                <execution>
+                  <id>build</id>
+                  <phase>package</phase>
+                  <goals>
+                    <goal>build-project</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/examples/royale/ASDoc/pom.xml b/examples/royale/ASDoc/pom.xml
index 675cdc0..84175e6 100644
--- a/examples/royale/ASDoc/pom.xml
+++ b/examples/royale/ASDoc/pom.xml
@@ -1,96 +1,96 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>ASDoc</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: ASDoc</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>ASDoc.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>    

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>RoyaleSite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>RoyaleSite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>20.0</version>

-      <type>swc</type>

-      <scope>provided</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ASDoc</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: ASDoc</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>ASDoc.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>    
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>RoyaleSite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>RoyaleSite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>20.0</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>
diff --git a/examples/royale/AccordionExample/pom.xml b/examples/royale/AccordionExample/pom.xml
index 63150e7..5258fe4 100644
--- a/examples/royale/AccordionExample/pom.xml
+++ b/examples/royale/AccordionExample/pom.xml
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-      TODO:

-        JavaScript Version:

-          Layout problems in the grid

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>AccordionExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: AccordionExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>AccordionExample.mxml</mainClass>

-          <namespaces>

-            <namespace>

-              <uri>http://ns.adobe.com/mxml/2009</uri>

-              <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+      TODO:
+        JavaScript Version:
+          Layout problems in the grid
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>AccordionExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: AccordionExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>AccordionExample.mxml</mainClass>
+          <namespaces>
+            <namespace>
+              <uri>http://ns.adobe.com/mxml/2009</uri>
+              <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/AlertExample/pom.xml b/examples/royale/AlertExample/pom.xml
index 3d1886a..b74d1b1 100644
--- a/examples/royale/AlertExample/pom.xml
+++ b/examples/royale/AlertExample/pom.xml
@@ -1,88 +1,88 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

- 

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

- 

-  <groupId>org.apache.royale.examples</groupId>

-  <artifactId>AlertExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

- 

-  <name>Apache Royale: Examples: Royale: AlertExample</name>

-  

-  <build>

-	<sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>AlertExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

- 

-  <dependencies>

-   <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-       <classifier>js</classifier>

-    </dependency>

-	<dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-       <classifier>swf</classifier>

-    </dependency>

-	<dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-       <classifier>js</classifier>

-    </dependency>

-	<dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+ 
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+ 
+  <groupId>org.apache.royale.examples</groupId>
+  <artifactId>AlertExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+ 
+  <name>Apache Royale: Examples: Royale: AlertExample</name>
+  
+  <build>
+	<sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>AlertExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+ 
+  <dependencies>
+   <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+       <classifier>js</classifier>
+    </dependency>
+	<dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+       <classifier>swf</classifier>
+    </dependency>
+	<dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+       <classifier>js</classifier>
+    </dependency>
+	<dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+ 
+</project>
diff --git a/examples/royale/ChartExample/pom.xml b/examples/royale/ChartExample/pom.xml
index cac6a12..132e01e 100644
--- a/examples/royale/ChartExample/pom.xml
+++ b/examples/royale/ChartExample/pom.xml
@@ -1,86 +1,86 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-        Flash Version

-          - Selecting & unselecting of chart elements doesn't seem to work

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>ChartExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: ChartExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>ChartExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+        Flash Version
+          - Selecting & unselecting of chart elements doesn't seem to work
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ChartExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: ChartExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>ChartExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/CordovaCameraExample/pom.xml b/examples/royale/CordovaCameraExample/pom.xml
index 17bee4a..482c4a7 100644
--- a/examples/royale/CordovaCameraExample/pom.xml
+++ b/examples/royale/CordovaCameraExample/pom.xml
@@ -1,84 +1,84 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>CordovaCameraExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: CordovaCameraExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>CordovaCameraExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.jboss.errai</groupId>

-        <artifactId>cordova-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>CordovaCameraExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: CordovaCameraExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>CordovaCameraExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jboss.errai</groupId>
+        <artifactId>cordova-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/CreateJSExample/pom.xml b/examples/royale/CreateJSExample/pom.xml
index eff2ac7..1bbda60 100644
--- a/examples/royale/CreateJSExample/pom.xml
+++ b/examples/royale/CreateJSExample/pom.xml
@@ -1,95 +1,95 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-        Flash version:

-          Blue ball doesn't move

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>CreateJSExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: CreateJSExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>CreateJSExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>CreateJS</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>CreateJS</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+        Flash version:
+          Blue ball doesn't move
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>CreateJSExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: CreateJSExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>CreateJSExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>CreateJS</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>CreateJS</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-createjs</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DataBindingExample/pom.xml b/examples/royale/DataBindingExample/pom.xml
index 3326039..6124a65 100644
--- a/examples/royale/DataBindingExample/pom.xml
+++ b/examples/royale/DataBindingExample/pom.xml
@@ -1,94 +1,94 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataBindingExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DataBindingExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataBindingExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataBindingExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DataBindingExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataBindingExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DataBindingExampleWithFlexLayout/pom.xml b/examples/royale/DataBindingExampleWithFlexLayout/pom.xml
index e1baaf3..b76252b 100644
--- a/examples/royale/DataBindingExampleWithFlexLayout/pom.xml
+++ b/examples/royale/DataBindingExampleWithFlexLayout/pom.xml
@@ -1,94 +1,94 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataBindingExampleWithFlexLayout</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DataBindingExampleWithLayout</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataBindingExampleWithFlexLayout.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-	  <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataBindingExampleWithFlexLayout</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DataBindingExampleWithLayout</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataBindingExampleWithFlexLayout.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+	  <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DataBindingExample_Flat/pom.xml b/examples/royale/DataBindingExample_Flat/pom.xml
index 3a99b79..21e456c 100644
--- a/examples/royale/DataBindingExample_Flat/pom.xml
+++ b/examples/royale/DataBindingExample_Flat/pom.xml
@@ -1,146 +1,146 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-          Flash version:

-            Missing Resources

-

-            When scrolling in the detail view I get the following error:

-              TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::MouseEvent@6878a7ed8b1 to org.apache.royale.events.MouseEvent.

-

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataBindingExample_Flat</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DataBindingExample_Flat</name>

-

-  <properties>

-    <war.source.directory>${project.build.directory}/javascript/bin/js-debug</war.source.directory>

-  </properties>

-

-  <profiles>

-    <profile>

-      <id>release</id>

-

-      <properties>

-        <war.source.directory>${project.build.directory}/javascript/bin/js-release</war.source.directory>

-      </properties>

-    </profile>

-  </profiles>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataBindingExample.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-dependency-plugin</artifactId>

-        <version>2.10</version>

-        <executions>

-          <execution>

-            <id>unpack-fonts</id>

-            <phase>process-resources</phase>

-            <goals>

-              <goal>unpack</goal>

-            </goals>

-            <configuration>

-              <artifactItems>

-                <artifactItem>

-                  <groupId>org.apache.royale.framework</groupId>

-                  <artifactId>Fonts</artifactId>

-                  <version>${royale.framework.version}</version>

-                  <type>war</type>

-                  <outputDirectory>${war.source.directory}/fonts</outputDirectory>

-                </artifactItem>

-              </artifactItems>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Flat</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Flat</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <!-- This dependency is needed by the war plugin to add the overlay -->

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Fonts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>war</type>

-      <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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+          Flash version:
+            Missing Resources
+
+            When scrolling in the detail view I get the following error:
+              TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::MouseEvent@6878a7ed8b1 to org.apache.royale.events.MouseEvent.
+
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataBindingExample_Flat</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DataBindingExample_Flat</name>
+
+  <properties>
+    <war.source.directory>${project.build.directory}/javascript/bin/js-debug</war.source.directory>
+  </properties>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+
+      <properties>
+        <war.source.directory>${project.build.directory}/javascript/bin/js-release</war.source.directory>
+      </properties>
+    </profile>
+  </profiles>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataBindingExample.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.10</version>
+        <executions>
+          <execution>
+            <id>unpack-fonts</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.apache.royale.framework</groupId>
+                  <artifactId>Fonts</artifactId>
+                  <version>${royale.framework.version}</version>
+                  <type>war</type>
+                  <outputDirectory>${war.source.directory}/fonts</outputDirectory>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Flat</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Flat</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <!-- This dependency is needed by the war plugin to add the overlay -->
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Fonts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>war</type>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DataBindingExample_as/pom.xml b/examples/royale/DataBindingExample_as/pom.xml
index 0353aa8..3b0951a 100644
--- a/examples/royale/DataBindingExample_as/pom.xml
+++ b/examples/royale/DataBindingExample_as/pom.xml
@@ -1,105 +1,105 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataBindingExample_as</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DataBindingExample_as</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataBindingExample.as</mainClass>

-          <removeCirculars>true</removeCirculars>

-          <defines>

-            <define>

-              <name>CONFIG::as_only</name>

-              <value>false</value>

-            </define>

-            <define>

-              <name>CONFIG::js_only</name>

-              <value>false</value>

-            </define>

-          </defines>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataBindingExample_as</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DataBindingExample_as</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataBindingExample.as</mainClass>
+          <removeCirculars>true</removeCirculars>
+          <defines>
+            <define>
+              <name>CONFIG::as_only</name>
+              <value>false</value>
+            </define>
+            <define>
+              <name>CONFIG::js_only</name>
+              <value>false</value>
+            </define>
+          </defines>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DataGridExample/pom.xml b/examples/royale/DataGridExample/pom.xml
index 20f4b81..67d9eba 100644
--- a/examples/royale/DataGridExample/pom.xml
+++ b/examples/royale/DataGridExample/pom.xml
@@ -1,83 +1,83 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DataGridExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DataGridExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DataGridExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DataGridExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DataGridExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DataGridExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DateControlsExample/pom.xml b/examples/royale/DateControlsExample/pom.xml
index 98442fd..f4df585 100644
--- a/examples/royale/DateControlsExample/pom.xml
+++ b/examples/royale/DateControlsExample/pom.xml
@@ -1,83 +1,83 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DateControlsExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DateControlsExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DateControlsExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DateControlsExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DateControlsExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DateControlsExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DebuggingExample/pom.xml b/examples/royale/DebuggingExample/pom.xml
index c93c23d..eb03c23 100644
--- a/examples/royale/DebuggingExample/pom.xml
+++ b/examples/royale/DebuggingExample/pom.xml
@@ -1,95 +1,95 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DebuggingExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DebuggingExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DebuggingExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DebuggingExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DebuggingExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DebuggingExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DesktopMap/pom.xml b/examples/royale/DesktopMap/pom.xml
index 35dc9b2..44fefbb 100644
--- a/examples/royale/DesktopMap/pom.xml
+++ b/examples/royale/DesktopMap/pom.xml
@@ -1,97 +1,97 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-          Flash version:

-            Needs AIR

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DesktopMap</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DesktopMap</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DesktopMap.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    

-    <dependency>

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

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

-        <version>${royale.typedefs.version}</version>

-        <type>swc</type>

-        <classifier>typedefs</classifier>

-        <scope>runtime</scope>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>BasicTheme</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+          Flash version:
+            Needs AIR
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DesktopMap</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DesktopMap</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DesktopMap.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    
+    <dependency>
+        <groupId>org.apache.royale.typedefs</groupId>
+        <artifactId>royale-typedefs-googlemaps</artifactId>
+        <version>${royale.typedefs.version}</version>
+        <type>swc</type>
+        <classifier>typedefs</classifier>
+        <scope>runtime</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>BasicTheme</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <scope>theme</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DividedContainerExample/pom.xml b/examples/royale/DividedContainerExample/pom.xml
index fc4303c..08d2322 100644
--- a/examples/royale/DividedContainerExample/pom.xml
+++ b/examples/royale/DividedContainerExample/pom.xml
@@ -1,83 +1,83 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DividedContainerExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DividedContainerExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DividedContainerExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DividedContainerExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DividedContainerExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DividedContainerExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/DragAndDropExample/pom.xml b/examples/royale/DragAndDropExample/pom.xml
index d316b4e..1daaf5f 100644
--- a/examples/royale/DragAndDropExample/pom.xml
+++ b/examples/royale/DragAndDropExample/pom.xml
@@ -1,84 +1,84 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DragAndDropExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: DragAndDropExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>DragAndDropExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-    </dependency>

-

-    <!-- Needed for Flash compilation -->

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>20.0</version>

-      <type>swc</type>

-      <scope>provided</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DragAndDropExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: DragAndDropExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>DragAndDropExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+
+    <!-- Needed for Flash compilation -->
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>20.0</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/examples/royale/Flex2Royale/pom.xml b/examples/royale/Flex2Royale/pom.xml
index 240ad02..53f90be 100644
--- a/examples/royale/Flex2Royale/pom.xml
+++ b/examples/royale/Flex2Royale/pom.xml
@@ -1,94 +1,94 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Flex2Royale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: Flex2Royale</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>Flex2Royale.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Flex2Royale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: Flex2Royale</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>Flex2Royale.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/HTMLElements/pom.xml b/examples/royale/HTMLElements/pom.xml
index a58424f..432a45f 100644
--- a/examples/royale/HTMLElements/pom.xml
+++ b/examples/royale/HTMLElements/pom.xml
@@ -1,79 +1,79 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>HTMLElements</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: HTMLElements</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>HTMLElements.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HTMLElements</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: HTMLElements</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>HTMLElements.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/HelloWorld/pom.xml b/examples/royale/HelloWorld/pom.xml
index 00e4ecb..3611df6 100644
--- a/examples/royale/HelloWorld/pom.xml
+++ b/examples/royale/HelloWorld/pom.xml
@@ -1,79 +1,79 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>HelloWorld</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: HelloWorld</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>HelloWorld.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HelloWorld</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: HelloWorld</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>HelloWorld.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/JSON2ASVO/pom.xml b/examples/royale/JSON2ASVO/pom.xml
index 09f27e0..7c2c216 100644
--- a/examples/royale/JSON2ASVO/pom.xml
+++ b/examples/royale/JSON2ASVO/pom.xml
@@ -1,125 +1,125 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-          Flash version:

-            Needs AIR

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>JSON2ASVO</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: JSON2ASVO</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>JSON2ASVO.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Reflection</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Reflection</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <!-- <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-     -->

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>BasicTheme</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+          Flash version:
+            Needs AIR
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>JSON2ASVO</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: JSON2ASVO</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>JSON2ASVO.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <!-- <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+     -->
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>BasicTheme</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/JewelExample/pom.xml b/examples/royale/JewelExample/pom.xml
index 86473f1..f83c9ce 100644
--- a/examples/royale/JewelExample/pom.xml
+++ b/examples/royale/JewelExample/pom.xml
@@ -1,164 +1,164 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>JewelExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: JewelExample</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>App.mxml</mainClass>

-          <targets>JSRoyale</targets>

-          <debug>false</debug>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-          <additionalCompilerOptions>-source-map=true;-js-dynamic-access-unknown-members=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Icons</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Icons</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>JewelTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <!-- <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Secondary-Topaz-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>JewelExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: JewelExample</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>App.mxml</mainClass>
+          <targets>JSRoyale</targets>
+          <debug>false</debug>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+          <additionalCompilerOptions>-source-map=true;-js-dynamic-access-unknown-members=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Icons</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Icons</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>JewelTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <!-- <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Secondary-Topaz-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency> -->
+  </dependencies>
+
+</project>
diff --git a/examples/royale/ListExample/pom.xml b/examples/royale/ListExample/pom.xml
index ed58b6b..3dbf063 100644
--- a/examples/royale/ListExample/pom.xml
+++ b/examples/royale/ListExample/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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>ListExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: ListExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>ListExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>    

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-    </dependency>

-

-    <!-- Needed for Flash compilation -->

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>20.0</version>

-      <type>swc</type>

-      <scope>provided</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>ListExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: ListExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>ListExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>    
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+
+    <!-- Needed for Flash compilation -->
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>20.0</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/examples/royale/MDLDynamicTableExample/pom.xml b/examples/royale/MDLDynamicTableExample/pom.xml
index 33787e4..4d0d7b9 100644
--- a/examples/royale/MDLDynamicTableExample/pom.xml
+++ b/examples/royale/MDLDynamicTableExample/pom.xml
@@ -1,73 +1,73 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MDLDynamicTableExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MDLDynamicTableExample</name>

-

-  <properties>

-    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->

-    <primary>indigo</primary>

-    <accent>pink</accent>

-  </properties>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-      </resource>

-    </resources>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MDLDynamicTableExample.mxml</mainClass>

-          <targets>JSRoyale</targets>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>MaterialDesignLite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MDLDynamicTableExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MDLDynamicTableExample</name>
+
+  <properties>
+    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->
+    <primary>indigo</primary>
+    <accent>pink</accent>
+  </properties>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MDLDynamicTableExample.mxml</mainClass>
+          <targets>JSRoyale</targets>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/MDLDynamicTabsExample/pom.xml b/examples/royale/MDLDynamicTabsExample/pom.xml
index 1a1b124..b950413 100644
--- a/examples/royale/MDLDynamicTabsExample/pom.xml
+++ b/examples/royale/MDLDynamicTabsExample/pom.xml
@@ -1,68 +1,68 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MDLDynamicTabsExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MDLDynamicTabsExample</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-      </resource>

-    </resources>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>TabsExample.mxml</mainClass>

-          <targets>JSRoyale</targets>

-          <removeCirculars>true</removeCirculars>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>MaterialDesignLite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MDLDynamicTabsExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MDLDynamicTabsExample</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>TabsExample.mxml</mainClass>
+          <targets>JSRoyale</targets>
+          <removeCirculars>true</removeCirculars>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/MapSearch/pom.xml b/examples/royale/MapSearch/pom.xml
index 54796a2..fc0e869 100644
--- a/examples/royale/MapSearch/pom.xml
+++ b/examples/royale/MapSearch/pom.xml
@@ -1,100 +1,100 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-          No Flash Version built in ANT

-

-        JavaScript Version:

-          base.js:2189 Uncaught TypeError: Cannot read property 'prototype' of undefined

-            goog.inherits @ base.js:2189

-            (anonymous function) @ Marker.js:26

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MapSearch</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MapSearch</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MapSearch.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    

-    <dependency>

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

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

-        <version>${royale.typedefs.version}</version>

-        <type>swc</type>

-        <classifier>typedefs</classifier>

-        <scope>runtime</scope>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>BasicTheme</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+          No Flash Version built in ANT
+
+        JavaScript Version:
+          base.js:2189 Uncaught TypeError: Cannot read property 'prototype' of undefined
+            goog.inherits @ base.js:2189
+            (anonymous function) @ Marker.js:26
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MapSearch</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MapSearch</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MapSearch.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    
+    <dependency>
+        <groupId>org.apache.royale.typedefs</groupId>
+        <artifactId>royale-typedefs-googlemaps</artifactId>
+        <version>${royale.typedefs.version}</version>
+        <type>swc</type>
+        <classifier>typedefs</classifier>
+        <scope>runtime</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>BasicTheme</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/MenuExample/pom.xml b/examples/royale/MenuExample/pom.xml
index 25441e5..e4cb907 100644
--- a/examples/royale/MenuExample/pom.xml
+++ b/examples/royale/MenuExample/pom.xml
@@ -1,87 +1,87 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MenuExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MenuExample</name>

-  

-  <build>

-	<sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MenuExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

- 

-  <dependencies>

-   <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-       <classifier>js</classifier>

-    </dependency>

-	<dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-       <classifier>swf</classifier>

-    </dependency>

-	<dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-       <classifier>js</classifier>

-    </dependency>

-	<dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MenuExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MenuExample</name>
+  
+  <build>
+	<sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MenuExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+ 
+  <dependencies>
+   <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+       <classifier>js</classifier>
+    </dependency>
+	<dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+       <classifier>swf</classifier>
+    </dependency>
+	<dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+       <classifier>js</classifier>
+    </dependency>
+	<dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/MobileMap/pom.xml b/examples/royale/MobileMap/pom.xml
index c7453ce..d72a797 100644
--- a/examples/royale/MobileMap/pom.xml
+++ b/examples/royale/MobileMap/pom.xml
@@ -1,112 +1,112 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Seems to be a Flash build however requiring airglobal to build because of a dependency to air in GoogleMaps.

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MobileMap</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MobileMap</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MobileMap.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.jboss.errai</groupId>

-        <artifactId>cordova-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>GoogleMaps</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

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

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

-        <version>${royale.typedefs.version}</version>

-        <type>swc</type>

-        <classifier>typedefs</classifier>

-        <scope>runtime</scope>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>BasicTheme</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Seems to be a Flash build however requiring airglobal to build because of a dependency to air in GoogleMaps.
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MobileMap</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MobileMap</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MobileMap.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jboss.errai</groupId>
+        <artifactId>cordova-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>GoogleMaps</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.typedefs</groupId>
+        <artifactId>royale-typedefs-googlemaps</artifactId>
+        <version>${royale.typedefs.version}</version>
+        <type>swc</type>
+        <classifier>typedefs</classifier>
+        <scope>runtime</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>BasicTheme</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <scope>theme</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>
diff --git a/examples/royale/MobileStocks/pom.xml b/examples/royale/MobileStocks/pom.xml
index 2f4a793..2d15d07 100644
--- a/examples/royale/MobileStocks/pom.xml
+++ b/examples/royale/MobileStocks/pom.xml
@@ -1,147 +1,147 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-          Flash Version:

-            Missing resources

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MobileStocks</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MobileStocks</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MobileStocks.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.jboss.errai</groupId>

-        <artifactId>cordova-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>XML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>XML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+          Flash Version:
+            Missing resources
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MobileStocks</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MobileStocks</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MobileStocks.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jboss.errai</groupId>
+        <artifactId>cordova-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>XML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>XML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/MobileTrader/pom.xml b/examples/royale/MobileTrader/pom.xml
index 6863257..8f00f37 100644
--- a/examples/royale/MobileTrader/pom.xml
+++ b/examples/royale/MobileTrader/pom.xml
@@ -1,119 +1,119 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        TODO:

-          Flash Version:

-            Missing resources

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MobileTrader</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: MobileTrader</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MobileTrader.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.jboss.errai</groupId>

-        <artifactId>cordova-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        TODO:
+          Flash Version:
+            Missing resources
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MobileTrader</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: MobileTrader</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MobileTrader.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jboss.errai</groupId>
+        <artifactId>cordova-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/ModuleExample/MainApp/pom.xml b/examples/royale/ModuleExample/MainApp/pom.xml
index 590c365..5b6a496 100644
--- a/examples/royale/ModuleExample/MainApp/pom.xml
+++ b/examples/royale/ModuleExample/MainApp/pom.xml
@@ -1,67 +1,67 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale-ModuleExample</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MainApp</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: ModuleExample: MainApp</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>MainApp.mxml</mainClass>

-          <debug>false</debug>

-          <additionalCompilerOptions>-js-compiler-option=--variable_map_output_file gccvars.txt;-js-compiler-option+=--property_map_output_file gccprops.txt</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale-ModuleExample</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MainApp</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: ModuleExample: MainApp</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>MainApp.mxml</mainClass>
+          <debug>false</debug>
+          <additionalCompilerOptions>-js-compiler-option=--variable_map_output_file gccvars.txt;-js-compiler-option+=--property_map_output_file gccprops.txt</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/ModuleExample/Module/pom.xml b/examples/royale/ModuleExample/Module/pom.xml
index 0885936..a6b0e55 100644
--- a/examples/royale/ModuleExample/Module/pom.xml
+++ b/examples/royale/ModuleExample/Module/pom.xml
@@ -1,67 +1,67 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale-ModuleExample</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Module</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: ModuleExample: Module</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>Module.mxml</mainClass>

-          <debug>false</debug>

-          <additionalCompilerOptions>-js-compiler-option=--variable_map_input_file ../../../../../MainApp/target/javascript/bin/js-release/gccvars.txt;-js-compiler-option+=--property_map_input_file ../../../../../MainApp/target/javascript/bin/js-release/gccprops.txt</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale-ModuleExample</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Module</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: ModuleExample: Module</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>Module.mxml</mainClass>
+          <debug>false</debug>
+          <additionalCompilerOptions>-js-compiler-option=--variable_map_input_file ../../../../../MainApp/target/javascript/bin/js-release/gccvars.txt;-js-compiler-option+=--property_map_input_file ../../../../../MainApp/target/javascript/bin/js-release/gccprops.txt</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/ModuleExample/pom.xml b/examples/royale/ModuleExample/pom.xml
index c113a2b..43e537b 100644
--- a/examples/royale/ModuleExample/pom.xml
+++ b/examples/royale/ModuleExample/pom.xml
@@ -1,97 +1,97 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-royale-ModuleExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: Royale: ModuleExample</name>

-

-  <modules>

-    <module>MainApp</module>

-    <module>Module</module>

-  </modules>

-

-  <!--

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-surefire-plugin</artifactId>

-        <version>2.19.1</version>

-        <executions>

-          <execution>

-            <id>tests-default</id>

-            <phase>integration-test</phase>

-            <goals>

-              <goal>test</goal>

-            </goals>

-            <configuration>

-              <dependenciesToScan>

-                <dependency>org.apache.royale.examples:examples-tests</dependency>

-              </dependenciesToScan>

-              <systemPropertyVariables>

-                <artifactId>${project.artifactId}</artifactId>

-                <version>${project.version}</version>

-                <type>${project.packaging}</type>

-                <targets>${project.build.plugins.plugin.configuration.targets}</targets>

-                <buildDirectory>${project.build.directory}</buildDirectory>

-              </systemPropertyVariables>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-  -->

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-royale-ModuleExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: Royale: ModuleExample</name>
+
+  <modules>
+    <module>MainApp</module>
+    <module>Module</module>
+  </modules>
+
+  <!--
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19.1</version>
+        <executions>
+          <execution>
+            <id>tests-default</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <dependenciesToScan>
+                <dependency>org.apache.royale.examples:examples-tests</dependency>
+              </dependenciesToScan>
+              <systemPropertyVariables>
+                <artifactId>${project.artifactId}</artifactId>
+                <version>${project.version}</version>
+                <type>${project.packaging}</type>
+                <targets>${project.build.plugins.plugin.configuration.targets}</targets>
+                <buildDirectory>${project.build.directory}</buildDirectory>
+              </systemPropertyVariables>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  -->
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/RemoteObjectAMFTest/pom.xml b/examples/royale/RemoteObjectAMFTest/pom.xml
index 0fdf95f..4071874 100644
--- a/examples/royale/RemoteObjectAMFTest/pom.xml
+++ b/examples/royale/RemoteObjectAMFTest/pom.xml
@@ -1,140 +1,140 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RemoteObjectAMFTest</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: RemoteObjectAMFTest</name>

-

-  <properties>

-    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->

-    <primary>indigo</primary>

-    <accent>pink</accent>

-  </properties>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-      </resource>

-    </resources>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>App.mxml</mainClass>

-          <targets>SWF,JSRoyale</targets>

-          <!-- <debug>false</debug> -->

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-war-plugin</artifactId>

-      </plugin>

-      <plugin>

-        <groupId>org.codehaus.mojo</groupId>

-        <artifactId>build-helper-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-      

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Reflection</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Reflection</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RemoteObjectAMFTest</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: RemoteObjectAMFTest</name>
+
+  <properties>
+    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->
+    <primary>indigo</primary>
+    <accent>pink</accent>
+  </properties>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>App.mxml</mainClass>
+          <targets>SWF,JSRoyale</targets>
+          <!-- <debug>false</debug> -->
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+      
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/RoyaleStore/pom.xml b/examples/royale/RoyaleStore/pom.xml
index 1fbdd6b..feffc43 100644
--- a/examples/royale/RoyaleStore/pom.xml
+++ b/examples/royale/RoyaleStore/pom.xml
@@ -1,142 +1,142 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RoyaleStore</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: RoyaleStore</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>RoyaleStore.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-          <namespaces>

-              <namespace>

-                  <uri>http://ns.adobe.com/mxml/2009</uri>

-                  <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>

-              </namespace>

-          </namespaces>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <!--

-     By declaring this dependency here, we force the royale-externs-js to be

-     added to the external library path of all modules. Without this it would

-     have gone to the library path.

-     -->

-    <dependency>

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

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

-        <version>${royale.typedefs.version}</version>

-        <type>swc</type>

-        <classifier>typedefs</classifier>

-        <scope>runtime</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RoyaleStore</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: RoyaleStore</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>RoyaleStore.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+          <namespaces>
+              <namespace>
+                  <uri>http://ns.adobe.com/mxml/2009</uri>
+                  <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>
+              </namespace>
+          </namespaces>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <!--
+     By declaring this dependency here, we force the royale-externs-js to be
+     added to the external library path of all modules. Without this it would
+     have gone to the library path.
+     -->
+    <dependency>
+        <groupId>org.apache.royale.typedefs</groupId>
+        <artifactId>royale-typedefs-js</artifactId>
+        <version>${royale.typedefs.version}</version>
+        <type>swc</type>
+        <classifier>typedefs</classifier>
+        <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/RoyaleStore_jquery/pom.xml b/examples/royale/RoyaleStore_jquery/pom.xml
index 912ff19..b20602a 100644
--- a/examples/royale/RoyaleStore_jquery/pom.xml
+++ b/examples/royale/RoyaleStore_jquery/pom.xml
@@ -1,152 +1,152 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RoyaleStore_jquery</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: RoyaleStore_jquery</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>RoyaleStore.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-          <namespaces>

-              <namespace>

-                  <uri>http://ns.adobe.com/mxml/2009</uri>

-                  <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>

-              </namespace>

-          </namespaces>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>DragDrop</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Formatters</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>JQuery</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>JQuery</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RoyaleStore_jquery</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: RoyaleStore_jquery</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>RoyaleStore.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+          <namespaces>
+              <namespace>
+                  <uri>http://ns.adobe.com/mxml/2009</uri>
+                  <manifest>${project.basedir}/../../../frameworks/mxml-2009-manifest.xml</manifest>
+              </namespace>
+          </namespaces>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>DragDrop</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Formatters</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>JQuery</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>JQuery</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-jquery</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/RoyaleTeamPage_MDL/pom.xml b/examples/royale/RoyaleTeamPage_MDL/pom.xml
index fe560f8..4d4321d 100644
--- a/examples/royale/RoyaleTeamPage_MDL/pom.xml
+++ b/examples/royale/RoyaleTeamPage_MDL/pom.xml
@@ -1,86 +1,86 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RoyaleTeamPage_MDL</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: RoyaleTeamPage_MDL</name>

-

-  <properties>

-    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->

-    <primary>indigo</primary>

-    <accent>pink</accent>

-  </properties>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-      </resource>

-    </resources>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>App.mxml</mainClass>

-          <targets>JSRoyale</targets>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>MaterialDesignLite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>FontAwesome</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RoyaleTeamPage_MDL</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: RoyaleTeamPage_MDL</name>
+
+  <properties>
+    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->
+    <primary>indigo</primary>
+    <accent>pink</accent>
+  </properties>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>App.mxml</mainClass>
+          <targets>JSRoyale</targets>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>FontAwesome</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/examples/royale/RoyaleWebsite/pom.xml b/examples/royale/RoyaleWebsite/pom.xml
index f8cfae7..5f0979d 100644
--- a/examples/royale/RoyaleWebsite/pom.xml
+++ b/examples/royale/RoyaleWebsite/pom.xml
@@ -1,80 +1,80 @@
-<?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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RoyaleWebsite</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: RoyaleWebsite</name>

-

-  <properties>

-    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->

-    <primary>indigo</primary>

-    <accent>pink</accent>

-  </properties>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-      </resource>

-    </resources>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>RoyaleWebsite.mxml</mainClass>

-          <targets>JSRoyale</targets>

-          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/royale-index-template.html</htmlTemplate>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>RoyaleSite</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RoyaleWebsite</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: RoyaleWebsite</name>
+
+  <properties>
+    <!-- Customize MDL colors using this the tool at : https://getmdl.io/customize/index.html -->
+    <primary>indigo</primary>
+    <accent>pink</accent>
+  </properties>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>RoyaleWebsite.mxml</mainClass>
+          <targets>JSRoyale</targets>
+          <htmlTemplate>${basedir}/target/javascript/bin/js-debug/royale-index-template.html</htmlTemplate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>RoyaleSite</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/RoyaleWebsiteStatsViewer/pom.xml b/examples/royale/RoyaleWebsiteStatsViewer/pom.xml
index 488ca36..2cd9bc5 100644
--- a/examples/royale/RoyaleWebsiteStatsViewer/pom.xml
+++ b/examples/royale/RoyaleWebsiteStatsViewer/pom.xml
@@ -1,95 +1,95 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RoyaleWebsiteStatsViewer</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: RoyaleWebsiteStatsViewer</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>RoyaleWebsiteStatsViewer.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Charts</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RoyaleWebsiteStatsViewer</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: RoyaleWebsiteStatsViewer</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>RoyaleWebsiteStatsViewer.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Charts</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/StorageExample/pom.xml b/examples/royale/StorageExample/pom.xml
index 9f16b38..48a1cef 100644
--- a/examples/royale/StorageExample/pom.xml
+++ b/examples/royale/StorageExample/pom.xml
@@ -1,106 +1,106 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>StorageExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: StorageExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>StorageExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>org.jboss.errai</groupId>

-        <artifactId>cordova-maven-plugin</artifactId>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Storage</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Mobile</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>StorageExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: StorageExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>StorageExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jboss.errai</groupId>
+        <artifactId>cordova-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Mobile</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-cordova</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/StyleExample/pom.xml b/examples/royale/StyleExample/pom.xml
index e25e0b4..26b0c7e 100644
--- a/examples/royale/StyleExample/pom.xml
+++ b/examples/royale/StyleExample/pom.xml
@@ -1,95 +1,95 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>StyleExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: StyleExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>StyleExample.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>StyleExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: StyleExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>StyleExample.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/TableExample/pom.xml b/examples/royale/TableExample/pom.xml
index 1b5e7e4..1ff53a4 100644
--- a/examples/royale/TableExample/pom.xml
+++ b/examples/royale/TableExample/pom.xml
@@ -1,83 +1,83 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-        Flash Version: CSS problems

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>TableExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: TableExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>TableExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+        Flash Version: CSS problems
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>TableExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: TableExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>TableExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/TeamPage/pom.xml b/examples/royale/TeamPage/pom.xml
index bc3d242..394f01d 100644
--- a/examples/royale/TeamPage/pom.xml
+++ b/examples/royale/TeamPage/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.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>TeamPage</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: TeamPage</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>TeamPage.mxml</mainClass>

-          <removeCirculars>true</removeCirculars>

-          <!-- Not a config option of royale-maven-plugin -->

-          <!--flashVersion>20.0</flashVersion-->

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Network</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</scope>

-    </dependency>

-

-    <!-- Needed for Flash compilation -->

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>20.0</version>

-      <type>swc</type>

-      <scope>provided</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.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>TeamPage</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: TeamPage</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>TeamPage.mxml</mainClass>
+          <removeCirculars>true</removeCirculars>
+          <!-- Not a config option of royale-maven-plugin -->
+          <!--flashVersion>20.0</flashVersion-->
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Network</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+
+    <!-- Needed for Flash compilation -->
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>20.0</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/TodoListSampleApp/pom.xml b/examples/royale/TodoListSampleApp/pom.xml
index ea278c0..d929761 100644
--- a/examples/royale/TodoListSampleApp/pom.xml
+++ b/examples/royale/TodoListSampleApp/pom.xml
@@ -1,85 +1,85 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <!--

-      TODO:

-        JavaScript Version:

-          Layout problems in the grid

-  -->

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>TodoListSampleApp</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: TodoListSampleApp</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>TodoListSampleApp.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!--
+      TODO:
+        JavaScript Version:
+          Layout problems in the grid
+  -->
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>TodoListSampleApp</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: TodoListSampleApp</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>TodoListSampleApp.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/TreeExample/pom.xml b/examples/royale/TreeExample/pom.xml
index 1010bcb..668dc21 100644
--- a/examples/royale/TreeExample/pom.xml
+++ b/examples/royale/TreeExample/pom.xml
@@ -1,79 +1,79 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples-royale</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>TreeExample</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swf</packaging>

-

-  <name>Apache Royale: Examples: Royale: TreeExample</name>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <extensions>true</extensions>

-        <configuration>

-          <mainClass>TreeExample.mxml</mainClass>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>BasicTheme</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <scope>theme</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples-royale</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>TreeExample</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <name>Apache Royale: Examples: Royale: TreeExample</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>TreeExample.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>BasicTheme</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <scope>theme</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/examples/royale/pom.xml b/examples/royale/pom.xml
index f1de335..e876d1a 100644
--- a/examples/royale/pom.xml
+++ b/examples/royale/pom.xml
@@ -1,207 +1,207 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.examples</groupId>

-    <artifactId>examples</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>examples-royale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Examples: Royale</name>

-

-  <modules>

-    <module>AccordionExample</module>

-    <module>AlertExample</module>

-    <module>ASDoc</module>

-    <module>ChartExample</module>

-    <module>CordovaCameraExample</module>

-    <module>CreateJSExample</module>

-    <module>DataBindingExample</module>

-    <module>DataBindingExample_as</module><!-- Flash error -->

-    <module>DataBindingExample_Flat</module>

-    <module>DataBindingExampleWithFlexLayout</module>

-    <module>DataGridExample</module>

-    <module>DateControlsExample</module>

-    <module>DebuggingExample</module>

-    <module>DesktopMap</module>

-    <module>DividedContainerExample</module>

-    <module>DragAndDropExample</module>

-    <module>Flex2Royale</module>

-    <module>HelloWorld</module>

-    <module>HTMLElements</module>

-    <module>JSON2ASVO</module>

-    <module>JewelExample</module>

-    <module>ListExample</module>

-    <module>MapSearch</module>

-    <module>MDLDynamicTabsExample</module>

-    <module>MDLDynamicTableExample</module>

-    <module>MenuExample</module>

-    <module>MobileMap</module>

-    <module>MobileStocks</module>

-    <module>MobileTrader</module>

-    <module>ModuleExample</module>

-    <module>RemoteObjectAMFTest</module>

-    <module>RoyaleStore</module>

-    <module>RoyaleStore_jquery</module>

-    <module>RoyaleTeamPage_MDL</module>

-    <module>RoyaleWebsite</module>

-    <module>RoyaleWebsiteStatsViewer</module>

-    <module>StorageExample</module>

-    <module>StyleExample</module>

-    <module>TableExample</module>

-    <module>TeamPage</module>

-    <module>TodoListSampleApp</module>

-    <module>TreeExample</module>

-  </modules>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-surefire-plugin</artifactId>

-        <version>2.19.1</version>

-        <executions>

-          <execution>

-            <id>tests-default</id>

-            <phase>integration-test</phase>

-            <goals>

-              <goal>test</goal>

-            </goals>

-            <configuration>

-              <!-- Run the tests from the 'examples-tests' artifact -->

-              <dependenciesToScan>

-                <dependency>org.apache.royale.examples:examples-tests</dependency>

-              </dependenciesToScan>

-              <systemPropertyVariables>

-                <artifactId>${project.artifactId}</artifactId>

-                <version>${project.version}</version>

-                <type>${project.packaging}</type>

-                <targets>${project.build.plugins.plugin.configuration.targets}</targets>

-                <buildDirectory>${project.build.directory}</buildDirectory>

-              </systemPropertyVariables>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <!-- Import the shared unit-tests we want to run on all examples -->

-    <dependency>

-      <groupId>org.apache.royale.examples</groupId>

-      <artifactId>examples-tests</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <scope>test</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.examples</groupId>
+    <artifactId>examples</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>examples-royale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Examples: Royale</name>
+
+  <modules>
+    <module>AccordionExample</module>
+    <module>AlertExample</module>
+    <module>ASDoc</module>
+    <module>ChartExample</module>
+    <module>CordovaCameraExample</module>
+    <module>CreateJSExample</module>
+    <module>DataBindingExample</module>
+    <module>DataBindingExample_as</module><!-- Flash error -->
+    <module>DataBindingExample_Flat</module>
+    <module>DataBindingExampleWithFlexLayout</module>
+    <module>DataGridExample</module>
+    <module>DateControlsExample</module>
+    <module>DebuggingExample</module>
+    <module>DesktopMap</module>
+    <module>DividedContainerExample</module>
+    <module>DragAndDropExample</module>
+    <module>Flex2Royale</module>
+    <module>HelloWorld</module>
+    <module>HTMLElements</module>
+    <module>JSON2ASVO</module>
+    <module>JewelExample</module>
+    <module>ListExample</module>
+    <module>MapSearch</module>
+    <module>MDLDynamicTabsExample</module>
+    <module>MDLDynamicTableExample</module>
+    <module>MenuExample</module>
+    <module>MobileMap</module>
+    <module>MobileStocks</module>
+    <module>MobileTrader</module>
+    <module>ModuleExample</module>
+    <module>RemoteObjectAMFTest</module>
+    <module>RoyaleStore</module>
+    <module>RoyaleStore_jquery</module>
+    <module>RoyaleTeamPage_MDL</module>
+    <module>RoyaleWebsite</module>
+    <module>RoyaleWebsiteStatsViewer</module>
+    <module>StorageExample</module>
+    <module>StyleExample</module>
+    <module>TableExample</module>
+    <module>TeamPage</module>
+    <module>TodoListSampleApp</module>
+    <module>TreeExample</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19.1</version>
+        <executions>
+          <execution>
+            <id>tests-default</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <!-- Run the tests from the 'examples-tests' artifact -->
+              <dependenciesToScan>
+                <dependency>org.apache.royale.examples:examples-tests</dependency>
+              </dependenciesToScan>
+              <systemPropertyVariables>
+                <artifactId>${project.artifactId}</artifactId>
+                <version>${project.version}</version>
+                <type>${project.packaging}</type>
+                <targets>${project.build.plugins.plugin.configuration.targets}</targets>
+                <buildDirectory>${project.build.directory}</buildDirectory>
+              </systemPropertyVariables>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <!-- Import the shared unit-tests we want to run on all examples -->
+    <dependency>
+      <groupId>org.apache.royale.examples</groupId>
+      <artifactId>examples-tests</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/fontsrc/pom.xml b/frameworks/fontsrc/pom.xml
index a0d2835..9508df2 100644
--- a/frameworks/fontsrc/pom.xml
+++ b/frameworks/fontsrc/pom.xml
@@ -1,144 +1,144 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>frameworks</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Fonts</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>war</packaging>

-

-  <name>Apache Royale: Framework: Fonts</name>

-

-  <properties>

-    <flat-ui.version>2.2.2</flat-ui.version>

-  </properties>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <version>1.2.1</version>

-        <executions>

-          <!-- Download Flat-UI and unpack it into the target directory -->

-          <execution>

-            <id>get-createjs</id>

-            <phase>validate</phase>

-            <goals>

-              <goal>wget</goal>

-            </goals>

-            <configuration>

-              <url>https://github.com/designmodo/Flat-UI/archive/${flat-ui.version}.zip</url>

-              <unpack>true</unpack>

-              <outputFileName>flat-ui-${flat-ui.version}.zip</outputFileName>

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

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-      <!-- Have the Flat-UI Icons Font compiled to an SWF -->

-      <!--plugin>

-        <groupId>org.codehaus.mojo</groupId>

-        <artifactId>exec-maven-plugin</artifactId>

-        <version>1.5.0</version>

-        <configuration>

-          <mainClass>com.adobe.fonts.transcoder.Font2SWF</mainClass>

-          <arguments>

-            <argument>-4</argument>

-            <argument>-a</argument>

-            <argument>Flat-UI-Icons</argument>

-            <argument>-o</argument>

-            <argument>${basedir}/target/${project.artifactId}-${project.version}.swf</argument>

-            <argument>${basedir}/target/downloads/Flat-UI-${flat-ui.version}/fonts/glyphicons/flat-ui-icons-regular.ttf</argument>

-          </arguments>

-          <includePluginDependencies>true</includePluginDependencies>

-        </configuration>

-        <executions>

-          <execution>

-            <id>compile-font</id>

-            <phase>compile</phase>

-            <goals>

-              <goal>java</goal>

-            </goals>

-          </execution>

-        </executions>

-        <dependencies>

-          <dependency>

-            <groupId>com.adobe</groupId>

-            <artifactId>fontkit</artifactId>

-            <version>1.0</version>

-          </dependency>

-          <dependency>

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

-            <artifactId>swfutils</artifactId>

-            <version>${flex.version}</version>

-          </dependency>

-        </dependencies>

-      </plugin-->

-      <!-- Create a stripped-down WAR archive containing the fonts -->

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-war-plugin</artifactId>

-        <configuration>

-          <warSourceDirectory>${project.build.directory}/downloads/Flat-UI-${flat-ui.version}/fonts/glyphicons</warSourceDirectory>

-          <warSourceExcludes>selection.json</warSourceExcludes>

-          <packagingExcludes>WEB-INF/**</packagingExcludes>

-          <failOnMissingWebXml>false</failOnMissingWebXml>

-          <archive>

-            <addMavenDescriptor>false</addMavenDescriptor>

-          </archive>

-        </configuration>

-      </plugin>

-      <!--

-            Attach the generated swf as additional Maven artifact,

-            So it is automatically installed and deployed.

-      -->

-      <!--plugin>

-        <groupId>org.codehaus.mojo</groupId>

-        <artifactId>build-helper-maven-plugin</artifactId>

-        <version>1.11</version>

-        <executions>

-          <execution>

-            <id>attach-swf</id>

-            <phase>package</phase>

-            <goals>

-              <goal>attach-artifact</goal>

-            </goals>

-          </execution>

-        </executions>

-        <configuration>

-          <artifacts>

-            <artifact>

-              <file>${basedir}/target/${project.artifactId}-${project.version}.swf</file>

-              <type>swf</type>

-            </artifact>

-          </artifacts>

-        </configuration>

-      </plugin-->

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>frameworks</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Fonts</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>war</packaging>
+
+  <name>Apache Royale: Framework: Fonts</name>
+
+  <properties>
+    <flat-ui.version>2.2.2</flat-ui.version>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>com.googlecode.maven-download-plugin</groupId>
+        <artifactId>download-maven-plugin</artifactId>
+        <version>1.2.1</version>
+        <executions>
+          <!-- Download Flat-UI and unpack it into the target directory -->
+          <execution>
+            <id>get-createjs</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>wget</goal>
+            </goals>
+            <configuration>
+              <url>https://github.com/designmodo/Flat-UI/archive/${flat-ui.version}.zip</url>
+              <unpack>true</unpack>
+              <outputFileName>flat-ui-${flat-ui.version}.zip</outputFileName>
+              <outputDirectory>${project.build.directory}/downloads</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <!-- Have the Flat-UI Icons Font compiled to an SWF -->
+      <!--plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <version>1.5.0</version>
+        <configuration>
+          <mainClass>com.adobe.fonts.transcoder.Font2SWF</mainClass>
+          <arguments>
+            <argument>-4</argument>
+            <argument>-a</argument>
+            <argument>Flat-UI-Icons</argument>
+            <argument>-o</argument>
+            <argument>${basedir}/target/${project.artifactId}-${project.version}.swf</argument>
+            <argument>${basedir}/target/downloads/Flat-UI-${flat-ui.version}/fonts/glyphicons/flat-ui-icons-regular.ttf</argument>
+          </arguments>
+          <includePluginDependencies>true</includePluginDependencies>
+        </configuration>
+        <executions>
+          <execution>
+            <id>compile-font</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>java</goal>
+            </goals>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>com.adobe</groupId>
+            <artifactId>fontkit</artifactId>
+            <version>1.0</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.royale.compiler</groupId>
+            <artifactId>swfutils</artifactId>
+            <version>${flex.version}</version>
+          </dependency>
+        </dependencies>
+      </plugin-->
+      <!-- Create a stripped-down WAR archive containing the fonts -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <configuration>
+          <warSourceDirectory>${project.build.directory}/downloads/Flat-UI-${flat-ui.version}/fonts/glyphicons</warSourceDirectory>
+          <warSourceExcludes>selection.json</warSourceExcludes>
+          <packagingExcludes>WEB-INF/**</packagingExcludes>
+          <failOnMissingWebXml>false</failOnMissingWebXml>
+          <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
+          </archive>
+        </configuration>
+      </plugin>
+      <!--
+            Attach the generated swf as additional Maven artifact,
+            So it is automatically installed and deployed.
+      -->
+      <!--plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.11</version>
+        <executions>
+          <execution>
+            <id>attach-swf</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <artifacts>
+            <artifact>
+              <file>${basedir}/target/${project.artifactId}-${project.version}.swf</file>
+              <type>swf</type>
+            </artifact>
+          </artifacts>
+        </configuration>
+      </plugin-->
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/pom.xml b/frameworks/pom.xml
index d705a6a..afd7582 100644
--- a/frameworks/pom.xml
+++ b/frameworks/pom.xml
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>frameworks</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Framework</name>

-

-  <modules>

-    <module>fontsrc</module>

-    <module>projects</module>

-    <module>themes</module>

-  </modules>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>frameworks</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Framework</name>
+
+  <modules>
+    <module>fontsrc</module>
+    <module>projects</module>
+    <module>themes</module>
+  </modules>
+
+</project>
diff --git a/frameworks/projects/Basic/pom.xml b/frameworks/projects/Basic/pom.xml
index 10962c7..f06c5a2 100644
--- a/frameworks/projects/Basic/pom.xml
+++ b/frameworks/projects/Basic/pom.xml
@@ -1,135 +1,135 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Basic</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Basic</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <uri>library://ns.apache.org/royale/svg</uri>

-              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>BasicClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <allowSubclassOverrides>true</allowSubclassOverrides>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true;-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Basic</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Basic</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <uri>library://ns.apache.org/royale/svg</uri>
+              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>BasicClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true;-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Binding/pom.xml b/frameworks/projects/Binding/pom.xml
index 32584a8..67916a4 100644
--- a/frameworks/projects/Binding/pom.xml
+++ b/frameworks/projects/Binding/pom.xml
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Binding</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Binding</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeSources>true</includeSources>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Binding</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Binding</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeSources>true</includeSources>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Charts/pom.xml b/frameworks/projects/Charts/pom.xml
index d4b29b1..8ac859a 100644
--- a/frameworks/projects/Charts/pom.xml
+++ b/frameworks/projects/Charts/pom.xml
@@ -1,138 +1,138 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Charts</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Charts</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>ChartsClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Charts</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Charts</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>ChartsClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Collections/pom.xml b/frameworks/projects/Collections/pom.xml
index 1e7ffd2..3b3c8ad 100644
--- a/frameworks/projects/Collections/pom.xml
+++ b/frameworks/projects/Collections/pom.xml
@@ -1,77 +1,77 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Collections</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Collections</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>CollectionsClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Collections</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Collections</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>CollectionsClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml
index cd7ca06..cff4f85 100644
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Core</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Core</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>CoreClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-          <allowSubclassOverrides>true</allowSubclassOverrides>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-        <!-- As a test, add asdoc generation to the compile step -->

-        <executions>

-          <execution>

-            <id>site</id>

-            <phase>compile</phase>

-            <goals>

-              <goal>compile-asdoc</goal>

-            </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Core</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Core</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>CoreClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+        <!-- As a test, add asdoc generation to the compile step -->
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>compile-asdoc</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/projects/CreateJS/pom.xml b/frameworks/projects/CreateJS/pom.xml
index b546529..0e5fcd3 100644
--- a/frameworks/projects/CreateJS/pom.xml
+++ b/frameworks/projects/CreateJS/pom.xml
@@ -1,133 +1,133 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>CreateJS</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: CreateJS</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/createjs</uri>

-              <manifest>${project.basedir}/src/main/resources/createjs-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>CreateJSClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Effects</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>CreateJS</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: CreateJS</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/createjs</uri>
+              <manifest>${project.basedir}/src/main/resources/createjs-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>CreateJSClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-createjs</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/DragDrop/pom.xml b/frameworks/projects/DragDrop/pom.xml
index bac9b3a..dadcdb1 100644
--- a/frameworks/projects/DragDrop/pom.xml
+++ b/frameworks/projects/DragDrop/pom.xml
@@ -1,90 +1,90 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>DragDrop</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: DragDrop</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>DragDropClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>DragDrop</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: DragDrop</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>DragDropClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Effects/pom.xml b/frameworks/projects/Effects/pom.xml
index 9dcc0c9..f895d18 100644
--- a/frameworks/projects/Effects/pom.xml
+++ b/frameworks/projects/Effects/pom.xml
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Effects</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Effects</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>EffectsClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Effects</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Effects</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>EffectsClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Express/pom.xml b/frameworks/projects/Express/pom.xml
index f704b4e..dd0899d 100644
--- a/frameworks/projects/Express/pom.xml
+++ b/frameworks/projects/Express/pom.xml
@@ -1,158 +1,158 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Express</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Express</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <additionalCompilerOptions>-include-lookup-only</additionalCompilerOptions>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/express</uri>

-              <manifest>${project.basedir}/src/main/resources/express-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/express</uri>

-              <manifest>${project.basedir}/src/main/resources/express-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>ExpressClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>DragDrop</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>DragDrop</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Express</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Express</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <additionalCompilerOptions>-include-lookup-only</additionalCompilerOptions>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/express</uri>
+              <manifest>${project.basedir}/src/main/resources/express-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/express</uri>
+              <manifest>${project.basedir}/src/main/resources/express-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>ExpressClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>DragDrop</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>DragDrop</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml
index ae6b4d2..0d2742b 100644
--- a/frameworks/projects/Flat/pom.xml
+++ b/frameworks/projects/Flat/pom.xml
@@ -1,137 +1,137 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Flat</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Flat</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/flat</uri>

-              <manifest>${project.basedir}/src/main/resources/flat-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/flat</uri>

-              <manifest>${project.basedir}/src/main/resources/flat-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>FlatClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <includeLookupOnly>true</includeLookupOnly>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Flat</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Flat</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/flat</uri>
+              <manifest>${project.basedir}/src/main/resources/flat-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/flat</uri>
+              <manifest>${project.basedir}/src/main/resources/flat-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>FlatClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <includeLookupOnly>true</includeLookupOnly>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/FontAwesome/pom.xml b/frameworks/projects/FontAwesome/pom.xml
index 790ba8c..b001208 100644
--- a/frameworks/projects/FontAwesome/pom.xml
+++ b/frameworks/projects/FontAwesome/pom.xml
@@ -1,144 +1,144 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>FontAwesome</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: FontAwesome</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/fa</uri>

-              <manifest>${project.basedir}/src/main/resources/fa-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/fa</uri>

-              <manifest>${project.basedir}/src/main/resources/fa-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>FAClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <includeLookupOnly>true</includeLookupOnly>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>FontAwesome</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: FontAwesome</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/fa</uri>
+              <manifest>${project.basedir}/src/main/resources/fa-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/fa</uri>
+              <manifest>${project.basedir}/src/main/resources/fa-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>FAClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <includeLookupOnly>true</includeLookupOnly>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Formatters/pom.xml b/frameworks/projects/Formatters/pom.xml
index 7d99104..ddbffdc 100644
--- a/frameworks/projects/Formatters/pom.xml
+++ b/frameworks/projects/Formatters/pom.xml
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Formatters</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Formatters</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>FormattersClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Formatters</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Formatters</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>FormattersClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml
index 042793f..0a83539 100644
--- a/frameworks/projects/GoogleMaps/pom.xml
+++ b/frameworks/projects/GoogleMaps/pom.xml
@@ -1,106 +1,106 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>GoogleMaps</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: GoogleMaps</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/google</uri>

-              <manifest>${project.basedir}/src/main/resources/google-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>GoogleStubClasses</includeClass>

-            <includeClass>GoogleMapsClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>GoogleMaps</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: GoogleMaps</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/google</uri>
+              <manifest>${project.basedir}/src/main/resources/google-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>GoogleStubClasses</includeClass>
+            <includeClass>GoogleMapsClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-googlemaps</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Graphics/pom.xml b/frameworks/projects/Graphics/pom.xml
index eb9c003..cc97db6 100644
--- a/frameworks/projects/Graphics/pom.xml
+++ b/frameworks/projects/Graphics/pom.xml
@@ -1,136 +1,136 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Graphics</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Graphics</name>

-

-  <properties>

-    <!-- TODO: This is a fix till we release this via Maven -->

-    <pixelbender.download-url>http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/flex/pixelbender/1.0/binaries/apache-flex-sdk-pixel-bender-1.0.0-bin.zip</pixelbender.download-url>

-  </properties>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-      </resource>

-      <resource>

-        <directory>${project.build.directory}/downloads/frameworks/projects/framework/src/mx/graphics/shaderClasses</directory>

-        <includes>

-          <include>*.pbj</include>

-        </includes>

-        <targetPath>${project.build.directory}/generated-resources/pixelbender/org/apache/royale/graphics/utils/shaderClasses</targetPath>

-      </resource>

-    </resources>

-    <plugins>

-      <!-- Download the pixelbender binaries and put them somewhere the compiler can find them -->

-      <plugin>

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

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

-        <version>1.2.1</version>

-        <executions>

-          <execution>

-            <id>get-pixelbender-artifacts</id>

-            <phase>validate</phase>

-            <goals>

-              <goal>wget</goal>

-            </goals>

-            <configuration>

-              <url>${pixelbender.download-url}</url>

-              <outputFileName>apache.royale-sdk-pixel-bender-1.0.0-bin.zip</outputFileName>

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

-              <unpack>true</unpack>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-      <plugin>

-        <groupId>org.codehaus.mojo</groupId>

-        <artifactId>build-helper-maven-plugin</artifactId>

-        <executions>

-          <execution>

-            <phase>generate-sources</phase>

-            <goals>

-              <goal>add-source</goal>

-            </goals>

-            <configuration>

-              <sources>

-                <source>${project.build.directory}/generated-resources/pixelbender</source>

-              </sources>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <uri>library://ns.apache.org/royale/svg</uri>

-              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>GraphicsClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Graphics</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Graphics</name>
+
+  <properties>
+    <!-- TODO: This is a fix till we release this via Maven -->
+    <pixelbender.download-url>http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/flex/pixelbender/1.0/binaries/apache-flex-sdk-pixel-bender-1.0.0-bin.zip</pixelbender.download-url>
+  </properties>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+        <directory>${project.build.directory}/downloads/frameworks/projects/framework/src/mx/graphics/shaderClasses</directory>
+        <includes>
+          <include>*.pbj</include>
+        </includes>
+        <targetPath>${project.build.directory}/generated-resources/pixelbender/org/apache/royale/graphics/utils/shaderClasses</targetPath>
+      </resource>
+    </resources>
+    <plugins>
+      <!-- Download the pixelbender binaries and put them somewhere the compiler can find them -->
+      <plugin>
+        <groupId>com.googlecode.maven-download-plugin</groupId>
+        <artifactId>download-maven-plugin</artifactId>
+        <version>1.2.1</version>
+        <executions>
+          <execution>
+            <id>get-pixelbender-artifacts</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>wget</goal>
+            </goals>
+            <configuration>
+              <url>${pixelbender.download-url}</url>
+              <outputFileName>apache.royale-sdk-pixel-bender-1.0.0-bin.zip</outputFileName>
+              <outputDirectory>${project.build.directory}/downloads</outputDirectory>
+              <unpack>true</unpack>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${project.build.directory}/generated-resources/pixelbender</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <uri>library://ns.apache.org/royale/svg</uri>
+              <manifest>${project.basedir}/src/main/resources/svg-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>GraphicsClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml
index 6d0bffc..ce21930 100644
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@ -1,143 +1,143 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>HTML</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: HTML</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <uri>library://ns.apache.org/royale/html</uri>

-              <manifest>${project.basedir}/src/main/resources/html-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>HTMLClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true;-js-output-optimization=skipAsCoercions</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HTML</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: HTML</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <uri>library://ns.apache.org/royale/html</uri>
+              <manifest>${project.basedir}/src/main/resources/html-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>HTMLClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true;-js-output-optimization=skipAsCoercions</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/HTML5/pom.xml b/frameworks/projects/HTML5/pom.xml
index de904e0..471969a 100644
--- a/frameworks/projects/HTML5/pom.xml
+++ b/frameworks/projects/HTML5/pom.xml
@@ -1,96 +1,96 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>HTML5</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: HTML5</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/html5</uri>

-              <manifest>${project.basedir}/src/main/resources/html5-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>HTML5Classes</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HTML5</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: HTML5</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/html5</uri>
+              <manifest>${project.basedir}/src/main/resources/html5-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>HTML5Classes</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Icons/pom.xml b/frameworks/projects/Icons/pom.xml
index 38aa808..ac098a0 100644
--- a/frameworks/projects/Icons/pom.xml
+++ b/frameworks/projects/Icons/pom.xml
@@ -1,106 +1,106 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Icons</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Icons</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/icons-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/icons-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>IconsClasses</includeClass>

-          </includeClasses>

-          <!-- <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles> -->

-          <includeLookupOnly>true</includeLookupOnly>

-          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->

-          <skipExtern>true</skipExtern>

-          <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-      

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Icons</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Icons</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/icons-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/icons-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>IconsClasses</includeClass>
+          </includeClasses>
+          <!-- <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles> -->
+          <includeLookupOnly>true</includeLookupOnly>
+          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
+          <skipExtern>true</skipExtern>
+          <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+      
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/JQuery/pom.xml b/frameworks/projects/JQuery/pom.xml
index 9f73d28..6339465 100644
--- a/frameworks/projects/JQuery/pom.xml
+++ b/frameworks/projects/JQuery/pom.xml
@@ -1,105 +1,105 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>JQuery</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: JQuery</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/jquery</uri>

-              <manifest>${project.basedir}/src/main/resources/jquery-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>JQueryClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>JQuery</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: JQuery</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/jquery</uri>
+              <manifest>${project.basedir}/src/main/resources/jquery-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>JQueryClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-jquery</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Jewel/pom.xml b/frameworks/projects/Jewel/pom.xml
index b338080..7355e47 100644
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@ -1,186 +1,186 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Jewel</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/jewel</uri>

-              <manifest>${project.basedir}/src/main/resources/jewel-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/jewel</uri>

-              <manifest>${project.basedir}/src/main/resources/jewel-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>JewelClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <includeLookupOnly>true</includeLookupOnly>

-          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-          <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-              <resource>

-                  <source>

-                      <directory>${basedir}/src/main/sass</directory>

-                      <includes>

-                          <include>**/*.sass</include>

-                      </includes>

-                  </source>

-                  <destination>${basedir}/src/main/resources</destination>

-              </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Jewel</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/jewel</uri>
+              <manifest>${project.basedir}/src/main/resources/jewel-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/jewel</uri>
+              <manifest>${project.basedir}/src/main/resources/jewel-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>JewelClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <includeLookupOnly>true</includeLookupOnly>
+          <!--<allowSubclassOverrides>true</allowSubclassOverrides>-->
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+          <!--<additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>-->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+              <resource>
+                  <source>
+                      <directory>${basedir}/src/main/sass</directory>
+                      <includes>
+                          <include>**/*.sass</include>
+                      </includes>
+                  </source>
+                  <destination>${basedir}/src/main/resources</destination>
+              </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Language/pom.xml b/frameworks/projects/Language/pom.xml
index 023bbbb..961d14e 100644
--- a/frameworks/projects/Language/pom.xml
+++ b/frameworks/projects/Language/pom.xml
@@ -1,53 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Language</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Language</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeClasses>

-            <includeClass>LanguageClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Language</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Language</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeClasses>
+            <includeClass>LanguageClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/projects/MXRoyale/pom.xml b/frameworks/projects/MXRoyale/pom.xml
index 504d320..47b908c 100644
--- a/frameworks/projects/MXRoyale/pom.xml
+++ b/frameworks/projects/MXRoyale/pom.xml
@@ -1,245 +1,245 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MXRoyale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: MXRoyale</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/mx</uri>

-              <manifest>${project.basedir}/src/main/resources/mx-royale-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>MXRoyaleClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-              <include-file>

-                  <name>defaults.css</name>

-                  <path>../src/main/resources/defaults.css</path>

-              </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-          <defines>

-              <define>

-                  <name>GOOG::DEBUG</name>

-                  <value>true</value>

-              </define>

-              <define>

-                  <name>ROYALE::DISPLAYOBJECT</name>

-                  <value>IUIComponent</value>

-              </define>

-              <define>

-                  <name>ROYALE::PROXYVISIBILITY</name>

-                  <value>flash_proxy</value>

-              </define>

-          </defines>

-          <allowSubclassOverrides>true</allowSubclassOverrides>

-          <additionalCompilerOptions>-source-map=true;-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=library://ns.apache.org/royale/mx,${project.basedir}/src/main/resources/mx-royale-manifest.xml</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Graphics</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Graphics</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Collections</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Collections</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>DragDrop</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>DragDrop</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Express</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Express</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Effects</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Effects</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Charts</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Charts</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Network</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Network</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Reflection</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Reflection</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>XML</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MXRoyale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: MXRoyale</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/mx</uri>
+              <manifest>${project.basedir}/src/main/resources/mx-royale-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>MXRoyaleClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+              <include-file>
+                  <name>defaults.css</name>
+                  <path>../src/main/resources/defaults.css</path>
+              </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+          <defines>
+              <define>
+                  <name>GOOG::DEBUG</name>
+                  <value>true</value>
+              </define>
+              <define>
+                  <name>ROYALE::DISPLAYOBJECT</name>
+                  <value>IUIComponent</value>
+              </define>
+              <define>
+                  <name>ROYALE::PROXYVISIBILITY</name>
+                  <value>flash_proxy</value>
+              </define>
+          </defines>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <additionalCompilerOptions>-source-map=true;-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG;-js-compiler-define=ROYALE::DISPLAYOBJECT,IUIComponent;-js-compiler-define=ROYALE::PROXYVISIBILITY,public;-namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=http://ns.adobe.com/mxml/2009,${project.basedir}/../../mxml-2009-manifest.xml;-compiler.js-namespaces.namespace+=library://ns.apache.org/royale/mx,${project.basedir}/src/main/resources/mx-royale-manifest.xml</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Graphics</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Graphics</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Collections</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Collections</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>DragDrop</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>DragDrop</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Express</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Express</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Effects</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Effects</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Charts</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Charts</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Network</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Network</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>XML</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/MaterialDesignLite/pom.xml b/frameworks/projects/MaterialDesignLite/pom.xml
index 550119a..8594acf 100644
--- a/frameworks/projects/MaterialDesignLite/pom.xml
+++ b/frameworks/projects/MaterialDesignLite/pom.xml
@@ -1,158 +1,158 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MaterialDesignLite</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Material Design Lite</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/mdl</uri>

-              <manifest>${project.basedir}/src/main/resources/mdl-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/mdl</uri>

-              <manifest>${project.basedir}/src/main/resources/mdl-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>MDLClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <includeLookupOnly>true</includeLookupOnly>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MaterialDesignLite</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Material Design Lite</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/mdl</uri>
+              <manifest>${project.basedir}/src/main/resources/mdl-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/mdl</uri>
+              <manifest>${project.basedir}/src/main/resources/mdl-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>MDLClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <includeLookupOnly>true</includeLookupOnly>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Mobile/pom.xml b/frameworks/projects/Mobile/pom.xml
index cf4f4b9..eb151c9 100644
--- a/frameworks/projects/Mobile/pom.xml
+++ b/frameworks/projects/Mobile/pom.xml
@@ -1,114 +1,114 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Mobile</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Mobile</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <uri>library://ns.apache.org/royale/cordova</uri>

-              <manifest>${project.basedir}/src/main/resources/cordova-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>MobileClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Mobile</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Mobile</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <uri>library://ns.apache.org/royale/cordova</uri>
+              <manifest>${project.basedir}/src/main/resources/cordova-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>MobileClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Network/pom.xml b/frameworks/projects/Network/pom.xml
index e3ec010..54afee5 100644
--- a/frameworks/projects/Network/pom.xml
+++ b/frameworks/projects/Network/pom.xml
@@ -1,92 +1,92 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Network</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Network</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>NetworkClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Reflection</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Reflection</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Network</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Network</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>NetworkClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Reflection/pom.xml b/frameworks/projects/Reflection/pom.xml
index b1d0520..6e205c9 100644
--- a/frameworks/projects/Reflection/pom.xml
+++ b/frameworks/projects/Reflection/pom.xml
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Reflection</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Reflection</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeSources>true</includeSources>

-          <skipExtern>true</skipExtern>

-          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Reflection</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Reflection</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeSources>true</includeSources>
+          <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-source-map=true</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/RoyaleSite/pom.xml b/frameworks/projects/RoyaleSite/pom.xml
index f459272..5c953e3 100644
--- a/frameworks/projects/RoyaleSite/pom.xml
+++ b/frameworks/projects/RoyaleSite/pom.xml
@@ -1,107 +1,107 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>RoyaleSite</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: RoyaleSite</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/site</uri>

-              <manifest>${project.basedir}/src/main/resources/royalesite-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>RoyaleSite</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: RoyaleSite</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/site</uri>
+              <manifest>${project.basedir}/src/main/resources/royalesite-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/SparkRoyale/pom.xml b/frameworks/projects/SparkRoyale/pom.xml
index b385670..92832d5 100644
--- a/frameworks/projects/SparkRoyale/pom.xml
+++ b/frameworks/projects/SparkRoyale/pom.xml
@@ -1,140 +1,140 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>SparkRoyale</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: SparkRoyale</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/spark</uri>

-              <manifest>${project.basedir}/src/main/resources/spark-royale-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>SparkRoyaleClasses</includeClass>

-          </includeClasses>

-          <skipExtern>true</skipExtern>

-          <defines>

-              <define>

-                  <name>GOOG::DEBUG</name>

-                  <value>true</value>

-              </define>

-          </defines>

-          <allowSubclassOverrides>true</allowSubclassOverrides>

-          <additionalCompilerOptions>-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Basic</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>MXRoyale</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>MXRoyale</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Text</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Text</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>TLF</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>TLF</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>SparkRoyale</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: SparkRoyale</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/spark</uri>
+              <manifest>${project.basedir}/src/main/resources/spark-royale-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>SparkRoyaleClasses</includeClass>
+          </includeClasses>
+          <skipExtern>true</skipExtern>
+          <defines>
+              <define>
+                  <name>GOOG::DEBUG</name>
+                  <value>true</value>
+              </define>
+          </defines>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <additionalCompilerOptions>-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>MXRoyale</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>MXRoyale</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Text</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Text</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>TLF</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>TLF</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Storage/pom.xml b/frameworks/projects/Storage/pom.xml
index 9848157..4076242 100644
--- a/frameworks/projects/Storage/pom.xml
+++ b/frameworks/projects/Storage/pom.xml
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Storage</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Storage</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>StorageClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Storage</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Storage</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>StorageClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-cordova</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/TLF/pom.xml b/frameworks/projects/TLF/pom.xml
index 3cbfd04..723a8cb 100644
--- a/frameworks/projects/TLF/pom.xml
+++ b/frameworks/projects/TLF/pom.xml
@@ -1,119 +1,119 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>TLF</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: TLF</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>TLFClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <allowSubclassOverrides>true</allowSubclassOverrides>

-          <skipExtern>true</skipExtern>

-          <defines>

-            <define>

-              <name>CONFIG::debug</name>

-              <value>false</value>

-            </define>

-            <define>

-              <name>CONFIG::release</name>

-              <value>true</value>

-            </define>

-          </defines>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Text</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Text</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Reflection</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>Reflection</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-    <dependency>

-        <groupId>org.apache.royale.framework</groupId>

-        <artifactId>XML</artifactId>

-        <version>0.9.5-SNAPSHOT</version>

-        <type>swc</type>

-        <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>TLF</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: TLF</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>TLFClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <skipExtern>true</skipExtern>
+          <defines>
+            <define>
+              <name>CONFIG::debug</name>
+              <value>false</value>
+            </define>
+            <define>
+              <name>CONFIG::release</name>
+              <value>true</value>
+            </define>
+          </defines>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Text</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Text</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>XML</artifactId>
+        <version>0.9.5-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/Text/pom.xml b/frameworks/projects/Text/pom.xml
index a016433..f7153a7 100644
--- a/frameworks/projects/Text/pom.xml
+++ b/frameworks/projects/Text/pom.xml
@@ -1,88 +1,88 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Text</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: Text</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>TextClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-          <allowSubclassOverrides>true</allowSubclassOverrides>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Text</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: Text</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>TextClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/XML/pom.xml b/frameworks/projects/XML/pom.xml
index 4ff54f7..c26b4be 100644
--- a/frameworks/projects/XML/pom.xml
+++ b/frameworks/projects/XML/pom.xml
@@ -1,88 +1,88 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>projects</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>XML</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Libs: XML</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/basic</uri>

-              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeSources>true</includeSources>

-          <skipExtern>true</skipExtern>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>projects</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>XML</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Libs: XML</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/basic</uri>
+              <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeSources>true</includeSources>
+          <skipExtern>true</skipExtern>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index b059fc8..ec55c40 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -1,124 +1,124 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>frameworks</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>projects</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Framework: Libs</name>

-

-  <modules>

-    <module>Binding</module>

-    <module>Charts</module>

-    <module>Collections</module>

-    <module>Core</module>

-    <module>Basic</module>

-    <module>CreateJS</module>

-    <module>DragDrop</module>

-    <module>Effects</module>

-    <module>Express</module>

-    <module>Flat</module>

-    <module>Formatters</module>

-    <module>FontAwesome</module>

-    <module>GoogleMaps</module>

-    <module>Graphics</module>

-    <module>HTML</module>

-    <module>HTML5</module>

-    <module>JQuery</module>

-    <module>Language</module>

-    <module>MaterialDesignLite</module>

-    <module>Mobile</module>

-    <module>Reflection</module>

-    <module>Network</module>

-    <module>Storage</module>

-    <module>XML</module>

-    <module>Text</module>

-    <module>TLF</module>

-    <module>RoyaleSite</module>

-    <module>MXRoyale</module>

-    <module>Icons</module>

-    <module>SparkRoyale</module>

-    <module>Jewel</module>

-  </modules>

-

-  <profiles>

-    <profile>

-      <id>brokenmodules</id>

-      <modules>

-          <!-- Seems to be missing a flexunit? -->

-          <module>Testing</module>

-      </modules>

-    </profile>

-  </profiles>

-

-  <build>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <configuration>

-          <!-- We don't want dependencies to be linked into the resulting libraries -->

-          <forceSwcExternalLibraryPath>true</forceSwcExternalLibraryPath>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <!--

-      By declaring this dependency here, we force the royale-externs-js to be

-      added to the external library path of all modules. Without this it would

-      have gone to the library path.

-    -->

-    <dependency>

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

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

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>frameworks</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>projects</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Framework: Libs</name>
+
+  <modules>
+    <module>Binding</module>
+    <module>Charts</module>
+    <module>Collections</module>
+    <module>Core</module>
+    <module>Basic</module>
+    <module>CreateJS</module>
+    <module>DragDrop</module>
+    <module>Effects</module>
+    <module>Express</module>
+    <module>Flat</module>
+    <module>Formatters</module>
+    <module>FontAwesome</module>
+    <module>GoogleMaps</module>
+    <module>Graphics</module>
+    <module>HTML</module>
+    <module>HTML5</module>
+    <module>JQuery</module>
+    <module>Language</module>
+    <module>MaterialDesignLite</module>
+    <module>Mobile</module>
+    <module>Reflection</module>
+    <module>Network</module>
+    <module>Storage</module>
+    <module>XML</module>
+    <module>Text</module>
+    <module>TLF</module>
+    <module>RoyaleSite</module>
+    <module>MXRoyale</module>
+    <module>Icons</module>
+    <module>SparkRoyale</module>
+    <module>Jewel</module>
+  </modules>
+
+  <profiles>
+    <profile>
+      <id>brokenmodules</id>
+      <modules>
+          <!-- Seems to be missing a flexunit? -->
+          <module>Testing</module>
+      </modules>
+    </profile>
+  </profiles>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <configuration>
+          <!-- We don't want dependencies to be linked into the resulting libraries -->
+          <forceSwcExternalLibraryPath>true</forceSwcExternalLibraryPath>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-gcl</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <!--
+      By declaring this dependency here, we force the royale-externs-js to be
+      added to the external library path of all modules. Without this it would
+      have gone to the library path.
+    -->
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-js</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/themes/Basic/pom.xml b/frameworks/themes/Basic/pom.xml
index 292c969..95588c6 100644
--- a/frameworks/themes/Basic/pom.xml
+++ b/frameworks/themes/Basic/pom.xml
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>BasicTheme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Basic</name>

-

-  <build>

-    <sourceDirectory>src</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>basic.css</name>

-              <path>../src/basic.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>BasicTheme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Basic</name>
+
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>basic.css</name>
+              <path>../src/basic.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/pom.xml
index b77ae47..e3a0c9c 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

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

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

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/pom.xml
index 6d0cf14..3fa40fb 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

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

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

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

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

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

-

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

-

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

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

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

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

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

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Blue-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Blue-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Blue-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Blue-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/pom.xml
index 0bcbbd7..21944ec 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/pom.xml
index d84e0ef..217a7f9 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Green-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Green-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Green-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Green-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Green-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/pom.xml
index af7eeaf..741cd7f 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Orange-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Orange-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Orange-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Orange-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Orange-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/pom.xml
index e6d8fd6..18c3950 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Red-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Red-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Red-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Red-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Red-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/pom.xml
index cf5a93d..6ac275b 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/pom.xml
index dd8720f..69accc3 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/pom.xml
index 05f4a6a..2375ef2 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Topaz-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml
index ce4d10b..f0b6c52 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme/pom.xml
@@ -1,87 +1,87 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <!-- copied from light version which compiles just fine -->

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <!-- copied from light version which compiles just fine -->
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/pom.xml
index af63e2c..ade3108 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Violet-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Violet-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Violet-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Violet-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Violet-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/pom.xml
index d277cc4..e901018 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Yellow-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/pom.xml
index e0613e0..2f9379d 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Amethyst-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Amethyst-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Amethyst-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Amethyst-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/pom.xml
index cc7e88b..f71f3b2 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Blue-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Blue-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Blue-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Blue-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/pom.xml
index 2af474e..93f7c5d 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Emerald-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Emerald-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Emerald-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Emerald-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/pom.xml
index 1cd9b4a..b45f1cd 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Green-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Green-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Green-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Green-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/pom.xml
index 73d40e4..4975f80 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Orange-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Orange-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Orange-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Orange-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/pom.xml
index b3b2a80..d0ad814 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Red-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Red-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Red-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Red-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/pom.xml
index 40eb922..c418761 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Sapphire-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Sapphire-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Sapphire-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Sapphire-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/pom.xml
index 6b7c7d3..6f474ee 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Sunflower-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Sunflower-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Sunflower-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Sunflower-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/pom.xml
index 9db2b06..9e6f3de 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Topaz-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Topaz-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Topaz-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Topaz-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/pom.xml
index 432f162..44c247d 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Turquoise-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Turquoise-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Turquoise-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Turquoise-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/pom.xml
index 0215dda..f2dc9b1 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Violet-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Violet-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Violet-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Violet-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/pom.xml
index aedd216..0f6341a 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Primary-Yellow-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Yellow-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Primary-Yellow-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Primary-Yellow-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/pom.xml
index df95b14..07acee9 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Amethyst-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/pom.xml
index 80abbaf..e19e7cc 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Blue-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Blue-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Blue-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Blue-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Blue-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/pom.xml
index d1b913f..73083b8 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Emerald-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Emerald-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Emerald-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Emerald-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Emerald-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/pom.xml
index 87e5703..7ee1efd 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Green-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Green-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Green-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Green-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Green-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/pom.xml
index d107bfd..8c712cb 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Orange-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Orange-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Orange-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Orange-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Orange-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/pom.xml
index 64e9517..a39bd2c 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Red-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Red-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Red-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Red-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Red-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/pom.xml
index 80084ae..4cfee41 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sapphire-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/pom.xml
index 3e1a65e..d7bcaa4 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Sunflower-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/pom.xml
index e21aa6b..89ecac9 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Topaz-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Topaz-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Topaz-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Topaz-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Topaz-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/pom.xml
index 0d722f4..000c9ed 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Turquoise-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/pom.xml
index eae888c..a1c5ff0 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Violet-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Violet-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Violet-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Violet-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Violet-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/pom.xml b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/pom.xml
index 9d0c5e9..00bd413 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Secondary-Yellow-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Dark-NoFlat-Secondary-Yellow-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Yellow-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Dark-NoFlat-Secondary-Yellow-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Dark-NoFlat-Secondary-Yellow-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/pom.xml
index 76c667b..647dba7 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Amethyst-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/pom.xml
index a4f48c2..68f28de 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Blue-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Blue-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Blue-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Blue-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Blue-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/pom.xml
index 2fdd50f..e78f5b6 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Emerald-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Emerald-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/pom.xml
index ff47ff9..a2929f5 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Green-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Green-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Green-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Green-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Green-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/pom.xml
index 669fad7..dd033ff 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Orange-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Orange-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Orange-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Orange-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Orange-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/pom.xml
index 0479b3f..abe11f2 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Red-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Red-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Red-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/pom.xml
index b2a1e37..ff02137 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sapphire-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/pom.xml
index 0cf412c..f58bd18 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Sunflower-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/pom.xml
index bc0e5b9..ec3495b 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Topaz-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Topaz-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Topaz-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Topaz-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Topaz-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/pom.xml
index 9b531c5..9e139e5 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Turquoise-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/pom.xml
index 342bcb5..b7dcd2c 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Violet-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Violet-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Violet-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Violet-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Violet-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/pom.xml
index 7686656..9216eb4 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Emphasized-Yellow-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Emphasized-Yellow-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Yellow-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Emphasized-Yellow-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Emphasized-Yellow-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/pom.xml
index de7166b..bda5801 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Amethyst-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Amethyst-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Amethyst-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Amethyst-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/pom.xml
index 5525406..bbc6870 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Blue-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Blue-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Blue-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/pom.xml
index f9f743e..5cfc8bc 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Emerald-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Emerald-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Emerald-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Emerald-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/pom.xml
index 6326449..30b2ac0 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Green-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Green-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Green-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Green-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/pom.xml
index 3588fa8..61721ef 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Orange-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Orange-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Orange-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Orange-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/pom.xml
index a5f0e55..8b6e73d 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Red-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Red-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Red-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Red-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml
index 6ac410b..34424a9 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Sapphire-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Sapphire-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Sapphire-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Sapphire-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/pom.xml
index 3febfcd..dad68a5 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Sunflower-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Sunflower-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Sunflower-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Sunflower-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/pom.xml
index e9a90a8..9082963 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Topaz-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Topaz-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Topaz-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/pom.xml
index 484a071..479d416 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Turquoise-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Turquoise-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Turquoise-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Turquoise-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/pom.xml
index d82d552..eda6669 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Violet-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Violet-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Violet-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Violet-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/pom.xml
index 5febccd..925684a 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Primary-Yellow-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Yellow-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-       <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Primary-Yellow-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Primary-Yellow-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+       <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/pom.xml
index 32ff0aa..1967934 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Amethyst-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Amethyst-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Amethyst-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Amethyst-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Amethyst-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/pom.xml
index ba57eae..1b53fa9 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Blue-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Blue-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Blue-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Blue-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Blue-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/pom.xml
index 5edc5f0..a9e57d6 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Emerald-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Emerald-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Emerald-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Emerald-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Emerald-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/pom.xml
index 2185c66..45b05ba 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Green-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Green-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Green-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Green-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Green-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/pom.xml
index c6931a6..bb27136 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Orange-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Orange-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Orange-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Orange-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Orange-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/pom.xml
index 5c39159..2f7dfae 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Red-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Red-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Red-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Red-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Red-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/pom.xml
index bc288d8..53b33a1 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sapphire-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Sapphire-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Sapphire-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/pom.xml
index 039dbd7..56fcc62 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Sunflower-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Sunflower-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Sunflower-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Sunflower-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Sunflower-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/pom.xml
index 550eaff..dea58dd 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Topaz-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Topaz-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Topaz-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Topaz-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/pom.xml
index bf4fcf7..b52bc0c 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Turquoise-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Turquoise-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Turquoise-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Turquoise-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Turquoise-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/pom.xml
index 380d59d..048f1ee 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Violet-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Violet-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Violet-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Violet-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Violet-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/pom.xml
index 31e0564..6918df7 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Secondary-Yellow-Theme/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>Jewel-Light-NoFlat-Secondary-Yellow-Theme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Yellow-Theme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../../JewelTheme/src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <resources>

-            <!-- Depends on JewelTheme SASS framework files-->

-            <resource>

-                <source>

-                    <directory>${basedir}/src/main/sass</directory>

-                    <includes>

-                        <include>defaults.sass</include>

-                    </includes>

-                </source>

-                <destination>${basedir}/src/main/resources</destination>

-            </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>Jewel-Light-NoFlat-Secondary-Yellow-Theme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: Jewel-Light-NoFlat-Secondary-Yellow-Theme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../../JewelTheme/src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <resources>
+            <!-- Depends on JewelTheme SASS framework files-->
+            <resource>
+                <source>
+                    <directory>${basedir}/src/main/sass</directory>
+                    <includes>
+                        <include>defaults.sass</include>
+                    </includes>
+                </source>
+                <destination>${basedir}/src/main/resources</destination>
+            </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/JewelTheme/pom.xml b/frameworks/themes/JewelTheme/pom.xml
index 9e3e858..74fe0fc 100644
--- a/frameworks/themes/JewelTheme/pom.xml
+++ b/frameworks/themes/JewelTheme/pom.xml
@@ -1,140 +1,140 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>JewelTheme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: JewelTheme</name>

-

-  <build>

-    <sourceDirectory>src/main/royale</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <namespaces>

-            <namespace>

-              <uri>library://ns.apache.org/royale/jewel</uri>

-              <manifest>${project.basedir}/src/main/resources/jeweltheme-manifest.xml</manifest>

-            </namespace>

-            <namespace>

-              <type>as</type>

-              <uri>library://ns.apache.org/royale/jewel</uri>

-              <manifest>${project.basedir}/src/main/resources/jeweltheme-as-manifest.xml</manifest>

-            </namespace>

-          </namespaces>

-          <includeClasses>

-            <includeClass>JewelThemeClasses</includeClass>

-          </includeClasses>

-          <includeFiles>

-            <include-file>

-              <name>assets/*</name>

-              <path>../src/main/resources/assets/*</path>

-            </include-file>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/main/resources/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-      <plugin>

-        <groupId>nl.geodienstencentrum.maven</groupId>

-        <artifactId>sass-maven-plugin</artifactId>

-        <configuration>

-          <!-- <sassOptions>

-            <style>:compressed</style>

-            <always_update>true</always_update>

-          </sassOptions> -->

-          <resources>

-              <resource>

-                  <source>

-                      <directory>${basedir}/src/main/sass</directory>

-                      <includes>

-                          <include>defaults.sass</include>

-                      </includes>

-                  </source>

-                  <destination>${basedir}/src/main/resources</destination>

-              </resource>

-          </resources>

-        </configuration>

-        <executions>

-          <execution>

-              <id>generate-css-using-sass</id>

-              <goals>

-                  <goal>update-stylesheets</goal>

-              </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.flash.framework</groupId>

-      <artifactId>playerglobal</artifactId>

-      <version>${flash.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Jewel</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>JewelTheme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: JewelTheme</name>
+
+  <build>
+    <sourceDirectory>src/main/royale</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <namespaces>
+            <namespace>
+              <uri>library://ns.apache.org/royale/jewel</uri>
+              <manifest>${project.basedir}/src/main/resources/jeweltheme-manifest.xml</manifest>
+            </namespace>
+            <namespace>
+              <type>as</type>
+              <uri>library://ns.apache.org/royale/jewel</uri>
+              <manifest>${project.basedir}/src/main/resources/jeweltheme-as-manifest.xml</manifest>
+            </namespace>
+          </namespaces>
+          <includeClasses>
+            <includeClass>JewelThemeClasses</includeClass>
+          </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>assets/*</name>
+              <path>../src/main/resources/assets/*</path>
+            </include-file>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>nl.geodienstencentrum.maven</groupId>
+        <artifactId>sass-maven-plugin</artifactId>
+        <configuration>
+          <!-- <sassOptions>
+            <style>:compressed</style>
+            <always_update>true</always_update>
+          </sassOptions> -->
+          <resources>
+              <resource>
+                  <source>
+                      <directory>${basedir}/src/main/sass</directory>
+                      <includes>
+                          <include>defaults.sass</include>
+                      </includes>
+                  </source>
+                  <destination>${basedir}/src/main/resources</destination>
+              </resource>
+          </resources>
+        </configuration>
+        <executions>
+          <execution>
+              <id>generate-css-using-sass</id>
+              <goals>
+                  <goal>update-stylesheets</goal>
+              </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Jewel</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+
+</project>
diff --git a/frameworks/themes/MDL/pom.xml b/frameworks/themes/MDL/pom.xml
index fb9ec8f..7fa6e7a 100644
--- a/frameworks/themes/MDL/pom.xml
+++ b/frameworks/themes/MDL/pom.xml
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MDLTheme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: MDL</name>

-

-  <build>

-    <sourceDirectory>src</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>defaults.css</name>

-              <path>../src/defaults.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MDLTheme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: MDL</name>
+
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/defaults.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/MXRoyale/pom.xml b/frameworks/themes/MXRoyale/pom.xml
index 9b86056..c8ed8ed 100644
--- a/frameworks/themes/MXRoyale/pom.xml
+++ b/frameworks/themes/MXRoyale/pom.xml
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>themes</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>MXTheme</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>swc</packaging>

-

-  <name>Apache Royale: Framework: Themes: MX</name>

-

-  <build>

-    <sourceDirectory>src</sourceDirectory>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.royale.compiler</groupId>

-        <artifactId>royale-maven-plugin</artifactId>

-        <version>${royale.compiler.version}</version>

-        <extensions>true</extensions>

-        <configuration>

-          <includeFiles>

-            <include-file>

-              <name>mx.css</name>

-              <path>../src/mx.css</path>

-            </include-file>

-          </includeFiles>

-        </configuration>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>themes</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>MXTheme</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>swc</packaging>
+
+  <name>Apache Royale: Framework: Themes: MX</name>
+
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.royale.compiler</groupId>
+        <artifactId>royale-maven-plugin</artifactId>
+        <version>${royale.compiler.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeFiles>
+            <include-file>
+              <name>mx.css</name>
+              <path>../src/mx.css</path>
+            </include-file>
+          </includeFiles>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/frameworks/themes/pom.xml b/frameworks/themes/pom.xml
index a137ca3..2ee92ab 100644
--- a/frameworks/themes/pom.xml
+++ b/frameworks/themes/pom.xml
@@ -1,152 +1,152 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>frameworks</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>themes</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Framework: Themes</name>

-

-  <modules>

-    <module>Basic</module>

-    <module>MDL</module>

-	<module>MXRoyale</module>

-

-    <module>JewelTheme</module>

-    

-    	<module>Jewel-Light-NoFlat-Primary-Amethyst-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Blue-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Emerald-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Green-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Orange-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Red-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Sapphire-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Sunflower-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Topaz-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Turquoise-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Violet-Theme</module>

-    	<module>Jewel-Light-NoFlat-Primary-Yellow-Theme</module>

-    	

-    	<module>Jewel-Light-NoFlat-Secondary-Amethyst-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Blue-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Emerald-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Green-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Orange-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Red-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Sunflower-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Topaz-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Turquoise-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Violet-Theme</module>

-    	<module>Jewel-Light-NoFlat-Secondary-Yellow-Theme</module>

-    	

-    	<module>Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Blue-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Green-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Orange-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Red-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Topaz-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Violet-Theme</module>

-    	<module>Jewel-Light-NoFlat-Emphasized-Yellow-Theme</module>

-

-      <module>Jewel-Dark-NoFlat-Primary-Amethyst-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Blue-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Emerald-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Green-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Orange-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Red-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Sapphire-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Sunflower-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Topaz-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Turquoise-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Violet-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Primary-Yellow-Theme</module>

-    	

-    	<module>Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Blue-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Emerald-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Green-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Orange-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Red-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Topaz-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Violet-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Secondary-Yellow-Theme</module>

-    	

-    	<module>Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Blue-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Green-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Orange-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Red-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Violet-Theme</module>

-    	<module>Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</module>

-    	

-  </modules>

-

-  <dependencies>

-    <dependency>

-      <groupId>com.adobe.air.framework</groupId>

-      <artifactId>airglobal</artifactId>

-      <version>${air.version}</version>

-      <type>swc</type>

-      <scope>provided</scope>

-    </dependency>

-    

-    <dependency>

-      <groupId>org.apache.royale.typedefs</groupId>

-      <artifactId>royale-typedefs-gcl</artifactId>

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-    </dependency>

-    <!--

-     By declaring this dependency here, we force the royale-externs-js to be

-     added to the external library path of all modules. Without this it would

-     have gone to the library path.

-     -->

-    <dependency>

-      <groupId>org.apache.royale.typedefs</groupId>

-      <artifactId>royale-typedefs-js</artifactId>

-      <version>${royale.typedefs.version}</version>

-      <type>swc</type>

-      <classifier>typedefs</classifier>

-      <scope>runtime</scope>

-    </dependency>

-  </dependencies>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>frameworks</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>themes</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Framework: Themes</name>
+
+  <modules>
+    <module>Basic</module>
+    <module>MDL</module>
+	<module>MXRoyale</module>
+
+    <module>JewelTheme</module>
+    
+    	<module>Jewel-Light-NoFlat-Primary-Amethyst-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Blue-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Emerald-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Green-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Orange-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Red-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Sapphire-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Sunflower-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Topaz-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Turquoise-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Violet-Theme</module>
+    	<module>Jewel-Light-NoFlat-Primary-Yellow-Theme</module>
+    	
+    	<module>Jewel-Light-NoFlat-Secondary-Amethyst-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Blue-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Emerald-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Green-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Orange-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Red-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Sapphire-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Sunflower-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Topaz-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Turquoise-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Violet-Theme</module>
+    	<module>Jewel-Light-NoFlat-Secondary-Yellow-Theme</module>
+    	
+    	<module>Jewel-Light-NoFlat-Emphasized-Amethyst-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Blue-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Emerald-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Green-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Orange-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Red-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Sapphire-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Sunflower-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Topaz-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Turquoise-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Violet-Theme</module>
+    	<module>Jewel-Light-NoFlat-Emphasized-Yellow-Theme</module>
+
+      <module>Jewel-Dark-NoFlat-Primary-Amethyst-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Blue-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Emerald-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Green-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Orange-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Red-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Sapphire-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Sunflower-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Topaz-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Turquoise-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Violet-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Primary-Yellow-Theme</module>
+    	
+    	<module>Jewel-Dark-NoFlat-Secondary-Amethyst-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Blue-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Emerald-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Green-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Orange-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Red-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Sapphire-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Sunflower-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Topaz-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Turquoise-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Violet-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Secondary-Yellow-Theme</module>
+    	
+    	<module>Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Blue-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Emerald-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Green-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Orange-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Red-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Sapphire-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Topaz-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Violet-Theme</module>
+    	<module>Jewel-Dark-NoFlat-Emphasized-Yellow-Theme</module>
+    	
+  </modules>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-gcl</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <!--
+     By declaring this dependency here, we force the royale-externs-js to be
+     added to the external library path of all modules. Without this it would
+     have gone to the library path.
+     -->
+    <dependency>
+      <groupId>org.apache.royale.typedefs</groupId>
+      <artifactId>royale-typedefs-js</artifactId>
+      <version>${royale.typedefs.version}</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml
index 93cc39b..d9ed86a 100644
--- a/manualtests/UnitTests/pom.xml
+++ b/manualtests/UnitTests/pom.xml
@@ -1,171 +1,171 @@
-<?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/maven-v4_0_0.xsd">

-	<modelVersion>4.0.0</modelVersion>

-

-	<parent>

-		<groupId>org.apache.royale.manualtests</groupId>

-		<artifactId>manualtests</artifactId>

-		<version>0.9.5-SNAPSHOT</version>

-	</parent>

-	<artifactId>UnitTests</artifactId>

-	<version>0.9.5-SNAPSHOT</version>

-	<packaging>swf</packaging>

-	<name>Apache Royale: ManualTests: UnitTests</name>

-	

-	<properties> 

-		<title>${project.artifactId}</title>

-		<bgcolor>#ffffff</bgcolor> 

-		<useBrowserHistory>--</useBrowserHistory>

-		<version_major>11</version_major>

-		<version_minor>1</version_minor>

-		<version_revision>0</version_revision>

-		<expressInstallSwf>expressInstall.swf</expressInstallSwf>

-		<application>${project.artifactId}</application>

-		<swf>${project.artifactId}</swf>

-		<width>100%</width>

-		<height>100%</height>

-	</properties>

-

-	<build>

-		<defaultGoal>compile</defaultGoal>

-		<plugins>

-			<plugin>

-				<groupId>org.apache.royale.compiler</groupId>

-				<artifactId>royale-maven-plugin</artifactId>

-				<extensions>true</extensions>

-				<configuration>

-					<targets>SWF</targets>

-					<mainClass>${project.artifactId}.mxml</mainClass>

-                    <removeCirculars>true</removeCirculars>

-					<debug>true</debug>

-					<additionalCompilerOptions>-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta -keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta</additionalCompilerOptions>

-					<outputDirectory>${basedir}/target/bin-debug</outputDirectory>

-					<flashOutputFileName>${project.artifactId}.swf</flashOutputFileName>

-				</configuration>

-				<executions>

-					<execution>

-						<id>compile-js</id>

-						<phase>process-sources</phase>

-						<goals>

-							<goal>compile-app</goal>

-						</goals>

-						<configuration>

-							<targets>JSRoyale</targets>

-							<mainClass>${project.artifactId}.mxml</mainClass>

-							<debug>false</debug>

-							<additionalCompilerOptions>-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta -keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta</additionalCompilerOptions>

-							<outputDirectory>${basedir}/target</outputDirectory>

-						</configuration>

-					</execution>

-				</executions>	

-			</plugin>

-			<plugin>

-				<artifactId>maven-resources-plugin</artifactId>

-				<version>3.1.0</version>

-				<executions>

-					<execution>

-						<id>copy-template-swf</id>

-						<phase>compile</phase>

-						<goals>

-							<goal>copy-resources</goal>

-						</goals>

-						<configuration>

-							<outputDirectory>${basedir}/target/bin-debug</outputDirectory>

-							<includeEmptyDirs>true</includeEmptyDirs>

-							<resources>

-								<resource>

-									<directory>${basedir}/../../templates/swfobject</directory>

-									<filtering>true</filtering>									

-								</resource>

-							</resources>

-						</configuration>

-					</execution>

-				</executions>

-			</plugin>

-			<plugin>

-				<groupId>com.coderplus.maven.plugins</groupId>

-				<artifactId>copy-rename-maven-plugin</artifactId>

-				<version>1.0.1</version>

-				<executions>

-					<execution>

-						<id>rename-file</id>

-						<phase>compile</phase>

-						<goals>

-							<goal>rename</goal>

-						</goals>

-						<configuration>

-							<sourceFile>${basedir}/target/bin-debug/index.template.html</sourceFile>

-							<destinationFile>${basedir}/target/bin-debug/${project.artifactId}.html</destinationFile>

-						</configuration>

-					</execution>

-				</executions>

-			</plugin>

-

-

-			<!--<plugin>

-         <groupId>com.google.code.maven-replacer-plugin</groupId>

-         <artifactId>replacer</artifactId>

-         <version>1.5.2</version>

-         <executions>

-           <execution>

-             <id>configure-swf-template</id>

-             <phase>compile</phase>

-             <goals>

-               <goal>replace</goal>

-             </goals>

-             <configuration>

-               <file>${basedir}/bin-debug/index.template.html</file>

-			   <regex>false</regex>

-               <replacements>

-               

-               </replacements>

-             </configuration>

-           </execution>

-		    </executions>

-			</plugin>-->

-		</plugins>

-	</build>

-

-	<dependencies>

-		<dependency>

-			<groupId>com.adobe.flash.framework</groupId>

-			<artifactId>playerglobal</artifactId>

-			<version>${flash.version}</version>

-			<type>swc</type>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.royale.framework</groupId>

-			<artifactId>Reflection</artifactId>

-			<version>0.9.5-SNAPSHOT</version>

-			<type>swc</type>

-			<classifier>swf</classifier>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.royale.framework</groupId>

-			<artifactId>Reflection</artifactId>

-			<version>0.9.5-SNAPSHOT</version>

-			<type>swc</type>

-			<classifier>js</classifier>

-		</dependency>

-	</dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.royale.manualtests</groupId>
+		<artifactId>manualtests</artifactId>
+		<version>0.9.5-SNAPSHOT</version>
+	</parent>
+	<artifactId>UnitTests</artifactId>
+	<version>0.9.5-SNAPSHOT</version>
+	<packaging>swf</packaging>
+	<name>Apache Royale: ManualTests: UnitTests</name>
+	
+	<properties> 
+		<title>${project.artifactId}</title>
+		<bgcolor>#ffffff</bgcolor> 
+		<useBrowserHistory>--</useBrowserHistory>
+		<version_major>11</version_major>
+		<version_minor>1</version_minor>
+		<version_revision>0</version_revision>
+		<expressInstallSwf>expressInstall.swf</expressInstallSwf>
+		<application>${project.artifactId}</application>
+		<swf>${project.artifactId}</swf>
+		<width>100%</width>
+		<height>100%</height>
+	</properties>
+
+	<build>
+		<defaultGoal>compile</defaultGoal>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.royale.compiler</groupId>
+				<artifactId>royale-maven-plugin</artifactId>
+				<extensions>true</extensions>
+				<configuration>
+					<targets>SWF</targets>
+					<mainClass>${project.artifactId}.mxml</mainClass>
+                    <removeCirculars>true</removeCirculars>
+					<debug>true</debug>
+					<additionalCompilerOptions>-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta -keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta</additionalCompilerOptions>
+					<outputDirectory>${basedir}/target/bin-debug</outputDirectory>
+					<flashOutputFileName>${project.artifactId}.swf</flashOutputFileName>
+				</configuration>
+				<executions>
+					<execution>
+						<id>compile-js</id>
+						<phase>process-sources</phase>
+						<goals>
+							<goal>compile-app</goal>
+						</goals>
+						<configuration>
+							<targets>JSRoyale</targets>
+							<mainClass>${project.artifactId}.mxml</mainClass>
+							<debug>false</debug>
+							<additionalCompilerOptions>-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta -keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta</additionalCompilerOptions>
+							<outputDirectory>${basedir}/target</outputDirectory>
+						</configuration>
+					</execution>
+				</executions>	
+			</plugin>
+			<plugin>
+				<artifactId>maven-resources-plugin</artifactId>
+				<version>3.1.0</version>
+				<executions>
+					<execution>
+						<id>copy-template-swf</id>
+						<phase>compile</phase>
+						<goals>
+							<goal>copy-resources</goal>
+						</goals>
+						<configuration>
+							<outputDirectory>${basedir}/target/bin-debug</outputDirectory>
+							<includeEmptyDirs>true</includeEmptyDirs>
+							<resources>
+								<resource>
+									<directory>${basedir}/../../templates/swfobject</directory>
+									<filtering>true</filtering>									
+								</resource>
+							</resources>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>com.coderplus.maven.plugins</groupId>
+				<artifactId>copy-rename-maven-plugin</artifactId>
+				<version>1.0.1</version>
+				<executions>
+					<execution>
+						<id>rename-file</id>
+						<phase>compile</phase>
+						<goals>
+							<goal>rename</goal>
+						</goals>
+						<configuration>
+							<sourceFile>${basedir}/target/bin-debug/index.template.html</sourceFile>
+							<destinationFile>${basedir}/target/bin-debug/${project.artifactId}.html</destinationFile>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+
+
+			<!--<plugin>
+         <groupId>com.google.code.maven-replacer-plugin</groupId>
+         <artifactId>replacer</artifactId>
+         <version>1.5.2</version>
+         <executions>
+           <execution>
+             <id>configure-swf-template</id>
+             <phase>compile</phase>
+             <goals>
+               <goal>replace</goal>
+             </goals>
+             <configuration>
+               <file>${basedir}/bin-debug/index.template.html</file>
+			   <regex>false</regex>
+               <replacements>
+               
+               </replacements>
+             </configuration>
+           </execution>
+		    </executions>
+			</plugin>-->
+		</plugins>
+	</build>
+
+	<dependencies>
+		<dependency>
+			<groupId>com.adobe.flash.framework</groupId>
+			<artifactId>playerglobal</artifactId>
+			<version>${flash.version}</version>
+			<type>swc</type>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.royale.framework</groupId>
+			<artifactId>Reflection</artifactId>
+			<version>0.9.5-SNAPSHOT</version>
+			<type>swc</type>
+			<classifier>swf</classifier>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.royale.framework</groupId>
+			<artifactId>Reflection</artifactId>
+			<version>0.9.5-SNAPSHOT</version>
+			<type>swc</type>
+			<classifier>js</classifier>
+		</dependency>
+	</dependencies>
+
+</project>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index aded13b..f9f542e 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -1,184 +1,184 @@
-<?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/maven-v4_0_0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-  

-  <groupId>org.apache.royale.manualtests</groupId>

-  <artifactId>manualtests</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-  

-  <properties>

-    <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>

-    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>

-  </properties>

-  <name>Apache Royale: ManualTests</name>

-

-  <modules>

-    <module>UnitTests</module> 

-  </modules>

-

-  <build>

-  <defaultGoal>compile</defaultGoal>

-  <sourceDirectory>src/main/royale</sourceDirectory>

-    <resources>

-      <resource>

-        <directory>src/main/resources</directory>

-        <filtering>true</filtering>

-      </resource>

-    </resources>

-    <pluginManagement>

-      <plugins>

-        <!-- Copy the resources to the compiler output directory -->

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-resources-plugin</artifactId>

-          <version>3.1.0</version>

-          <configuration>

-            <outputDirectory>${compiler.output-dir}</outputDirectory>

-          </configuration>

-        </plugin>

-        <plugin>

-          <groupId>org.apache.royale.compiler</groupId>

-          <artifactId>royale-maven-plugin</artifactId>

-          <version>${royale.compiler.version}</version>

-          <extensions>true</extensions>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-	<plugins />

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Core</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Language</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Basic</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>HTML</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Collections</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Binding</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>swf</classifier>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.royale.framework</groupId>

-      <artifactId>Graphics</artifactId>

-      <version>0.9.5-SNAPSHOT</version>

-      <type>swc</type>

-      <classifier>js</classifier>

-    </dependency>

-  </dependencies>

-  <profiles>

-    <profile>

-      <id>release</id>

-      <properties>

-	  <compiler.debug>false</compiler.debug>

-        <compiler.output-dir>${basedir}/target/javascript/bin/js-release</compiler.output-dir>

-      </properties>

-    </profile>

-   </profiles>

-</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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.apache.royale.manualtests</groupId>
+  <artifactId>manualtests</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  
+  <properties>
+    <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
+    <royale.framework.version>0.9.5-SNAPSHOT</royale.framework.version>
+  </properties>
+  <name>Apache Royale: ManualTests</name>
+
+  <modules>
+    <module>UnitTests</module> 
+  </modules>
+
+  <build>
+  <defaultGoal>compile</defaultGoal>
+  <sourceDirectory>src/main/royale</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <pluginManagement>
+      <plugins>
+        <!-- Copy the resources to the compiler output directory -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+          <configuration>
+            <outputDirectory>${compiler.output-dir}</outputDirectory>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.royale.compiler</groupId>
+          <artifactId>royale-maven-plugin</artifactId>
+          <version>${royale.compiler.version}</version>
+          <extensions>true</extensions>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+	<plugins />
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Core</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Language</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>HTML</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+  </dependencies>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+	  <compiler.debug>false</compiler.debug>
+        <compiler.output-dir>${basedir}/target/javascript/bin/js-release</compiler.output-dir>
+      </properties>
+    </profile>
+   </profiles>
+</project>
diff --git a/pom.xml b/pom.xml
index 0708bc4..146b1a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,409 +1,409 @@
-<?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</groupId>

-    <artifactId>apache</artifactId>

-    <version>18</version>

-    <relativePath />

-  </parent>

-

-  <groupId>org.apache.royale.framework</groupId>

-  <artifactId>royale-framework-parent</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>pom</packaging>

-

-  <name>Apache Royale: Framework: Parent</name>

-  <description>The Apache Royale Project</description>

-

-  <!--

-        This build builds only the framework libraries per default.

-        - In order to build the examples, activate the "build-examples" profile

-        - In order to assemble a distribution, activate the "build-distribution" profile.

-  -->

-

-  <scm>

-    <connection>scm:git:git@github.com:apache/royale-asjs.git</connection>

-    <developerConnection>scm:git:git@github.com:apache/royale-asjs.git</developerConnection>

-    <url>scm:git:git@github.com:apache/royale-asjs.git</url>

-    <tag>release/0.9.3</tag>

-  </scm>

-

-  <properties>

-    <java.version>1.6</java.version>

-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>

-    <maven.version>3.5.4</maven.version>

-

-    <royale.compiler.version>0.9.5-SNAPSHOT</royale.compiler.version>

-    <royale.typedefs.version>0.9.5-SNAPSHOT</royale.typedefs.version>

-    <royale.build-tools.version>1.0.0</royale.build-tools.version>

-

-    <royale.debug>true</royale.debug>

-    <flex.version>4.15.0</flex.version>

-    <flash.version>20.0</flash.version>

-    <air.version>20.0</air.version>

-    <!-- For SWF versions see: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html -->

-    <swf.version>31</swf.version>

-

-    <selenium.version>3.4.0</selenium.version>

-    <junit.version>4.12</junit.version>

-

-    <!-- URL of the ASF SonarQube server -->

-    <sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>

-    <!-- Exclude all generated code -->

-    <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>

-  </properties>

-

-  <!-- Only configure the site distribution as the rest is handled by the apache parent -->

-  <distributionManagement>

-    <site>

-      <id>apache.website</id>

-      <url>scm:git:https://git-wip-us.apache.org/repos/asf/royale-asjs.git</url>

-    </site>

-  </distributionManagement>

-

-  <issueManagement>

-    <system>Jira</system>

-    <url>https://github.com/apache/royale-asjs/issues</url>

-  </issueManagement>

-

-  <mailingLists>

-    <mailingList>

-      <name>Apache Royale User List</name>

-      <subscribe>users-subscribe@royale.apache.org</subscribe>

-      <unsubscribe>users-unsubscribe@royale.apache.org</unsubscribe>

-      <post>users@royale.apache.org</post>

-      <archive>http://mail-archives.apache.org/mod_mbox/royale-users/</archive>

-    </mailingList>

-    <mailingList>

-      <name>Apache Royale Developer List</name>

-      <subscribe>dev-subscribe@royale.apache.org</subscribe>

-      <unsubscribe>dev-unsubscribe@royale.apache.org</unsubscribe>

-      <post>dev@royale.apache.org</post>

-      <archive>http://mail-archives.apache.org/mod_mbox/royale-dev/</archive>

-    </mailingList>

-  </mailingLists>

-

-  <modules>

-    <module>frameworks</module>

-    <module>archetypes</module>

-  </modules>

-

-  <build>

-    <pluginManagement>

-      <plugins>

-        <plugin>

-          <groupId>org.apache.royale.compiler</groupId>

-          <artifactId>royale-maven-plugin</artifactId>

-          <version>${royale.compiler.version}</version>

-          <extensions>true</extensions>

-          <configuration>

-            <targetPlayer>${flash.version}</targetPlayer>

-            <debug>${royale.debug}</debug>

-            <keepAs3Metadata>

-              <name>Bindable</name>

-              <name>Managed</name>

-              <name>ChangeEvent</name>

-              <name>NonCommittingChangeEvent</name>

-              <name>Transient</name>

-              <name>Mixin</name>

-            </keepAs3Metadata>

-          </configuration>

-          <dependencies>

-            <dependency>

-              <groupId>org.apache.royale.compiler</groupId>

-              <artifactId>compiler-jx</artifactId>

-              <version>${royale.compiler.version}</version>

-            </dependency>

-          </dependencies>

-        </plugin>

-

-        <plugin>

-          <groupId>org.codehaus.mojo</groupId>

-          <artifactId>versions-maven-plugin</artifactId>

-          <version>2.7</version>

-        </plugin>

-        

-        <plugin>

-          <groupId>org.codehaus.mojo</groupId>

-          <artifactId>build-helper-maven-plugin</artifactId>

-          <version>3.0.0</version>

-        </plugin>

-

-        <plugin>

-          <groupId>nl.geodienstencentrum.maven</groupId>

-          <artifactId>sass-maven-plugin</artifactId>

-          <version>3.6.0</version>

-        </plugin>

-

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-war-plugin</artifactId>

-          <version>3.2.0</version>

-        </plugin>

-

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-release-plugin</artifactId>

-          <version>3.0.0-SNAPSHOT</version>

-        </plugin>

-

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-scm-publish-plugin</artifactId>

-          <version>3.0.0</version>

-        </plugin>

-

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-scm-plugin</artifactId>

-          <version>1.10.0</version>

-        </plugin>

-<!--

-        <plugin>

-          <groupId>org.sonarsource.scanner.maven</groupId>

-          <artifactId>sonar-maven-plugin</artifactId>

-          <version>3.2</version>

-        </plugin>-->

-      </plugins>

-    </pluginManagement>

-    <plugins>

-      <!-- Check if all source files have the required apache license headers -->

-      <plugin>

-        <groupId>org.apache.rat</groupId>

-        <artifactId>apache-rat-plugin</artifactId>

-        <version>0.12</version>

-        <executions>

-          <execution>

-            <id>license-check</id>

-            <phase>verify</phase>

-            <goals>

-              <goal>check</goal>

-            </goals>

-          </execution>

-        </executions>

-        <configuration>

-          <excludes>

-            <!-- JSON files can't contain comments -->

-            <exclude>**/*.json</exclude>

-            <!-- This is appended to the LICENSE file for binary packages-->

-            <exclude>LICENSE.bin</exclude>

-            <!-- READMEs don't have headers -->

-            <exclude>README.md</exclude>

-            <exclude>npm/README.md</exclude>

-            <!-- RELEASE_NOTES don't have headers either -->

-            <exclude>**/RELEASE_NOTES.md</exclude>

-

-            <!-- Stuff that needs to be removed -->

-            <exclude>fxg2svg/**</exclude>

-            <exclude>vf2js/**</exclude>

-            <!-- Should probably also be removed -->

-            <exclude>js/*jshint*</exclude>

-            <!-- FlashBuilder settings. frameworks/fb.properties contains Alex' path entries and should be removed -->

-            <exclude>fb.properties</exclude>

-            <!-- FlashBuilder / Eclipse settings. If checked in, they should have apache headers -->

-            <exclude>**/.settings/**</exclude>

-            <!-- Ignore IntelliJ IDEA project files -->

-            <exclude>**/*.iml</exclude>

-            <exclude>**/.idea/**</exclude>

-            <!-- SASS cc.map generated files by sass-maven-plugin-->

-            <exclude>**/*.css.map</exclude>

-            <!-- swfobject.js is MIT License-->

-            <exclude>**/swfobject.js</exclude>

-            <!-- audio file doesn't have rat-able license-->

-            <exclude>**/ping.mp3</exclude>

-            <!--

-                Exclude any eventually existing content of target directories.

-                Some times when building with a bigger maven reactor and then

-                with a smaller one, RAT will complain about stuff still in the

-                target directories. We don't want that.

-            -->

-            <exclude>**/target/**</exclude>

-          </excludes>

-        </configuration>

-        <dependencies>

-          <dependency>

-            <groupId>org.apache.maven.doxia</groupId>

-            <artifactId>doxia-core</artifactId>

-            <version>1.6</version>

-            <exclusions>

-              <exclusion>

-                <groupId>xerces</groupId>

-                <artifactId>xercesImpl</artifactId>

-              </exclusion>

-            </exclusions>

-          </dependency>

-        </dependencies>

-      </plugin>

-

-      <!-- Configure the Site generation -->

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-site-plugin</artifactId>

-        <!-- Downgraded to 3.4 as 3.5 and 3.5.1 seem to have issues with the velocity tools -->

-        <version>3.7.1</version>

-        <configuration>

-          <generateReports>true</generateReports>

-          <generateSitemap>true</generateSitemap>

-          <relativizeDecorationLinks>false</relativizeDecorationLinks>

-          <locales>en</locales>

-          <inputEncoding>${project.build.sourceEncoding}</inputEncoding>

-          <outputEncoding>${project.reporting.outputencoding}</outputEncoding>

-        </configuration>

-        <dependencies>

-          <dependency>

-            <groupId>commons-lang</groupId>

-            <artifactId>commons-lang</artifactId>

-            <version>2.6</version>

-          </dependency>

-          <dependency>

-            <groupId>org.apache.maven.doxia</groupId>

-            <artifactId>doxia-core</artifactId>

-            <version>1.8</version>

-          </dependency>

-          <!-- All dependencies needed by the reflow skin -->

-          <dependency>

-            <groupId>lt.velykis.maven.skins</groupId>

-            <artifactId>reflow-velocity-tools</artifactId>

-            <version>1.1.1</version>

-          </dependency>

-          <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-            <version>1.7</version>

-          </dependency>

-        </dependencies>

-      </plugin>

-

-      <!--

-        Make the maven-site-plugin stage the output in the "asf-site" branch

-      -->

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-scm-publish-plugin</artifactId>

-        <version>3.0.0</version>

-        <executions>

-          <execution>

-            <id>scm-publish</id>

-            <phase>site-deploy</phase>

-            <!-- deploy site with maven-scm-publish-plugin -->

-            <goals>

-              <goal>publish-scm</goal>

-            </goals>

-            <configuration>

-              <!-- mono-module doesn't require site:stage -->

-              <content>${project.build.directory}/site</content>

-              <!-- branch where to deploy -->

-              <scmBranch>asf-site</scmBranch>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <profiles>

-    <profile>

-      <id>release</id>

-      <properties>

-        <royale.debug>false</royale.debug>

-      </properties>

-    </profile>

-

-    <profile>

-      <id>build-examples</id>

-      <modules>

-        <module>examples</module>

-      </modules>

-    </profile>

-

-    <profile>

-      <id>build-distribution</id>

-      <modules>

-        <module>distribution</module>

-      </modules>

-    </profile>

-

-    <profile>

-      <id>build-manualtests</id>

-      <modules>

-        <module>manualtests</module>

-      </modules>

-    </profile>

-

-    <profile>

-      <id>run-testsuite</id>

-      <modules>

-        <module>testsuite</module>

-      </modules>

-    </profile>

-  </profiles>

-

-  <repositories>

-    <repository>

-      <id>apache-release</id>

-      <url>https://repository.apache.org/content/repositories/releases</url>

-      <releases>

-        <enabled>true</enabled>

-      </releases>

-      <snapshots>

-        <enabled>false</enabled>

-      </snapshots>

-    </repository>

-    <repository>

-      <id>apache-snapshots</id>

-      <url>https://repository.apache.org/content/repositories/snapshots</url>

-      <releases>

-        <enabled>false</enabled>

-      </releases>

-      <snapshots>

-        <enabled>true</enabled>

-      </snapshots>

-    </repository>

-  </repositories>

-

-  <pluginRepositories>

-    <pluginRepository>

-      <id>apache-plugins-release</id>

-      <url>https://repository.apache.org/content/repositories/releases</url>

-      <releases>

-        <enabled>true</enabled>

-      </releases>

-      <snapshots>

-        <enabled>false</enabled>

-      </snapshots>

-    </pluginRepository>

-    <pluginRepository>

-      <id>apache-plugins-snapshots</id>

-      <url>https://repository.apache.org/content/repositories/snapshots</url>

-      <releases>

-        <enabled>false</enabled>

-      </releases>

-      <snapshots>

-        <enabled>true</enabled>

-      </snapshots>

-    </pluginRepository>

-  </pluginRepositories>

-

-</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</groupId>
+    <artifactId>apache</artifactId>
+    <version>18</version>
+    <relativePath />
+  </parent>
+
+  <groupId>org.apache.royale.framework</groupId>
+  <artifactId>royale-framework-parent</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Royale: Framework: Parent</name>
+  <description>The Apache Royale Project</description>
+
+  <!--
+        This build builds only the framework libraries per default.
+        - In order to build the examples, activate the "build-examples" profile
+        - In order to assemble a distribution, activate the "build-distribution" profile.
+  -->
+
+  <scm>
+    <connection>scm:git:git@github.com:apache/royale-asjs.git</connection>
+    <developerConnection>scm:git:git@github.com:apache/royale-asjs.git</developerConnection>
+    <url>scm:git:git@github.com:apache/royale-asjs.git</url>
+    <tag>release/0.9.5</tag>
+  </scm>
+
+  <properties>
+    <java.version>1.6</java.version>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
+    <maven.version>3.5.4</maven.version>
+
+    <royale.compiler.version>0.9.5-SNAPSHOT</royale.compiler.version>
+    <royale.typedefs.version>0.9.5-SNAPSHOT</royale.typedefs.version>
+    <royale.build-tools.version>1.0.0</royale.build-tools.version>
+
+    <royale.debug>true</royale.debug>
+    <flex.version>4.15.0</flex.version>
+    <flash.version>20.0</flash.version>
+    <air.version>20.0</air.version>
+    <!-- For SWF versions see: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html -->
+    <swf.version>31</swf.version>
+
+    <selenium.version>3.4.0</selenium.version>
+    <junit.version>4.12</junit.version>
+
+    <!-- URL of the ASF SonarQube server -->
+    <sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>
+    <!-- Exclude all generated code -->
+    <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
+  </properties>
+
+  <!-- Only configure the site distribution as the rest is handled by the apache parent -->
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:git:https://git-wip-us.apache.org/repos/asf/royale-asjs.git</url>
+    </site>
+  </distributionManagement>
+
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://github.com/apache/royale-asjs/issues</url>
+  </issueManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache Royale User List</name>
+      <subscribe>users-subscribe@royale.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@royale.apache.org</unsubscribe>
+      <post>users@royale.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/royale-users/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Apache Royale Developer List</name>
+      <subscribe>dev-subscribe@royale.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@royale.apache.org</unsubscribe>
+      <post>dev@royale.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/royale-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <modules>
+    <module>frameworks</module>
+    <module>archetypes</module>
+  </modules>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.royale.compiler</groupId>
+          <artifactId>royale-maven-plugin</artifactId>
+          <version>${royale.compiler.version}</version>
+          <extensions>true</extensions>
+          <configuration>
+            <targetPlayer>${flash.version}</targetPlayer>
+            <debug>${royale.debug}</debug>
+            <keepAs3Metadata>
+              <name>Bindable</name>
+              <name>Managed</name>
+              <name>ChangeEvent</name>
+              <name>NonCommittingChangeEvent</name>
+              <name>Transient</name>
+              <name>Mixin</name>
+            </keepAs3Metadata>
+          </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.royale.compiler</groupId>
+              <artifactId>compiler-jx</artifactId>
+              <version>${royale.compiler.version}</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+
+        <plugin>
+          <groupId>nl.geodienstencentrum.maven</groupId>
+          <artifactId>sass-maven-plugin</artifactId>
+          <version>3.6.0</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>3.2.0</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>3.0.0-SNAPSHOT</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.10.0</version>
+        </plugin>
+<!--
+        <plugin>
+          <groupId>org.sonarsource.scanner.maven</groupId>
+          <artifactId>sonar-maven-plugin</artifactId>
+          <version>3.2</version>
+        </plugin>-->
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <!-- Check if all source files have the required apache license headers -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.12</version>
+        <executions>
+          <execution>
+            <id>license-check</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <!-- JSON files can't contain comments -->
+            <exclude>**/*.json</exclude>
+            <!-- This is appended to the LICENSE file for binary packages-->
+            <exclude>LICENSE.bin</exclude>
+            <!-- READMEs don't have headers -->
+            <exclude>README.md</exclude>
+            <exclude>npm/README.md</exclude>
+            <!-- RELEASE_NOTES don't have headers either -->
+            <exclude>**/RELEASE_NOTES.md</exclude>
+
+            <!-- Stuff that needs to be removed -->
+            <exclude>fxg2svg/**</exclude>
+            <exclude>vf2js/**</exclude>
+            <!-- Should probably also be removed -->
+            <exclude>js/*jshint*</exclude>
+            <!-- FlashBuilder settings. frameworks/fb.properties contains Alex' path entries and should be removed -->
+            <exclude>fb.properties</exclude>
+            <!-- FlashBuilder / Eclipse settings. If checked in, they should have apache headers -->
+            <exclude>**/.settings/**</exclude>
+            <!-- Ignore IntelliJ IDEA project files -->
+            <exclude>**/*.iml</exclude>
+            <exclude>**/.idea/**</exclude>
+            <!-- SASS cc.map generated files by sass-maven-plugin-->
+            <exclude>**/*.css.map</exclude>
+            <!-- swfobject.js is MIT License-->
+            <exclude>**/swfobject.js</exclude>
+            <!-- audio file doesn't have rat-able license-->
+            <exclude>**/ping.mp3</exclude>
+            <!--
+                Exclude any eventually existing content of target directories.
+                Some times when building with a bigger maven reactor and then
+                with a smaller one, RAT will complain about stuff still in the
+                target directories. We don't want that.
+            -->
+            <exclude>**/target/**</exclude>
+          </excludes>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-core</artifactId>
+            <version>1.6</version>
+            <exclusions>
+              <exclusion>
+                <groupId>xerces</groupId>
+                <artifactId>xercesImpl</artifactId>
+              </exclusion>
+            </exclusions>
+          </dependency>
+        </dependencies>
+      </plugin>
+
+      <!-- Configure the Site generation -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <!-- Downgraded to 3.4 as 3.5 and 3.5.1 seem to have issues with the velocity tools -->
+        <version>3.7.1</version>
+        <configuration>
+          <generateReports>true</generateReports>
+          <generateSitemap>true</generateSitemap>
+          <relativizeDecorationLinks>false</relativizeDecorationLinks>
+          <locales>en</locales>
+          <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
+          <outputEncoding>${project.reporting.outputencoding}</outputEncoding>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-core</artifactId>
+            <version>1.8</version>
+          </dependency>
+          <!-- All dependencies needed by the reflow skin -->
+          <dependency>
+            <groupId>lt.velykis.maven.skins</groupId>
+            <artifactId>reflow-velocity-tools</artifactId>
+            <version>1.1.1</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <version>1.7</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+
+      <!--
+        Make the maven-site-plugin stage the output in the "asf-site" branch
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <version>3.0.0</version>
+        <executions>
+          <execution>
+            <id>scm-publish</id>
+            <phase>site-deploy</phase>
+            <!-- deploy site with maven-scm-publish-plugin -->
+            <goals>
+              <goal>publish-scm</goal>
+            </goals>
+            <configuration>
+              <!-- mono-module doesn't require site:stage -->
+              <content>${project.build.directory}/site</content>
+              <!-- branch where to deploy -->
+              <scmBranch>asf-site</scmBranch>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+        <royale.debug>false</royale.debug>
+      </properties>
+    </profile>
+
+    <profile>
+      <id>build-examples</id>
+      <modules>
+        <module>examples</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>build-distribution</id>
+      <modules>
+        <module>distribution</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>build-manualtests</id>
+      <modules>
+        <module>manualtests</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>run-testsuite</id>
+      <modules>
+        <module>testsuite</module>
+      </modules>
+    </profile>
+  </profiles>
+
+  <repositories>
+    <repository>
+      <id>apache-release</id>
+      <url>https://repository.apache.org/content/repositories/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache-plugins-release</id>
+      <url>https://repository.apache.org/content/repositories/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>apache-plugins-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+
+</project>
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index cefc605..2753a14 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -1,105 +1,105 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-      http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

-

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

-  <modelVersion>4.0.0</modelVersion>

-

-  <parent>

-    <groupId>org.apache.royale.framework</groupId>

-    <artifactId>royale-framework-parent</artifactId>

-    <version>0.9.5-SNAPSHOT</version>

-  </parent>

-

-  <artifactId>testsuite</artifactId>

-  <version>0.9.5-SNAPSHOT</version>

-  <packaging>jar</packaging>

-

-  <name>Apache Royale: Testsuite</name>

-

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-invoker-plugin</artifactId>

-        <version>2.0.0</version>

-        <configuration>

-          <!-- Define the place the projects are copied to and executed in -->

-          <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

-          <!-- Global settings file used by all tests -->

-          <settingsFile>src/it/settings.xml</settingsFile>

-          <!--

-            Defines the location of the maven local repo

-            of all artifacts needed by the tests

-          -->

-          <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>

-          <!-- Runs a test for every pom.xml down two levels from the base directory -->

-          <pomIncludes>*/*/pom.xml</pomIncludes>

-          <!--

-            Define the variables the plugin should replace

-            The plugin will replace any occurrence of '@variable.name@' by

-            the value of '<variable.name>...</variable.name>'

-          -->

-          <filterProperties>

-            <flash.version>${flash.version}</flash.version>

-            <air.version>${air.version}</air.version>

-            <royale.compiler.version>${royale.compiler.version}</royale.compiler.version>

-            <royale.typedefs.version>${royale.typedefs.version}</royale.typedefs.version>

-            <royale.framework.version>${project.version}</royale.framework.version>

-            <royale.build-tools.version>${royale.build-tools.version}</royale.build-tools.version>

-          </filterProperties>

-

-          <!-- Name of the verify script used to check if a test is successfull -->

-          <postBuildHookScript>verify</postBuildHookScript>

-          <!-- Add the test-dependencies of this module to the classpath of the tests -->

-          <addTestClassPath>true</addTestClassPath>

-        </configuration>

-        <executions>

-          <execution>

-            <id>integration-test</id>

-            <goals>

-              <goal>install</goal>

-              <goal>run</goal>

-            </goals>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-model</artifactId>

-      <version>3.3.1</version>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>${junit.version}</version>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.hamcrest</groupId>

-      <artifactId>hamcrest-core</artifactId>

-      <version>1.3</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.royale.framework</groupId>
+    <artifactId>royale-framework-parent</artifactId>
+    <version>0.9.5-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>testsuite</artifactId>
+  <version>0.9.5-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <name>Apache Royale: Testsuite</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-invoker-plugin</artifactId>
+        <version>2.0.0</version>
+        <configuration>
+          <!-- Define the place the projects are copied to and executed in -->
+          <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+          <!-- Global settings file used by all tests -->
+          <settingsFile>src/it/settings.xml</settingsFile>
+          <!--
+            Defines the location of the maven local repo
+            of all artifacts needed by the tests
+          -->
+          <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
+          <!-- Runs a test for every pom.xml down two levels from the base directory -->
+          <pomIncludes>*/*/pom.xml</pomIncludes>
+          <!--
+            Define the variables the plugin should replace
+            The plugin will replace any occurrence of '@variable.name@' by
+            the value of '<variable.name>...</variable.name>'
+          -->
+          <filterProperties>
+            <flash.version>${flash.version}</flash.version>
+            <air.version>${air.version}</air.version>
+            <royale.compiler.version>${royale.compiler.version}</royale.compiler.version>
+            <royale.typedefs.version>${royale.typedefs.version}</royale.typedefs.version>
+            <royale.framework.version>${project.version}</royale.framework.version>
+            <royale.build-tools.version>${royale.build-tools.version}</royale.build-tools.version>
+          </filterProperties>
+
+          <!-- Name of the verify script used to check if a test is successfull -->
+          <postBuildHookScript>verify</postBuildHookScript>
+          <!-- Add the test-dependencies of this module to the classpath of the tests -->
+          <addTestClassPath>true</addTestClassPath>
+        </configuration>
+        <executions>
+          <execution>
+            <id>integration-test</id>
+            <goals>
+              <goal>install</goal>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>3.3.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <version>1.3</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>