- Changed the indenting of XML from 4 to 2.

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

Branch: refs/heads/develop
Commit: fd20f696bcda88bde229a11d1d026b92dd5aa94c
Parents: c487620
Author: Christofer Dutz <[email protected]>
Authored: Thu Jun 16 13:37:13 2016 +0200
Committer: Christofer Dutz <[email protected]>
Committed: Thu Jun 16 13:37:13 2016 +0200

----------------------------------------------------------------------
 compiler-build-tools/pom.xml |    3 +-
 compiler-jburg-types/pom.xml |   40 +-
 compiler-jx/pom.xml          |  200 +++----
 compiler/pom.xml             |  898 ++++++++++++++++----------------
 debugger/pom.xml             |  206 ++++----
 externs/GCL/pom.xml          |   82 +--
 externs/cordova/pom.xml      |  114 ++--
 externs/createjs/pom.xml     |  614 +++++++++++-----------
 externs/google_maps/pom.xml  |  210 ++++----
 externs/jasmine/pom.xml      |  182 +++----
 externs/jquery/pom.xml       |  332 ++++++------
 externs/js/pom.xml           |  433 ++++++++--------
 externs/node/pom.xml         |  410 +++++++--------
 externs/pom.xml              |   82 +--
 flex-compiler-oem/pom.xml    |   58 +--
 flexjs-maven-plugin/pom.xml  |    3 +-
 pom.xml                      | 1037 +++++++++++++++++++------------------
 17 files changed, 2455 insertions(+), 2449 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/compiler-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index a459cb9..89eef36 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -17,7 +17,8 @@
   limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/compiler-jburg-types/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index dda8a50..4d9b6bd 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -19,27 +19,27 @@
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.flex.flexjs</groupId>
-        <artifactId>flexjs-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.flex.flexjs.compiler</groupId>
-    <artifactId>compiler-jburg-types</artifactId>
+  <parent>
+    <groupId>org.apache.flex.flexjs</groupId>
+    <artifactId>flexjs-parent</artifactId>
     <version>0.7.0-SNAPSHOT</version>
-
-    <name>Apache Flex - FlexJS: JBurg Types</name>
-    <description>Types needed by JBurg to perform it's code 
generation.</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>net.sourceforge.jburg</groupId>
-            <artifactId>jburg</artifactId>
-            <version>1.10.3</version>
-        </dependency>
-    </dependencies>
+  </parent>
+
+  <groupId>org.apache.flex.flexjs.compiler</groupId>
+  <artifactId>compiler-jburg-types</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
+
+  <name>Apache Flex - FlexJS: JBurg Types</name>
+  <description>Types needed by JBurg to perform it's code 
generation.</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>net.sourceforge.jburg</groupId>
+      <artifactId>jburg</artifactId>
+      <version>1.10.3</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/compiler-jx/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 2406ed0..da229cc 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -19,113 +19,113 @@
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.flex.flexjs</groupId>
-        <artifactId>flexjs-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.flex.flexjs.compiler</groupId>
-    <artifactId>compiler-jx</artifactId>
+  <parent>
+    <groupId>org.apache.flex.flexjs</groupId>
+    <artifactId>flexjs-parent</artifactId>
     <version>0.7.0-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.flex.flexjs.compiler</groupId>
+  <artifactId>compiler-jx</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
 
-    <name>Apache Flex - FlexJS: Compiler.JX</name>
+  <name>Apache Flex - FlexJS: Compiler.JX</name>
 
-    <build>
-        <plugins>
-            <!-- Make the surefire execute all unit-tests -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.19</version>
-                <configuration>
-                    <includes>
-                        <include>org/**/Test*.java</include>
-                    </includes>
-                    <excludes>
-                        
<exclude>org/apache/flex/compiler/internal/codegen/externals/**</exclude>
-                        
<exclude>org/apache/flex/compiler/internal/codegen/js/flexjs/**</exclude>
-                        <exclude>**/TestGoogClass.java</exclude>
-                        <exclude>**/TestGoogEmitter.java</exclude>
-                        <exclude>**/TestGoogFile.java</exclude>
-                        <exclude>**/TestVF2JSFile.java</exclude>
-                        <exclude>**/TestVF2JSMXMLApplication.java</exclude>
-                        <exclude>**/TestFlexJSMXMLApplication.java</exclude>
-                        <exclude>**/TestFlexJSMXMLScript.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
+  <build>
+    <plugins>
+      <!-- Make the surefire execute all unit-tests -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19</version>
+        <configuration>
+          <includes>
+            <include>org/**/Test*.java</include>
+          </includes>
+          <excludes>
+            
<exclude>org/apache/flex/compiler/internal/codegen/externals/**</exclude>
+            
<exclude>org/apache/flex/compiler/internal/codegen/js/flexjs/**</exclude>
+            <exclude>**/TestGoogClass.java</exclude>
+            <exclude>**/TestGoogEmitter.java</exclude>
+            <exclude>**/TestGoogFile.java</exclude>
+            <exclude>**/TestVF2JSFile.java</exclude>
+            <exclude>**/TestVF2JSMXMLApplication.java</exclude>
+            <exclude>**/TestFlexJSMXMLApplication.java</exclude>
+            <exclude>**/TestFlexJSMXMLScript.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.18.1</version>
-                <configuration>
-                    <includes>
-                        
<include>org/apache/flex/compiler/internal/codegen/externals/**/Test*.java</include>
-                        
<exclude>org/apache/flex/compiler/internal/codegen/js/flexjs/**/Test*.java</exclude>
-                    </includes>
-                    <excludes>
-                        <!-- Use externs/asjs -->
-                        <exclude>**/TestExternChrome.java</exclude>
-                        <exclude>**/TestExternJasmine.java</exclude>
-                        <exclude>**/TestExternJQuery.java</exclude>
-                        <exclude>**/TestExternES3.java</exclude>
-                        <exclude>**/TestExternalsJSCompile.java</exclude>
-                        <exclude>**/TestFlexJSProject.java</exclude>
-                        <exclude>**/TestFlexJSMXMLApplication.java</exclude>
-                        <exclude>**/TestFlexJSEmitter.java</exclude>
-                        <exclude>**/TestFlexJSClass.java</exclude>
-                        <exclude>**/TestFlexJSExpressions.java</exclude>
-                        <exclude>**/TestFlexJSFile.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <includes>
+            
<include>org/apache/flex/compiler/internal/codegen/externals/**/Test*.java</include>
+            
<exclude>org/apache/flex/compiler/internal/codegen/js/flexjs/**/Test*.java</exclude>
+          </includes>
+          <excludes>
+            <!-- Use externs/asjs -->
+            <exclude>**/TestExternChrome.java</exclude>
+            <exclude>**/TestExternJasmine.java</exclude>
+            <exclude>**/TestExternJQuery.java</exclude>
+            <exclude>**/TestExternES3.java</exclude>
+            <exclude>**/TestExternalsJSCompile.java</exclude>
+            <exclude>**/TestFlexJSProject.java</exclude>
+            <exclude>**/TestFlexJSMXMLApplication.java</exclude>
+            <exclude>**/TestFlexJSEmitter.java</exclude>
+            <exclude>**/TestFlexJSClass.java</exclude>
+            <exclude>**/TestFlexJSExpressions.java</exclude>
+            <exclude>**/TestFlexJSFile.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.flex.flexjs.compiler</groupId>
-            <artifactId>compiler</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
-        </dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+    </dependency>
 
-        <dependency>
-            <groupId>args4j</groupId>
-            <artifactId>args4j</artifactId>
-            <version>2.0.28</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codeartisans</groupId>
-            <artifactId>org.json</artifactId>
-            <version>20131017</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.javascript</groupId>
-            <artifactId>closure-compiler</artifactId>
-            <version>v20151015</version>
-        </dependency>
-        <dependency>
-            <groupId>org.clojure</groupId>
-            <artifactId>google-closure-library</artifactId>
-            <version>0.0-20150902-b129bb9e</version>
-        </dependency>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.28</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codeartisans</groupId>
+      <artifactId>org.json</artifactId>
+      <version>20131017</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.javascript</groupId>
+      <artifactId>closure-compiler</artifactId>
+      <version>v20151015</version>
+    </dependency>
+    <dependency>
+      <groupId>org.clojure</groupId>
+      <artifactId>google-closure-library</artifactId>
+      <version>0.0-20150902-b129bb9e</version>
+    </dependency>
 
-        <dependency>
-            <groupId>org.apache.flex.flexjs.compiler</groupId>
-            <artifactId>compiler-build-tools</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.10</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.compiler</groupId>
+      <artifactId>compiler-build-tools</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/compiler/pom.xml
----------------------------------------------------------------------
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 9380e65..c9745bd 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -19,469 +19,469 @@
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.flex.flexjs</groupId>
-        <artifactId>flexjs-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.flex.flexjs.compiler</groupId>
-    <artifactId>compiler</artifactId>
+  <parent>
+    <groupId>org.apache.flex.flexjs</groupId>
+    <artifactId>flexjs-parent</artifactId>
     <version>0.7.0-SNAPSHOT</version>
+  </parent>
 
-    <name>Apache Flex - FlexJS: Compiler</name>
-    <description>The Apache Flex Falcon Compiler</description>
+  <groupId>org.apache.flex.flexjs.compiler</groupId>
+  <artifactId>compiler</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
 
-    <build>
-        <plugins>
-            <!--
-                    Do all the JFlex code generation
-            -->
-            <plugin>
-                <groupId>de.jflex</groupId>
-                <artifactId>maven-jflex-plugin</artifactId>
-                <version>1.4.3</version>
-                <executions>
-                    <execution>
-                        <id>generate-raw-as-tokenizer</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>target/generated-sources/jflex</outputDirectory>
-                            <lexDefinitions>
-                                
<lexDefinition>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/RawASTokenizer.lex</lexDefinition>
-                            </lexDefinitions>
-                            
<skeleton>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/skeleton.falcon</skeleton>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>generate-raw-as-doc-tokenizer</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>target/generated-sources/jflex</outputDirectory>
-                            <lexDefinitions>
-                                
<lexDefinition>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/RawASDocTokenizer.lex</lexDefinition>
-                            </lexDefinitions>
-                            
<skeleton>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/skeleton.default</skeleton>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>generate-raw-mxml-tokenizer</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>target/generated-sources/jflex</outputDirectory>
-                            <lexDefinitions>
-                                
<lexDefinition>src/main/jflex/org/apache/flex/compiler/internal/parsing/mxml/RawMXMLTokenizer.lex</lexDefinition>
-                            </lexDefinitions>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <!--
-                  Do all the Antlr2 code generation
-            -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antlr-plugin</artifactId>
-                <version>2.0-beta-1</version>
-                <executions>
-                    <execution>
-                        <id>generate-as-parser</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            
<grammars>org/apache/flex/compiler/internal/parsing/as/ASParser.g</grammars>
-                        </configuration>
-                    </execution>
-                </executions>
-                <dependencies>
-                    <dependency>
-                        <groupId>antlr</groupId>
-                        <artifactId>antlr</artifactId>
-                        <version>2.7.7</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
+  <name>Apache Flex - FlexJS: Compiler</name>
+  <description>The Apache Flex Falcon Compiler</description>
 
-            <!--
-                The generation of the metadata-parser requires Antlr to
-                load ImportMetadataTokenTypes.txt. Unfortunately Altlr
-                looks in the current working directory. The only way to
-                force it to work, is to start a new process with the
-                working directory in the directory containing the file.
-            -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>1.4.0</version>
-                <executions>
-                    <execution>
-                        <id>generate-metadata-parser</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                        <configuration>
-                            <executable>java</executable>
-                            <arguments>
-                                <argument>-classpath</argument>
-                                <classpath/>
-                                <arguments>antlr.Tool</arguments>
-                                <argument>-o</argument>
-                                
<argument>../../../../../../../../../../target/generated-sources/antlr/org/apache/flex/compiler/internal/parsing/as</argument>
-                                <argument>MetadataParser.g</argument>
-                            </arguments>
-                            
<workingDirectory>src/main/antlr/org/apache/flex/compiler/internal/parsing/as</workingDirectory>
-                            
<sourceRoot>target/generated-sources/antlr</sourceRoot>
-                        </configuration>
-                    </execution>
-                </executions>
-                <dependencies>
-                    <dependency>
-                        <groupId>antlr</groupId>
-                        <artifactId>antlr</artifactId>
-                        <version>2.7.7</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
+  <build>
+    <plugins>
+      <!--
+              Do all the JFlex code generation
+      -->
+      <plugin>
+        <groupId>de.jflex</groupId>
+        <artifactId>maven-jflex-plugin</artifactId>
+        <version>1.4.3</version>
+        <executions>
+          <execution>
+            <id>generate-raw-as-tokenizer</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/generated-sources/jflex</outputDirectory>
+              <lexDefinitions>
+                
<lexDefinition>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/RawASTokenizer.lex</lexDefinition>
+              </lexDefinitions>
+              
<skeleton>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/skeleton.falcon</skeleton>
+            </configuration>
+          </execution>
+          <execution>
+            <id>generate-raw-as-doc-tokenizer</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/generated-sources/jflex</outputDirectory>
+              <lexDefinitions>
+                
<lexDefinition>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/RawASDocTokenizer.lex</lexDefinition>
+              </lexDefinitions>
+              
<skeleton>src/main/jflex/org/apache/flex/compiler/internal/parsing/as/skeleton.default</skeleton>
+            </configuration>
+          </execution>
+          <execution>
+            <id>generate-raw-mxml-tokenizer</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/generated-sources/jflex</outputDirectory>
+              <lexDefinitions>
+                
<lexDefinition>src/main/jflex/org/apache/flex/compiler/internal/parsing/mxml/RawMXMLTokenizer.lex</lexDefinition>
+              </lexDefinitions>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <!--
+            Do all the Antlr2 code generation
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antlr-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <executions>
+          <execution>
+            <id>generate-as-parser</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              
<grammars>org/apache/flex/compiler/internal/parsing/as/ASParser.g</grammars>
+            </configuration>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+            <version>2.7.7</version>
+          </dependency>
+        </dependencies>
+      </plugin>
 
-            <!--
-                  Do all the JBurg code generation.
-            -->
-            <plugin>
-                <groupId>net.sourceforge.jburg</groupId>
-                <artifactId>jburg-maven-plugin</artifactId>
-                <version>1.10.4</version>
-                <extensions>true</extensions>
-                <executions>
-                    <execution>
-                        <id>generate-css-emitter</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                <include>CSSEmitter.jbg</include>
-                            </includes>
-                            
<sourceDirectory>src/main/jburg/org/apache/flex/compiler/internal/css/codegen</sourceDirectory>
-                            
<outputDirectory>target/generated-sources/jburg/org/apache/flex/compiler/internal/css/codegen</outputDirectory>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>generate-cmc-emitter</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                <include>CmcEmitter.jbg</include>
-                            </includes>
-                            
<sourceDirectory>src/main/jburg/org/apache/flex/compiler/internal/as/codegen</sourceDirectory>
-                            
<outputDirectory>target/generated-sources/jburg/org/apache/flex/compiler/internal/as/codegen</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-                <configuration>
-                    <!-- debug=true generates the "dump" method for Emitters, 
which is used for debugging -->
-                    <debug>true</debug>
-                </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>net.sourceforge.jburg</groupId>
-                        <artifactId>jburg</artifactId>
-                        <version>1.10.3</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.flex.flexjs.compiler</groupId>
-                        <artifactId>compiler-jburg-types</artifactId>
-                        <version>0.7.0-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
+      <!--
+          The generation of the metadata-parser requires Antlr to
+          load ImportMetadataTokenTypes.txt. Unfortunately Altlr
+          looks in the current working directory. The only way to
+          force it to work, is to start a new process with the
+          working directory in the directory containing the file.
+      -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <version>1.4.0</version>
+        <executions>
+          <execution>
+            <id>generate-metadata-parser</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>exec</goal>
+            </goals>
+            <configuration>
+              <executable>java</executable>
+              <arguments>
+                <argument>-classpath</argument>
+                <classpath/>
+                <arguments>antlr.Tool</arguments>
+                <argument>-o</argument>
+                
<argument>../../../../../../../../../../target/generated-sources/antlr/org/apache/flex/compiler/internal/parsing/as</argument>
+                <argument>MetadataParser.g</argument>
+              </arguments>
+              
<workingDirectory>src/main/antlr/org/apache/flex/compiler/internal/parsing/as</workingDirectory>
+              <sourceRoot>target/generated-sources/antlr</sourceRoot>
+            </configuration>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+            <version>2.7.7</version>
+          </dependency>
+        </dependencies>
+      </plugin>
 
-            <!--
-                  Do all the Antlr3 code generation.
-            -->
-            <plugin>
-                <groupId>org.antlr</groupId>
-                <artifactId>antlr3-maven-plugin</artifactId>
-                <version>3.5.2</version>
-                <executions>
-                    <execution>
-                        <id>generate-csslexer-and-cssparser</id>
-                        <goals>
-                            <goal>antlr</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                <include>CSS.g</include>
-                            </includes>
-                            
<sourceDirectory>src/main/antlr3/org/apache/flex/compiler/internal/css</sourceDirectory>
-                            
<outputDirectory>target/generated-sources/antlr3/org/apache/flex/compiler/internal/css</outputDirectory>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>generate-csstree</id>
-                        <goals>
-                            <goal>antlr</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                <include>CSSTree.g</include>
-                            </includes>
-                            
<sourceDirectory>src/main/antlr3/org/apache/flex/compiler/internal/css</sourceDirectory>
-                            
<outputDirectory>target/generated-sources/antlr3/org/apache/flex/compiler/internal/css</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
+      <!--
+            Do all the JBurg code generation.
+      -->
+      <plugin>
+        <groupId>net.sourceforge.jburg</groupId>
+        <artifactId>jburg-maven-plugin</artifactId>
+        <version>1.10.4</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <id>generate-css-emitter</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>CSSEmitter.jbg</include>
+              </includes>
+              
<sourceDirectory>src/main/jburg/org/apache/flex/compiler/internal/css/codegen</sourceDirectory>
+              
<outputDirectory>target/generated-sources/jburg/org/apache/flex/compiler/internal/css/codegen</outputDirectory>
+            </configuration>
+          </execution>
+          <execution>
+            <id>generate-cmc-emitter</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>CmcEmitter.jbg</include>
+              </includes>
+              
<sourceDirectory>src/main/jburg/org/apache/flex/compiler/internal/as/codegen</sourceDirectory>
+              
<outputDirectory>target/generated-sources/jburg/org/apache/flex/compiler/internal/as/codegen</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+        <configuration>
+          <!-- debug=true generates the "dump" method for Emitters, which is 
used for debugging -->
+          <debug>true</debug>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>net.sourceforge.jburg</groupId>
+            <artifactId>jburg</artifactId>
+            <version>1.10.3</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.flex.flexjs.compiler</groupId>
+            <artifactId>compiler-jburg-types</artifactId>
+            <version>0.7.0-SNAPSHOT</version>
+          </dependency>
+        </dependencies>
+      </plugin>
 
-            <!--
-                    Do all the custom processing with the falcon build tools.
-            -->
-            <plugin>
-                <groupId>org.apache.flex.flexjs.compiler</groupId>
-                <artifactId>compiler-build-tools</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <id>generate-unknown-tree-handler</id>
-                        <goals>
-                            <goal>generate-unknown-tree-handler</goal>
-                        </goals>
-                        <configuration>
-                            
<inputFile>org/apache/flex/compiler/internal/as/codegen/UnknownTreeHandlerPatterns.xml</inputFile>
-                            
<outputFile>org/apache/flex/compiler/internal/as/codegen/UnknownTreeHandlerPatterns.java</outputFile>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>add-suppress-unused-warnings-annotations</id>
-                        <goals>
-                            <goal>add-class-annotation</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.java</include>
-                                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/ASTokenTypes.java</include>
-                                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/MetadataTokenTypes.java</include>
-                            </includes>
-                            
<annotation>@SuppressWarnings("unused")</annotation>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>add-suppress-all-warnings-annotations-jburg</id>
-                        <goals>
-                            <goal>add-class-annotation</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/MetadataParser.java</include>
-                            </includes>
-                            <annotation>@SuppressWarnings("all")</annotation>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        
<id>add-suppress-rawtypes-unchecked-unused-warnings-annotations</id>
-                        <goals>
-                            <goal>add-class-annotation</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                
<include>jburg/org/apache/flex/compiler/internal/css/codegen/CSSEmitter.java</include>
-                                
<include>jburg/org/apache/flex/compiler/internal/as/codegen/CmcEmitter.java</include>
-                            </includes>
-                            <annotation>@SuppressWarnings({"rawtypes", 
"unchecked", "unused"})</annotation>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>generate-problems-enum</id>
-                        <goals>
-                            <goal>generate-problems-enum</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>generate-problems-resource-bundle</id>
-                        <goals>
-                            <goal>generate-problems-resource-bundle</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+      <!--
+            Do all the Antlr3 code generation.
+      -->
+      <plugin>
+        <groupId>org.antlr</groupId>
+        <artifactId>antlr3-maven-plugin</artifactId>
+        <version>3.5.2</version>
+        <executions>
+          <execution>
+            <id>generate-csslexer-and-cssparser</id>
+            <goals>
+              <goal>antlr</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>CSS.g</include>
+              </includes>
+              
<sourceDirectory>src/main/antlr3/org/apache/flex/compiler/internal/css</sourceDirectory>
+              
<outputDirectory>target/generated-sources/antlr3/org/apache/flex/compiler/internal/css</outputDirectory>
+            </configuration>
+          </execution>
+          <execution>
+            <id>generate-csstree</id>
+            <goals>
+              <goal>antlr</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>CSSTree.g</include>
+              </includes>
+              
<sourceDirectory>src/main/antlr3/org/apache/flex/compiler/internal/css</sourceDirectory>
+              
<outputDirectory>target/generated-sources/antlr3/org/apache/flex/compiler/internal/css</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 
-            <!-- Make the surefire execute all unit-tests -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.19</version>
-                <configuration>
-                    <includes>
-                        <include>org/**/*Tests.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
+      <!--
+              Do all the custom processing with the falcon build tools.
+      -->
+      <plugin>
+        <groupId>org.apache.flex.flexjs.compiler</groupId>
+        <artifactId>compiler-build-tools</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>generate-unknown-tree-handler</id>
+            <goals>
+              <goal>generate-unknown-tree-handler</goal>
+            </goals>
+            <configuration>
+              
<inputFile>org/apache/flex/compiler/internal/as/codegen/UnknownTreeHandlerPatterns.xml</inputFile>
+              
<outputFile>org/apache/flex/compiler/internal/as/codegen/UnknownTreeHandlerPatterns.java</outputFile>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-suppress-unused-warnings-annotations</id>
+            <goals>
+              <goal>add-class-annotation</goal>
+            </goals>
+            <configuration>
+              <includes>
+                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/ASParser.java</include>
+                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/ASTokenTypes.java</include>
+                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/MetadataTokenTypes.java</include>
+              </includes>
+              <annotation>@SuppressWarnings("unused")</annotation>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-suppress-all-warnings-annotations-jburg</id>
+            <goals>
+              <goal>add-class-annotation</goal>
+            </goals>
+            <configuration>
+              <includes>
+                
<include>antlr/org/apache/flex/compiler/internal/parsing/as/MetadataParser.java</include>
+              </includes>
+              <annotation>@SuppressWarnings("all")</annotation>
+            </configuration>
+          </execution>
+          <execution>
+            
<id>add-suppress-rawtypes-unchecked-unused-warnings-annotations</id>
+            <goals>
+              <goal>add-class-annotation</goal>
+            </goals>
+            <configuration>
+              <includes>
+                
<include>jburg/org/apache/flex/compiler/internal/css/codegen/CSSEmitter.java</include>
+                
<include>jburg/org/apache/flex/compiler/internal/as/codegen/CmcEmitter.java</include>
+              </includes>
+              <annotation>@SuppressWarnings({"rawtypes", "unchecked", 
"unused"})</annotation>
+            </configuration>
+          </execution>
+          <execution>
+            <id>generate-problems-enum</id>
+            <goals>
+              <goal>generate-problems-enum</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>generate-problems-resource-bundle</id>
+            <goals>
+              <goal>generate-problems-resource-bundle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.18.1</version>
-                <configuration>
-                    <includes>
-                        <include>as/**/*Tests.java</include>
-                        <include>mxml/**/*Tests.java</include>
-                        <include>properties/**/*Tests.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+      <!-- Make the surefire execute all unit-tests -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.19</version>
+        <configuration>
+          <includes>
+            <include>org/**/*Tests.java</include>
+          </includes>
+        </configuration>
+      </plugin>
 
-    <profiles>
-        <!--
-            This profile adds one test, that relies on the original FDK being
-            available as it compiles each project in the framework/projects
-            directory. It requires some environment variables being set.
-        -->
-        <profile>
-            <id>include-sdk-compile-tests</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-failsafe-plugin</artifactId>
-                        <configuration>
-                            <includes combine.children="append">
-                                <include>f/**/*Tests.java</include>
-                            </includes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <includes>
+            <include>as/**/*Tests.java</include>
+            <include>mxml/**/*Tests.java</include>
+            <include>properties/**/*Tests.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.flex.flexjs.compiler</groupId>
-            <artifactId>compiler-jburg-types</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flex</groupId>
-            <artifactId>flex-tool-api</artifactId>
-            <version>1.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>2.4</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.antlr</groupId>
-            <artifactId>antlr</artifactId>
-            <version>3.3</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>18.0</version>
-        </dependency>
-        <dependency>
-            <groupId>net.sourceforge.jburg</groupId>
-            <artifactId>jburg</artifactId>
-            <version>1.10.3</version>
-        </dependency>
-        <dependency>
-            <groupId>de.jflex</groupId>
-            <artifactId>jflex</artifactId>
-            <version>1.6.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.b1.pack</groupId>
-            <artifactId>lzma-sdk-4j</artifactId>
-            <version>9.22.0</version>
-        </dependency>
+  <profiles>
+    <!--
+        This profile adds one test, that relies on the original FDK being
+        available as it compiles each project in the framework/projects
+        directory. It requires some environment variables being set.
+    -->
+    <profile>
+      <id>include-sdk-compile-tests</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <configuration>
+              <includes combine.children="append">
+                <include>f/**/*Tests.java</include>
+              </includes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 
-        <dependency>
-            <groupId>org.apache.flex.flexjs.compiler</groupId>
-            <artifactId>compiler-build-tools</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.10</version>
-            <scope>test</scope>
-        </dependency>
-        <!-- TODO: Currently only needed for the duplicate 
FlashplayerSecurityHandler -->
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.4</version>
-            <scope>test</scope>
-        </dependency>
-        <!--
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.compiler</groupId>
+      <artifactId>compiler-jburg-types</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex</groupId>
+      <artifactId>flex-tool-api</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>3.3</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jburg</groupId>
+      <artifactId>jburg</artifactId>
+      <version>1.10.3</version>
+    </dependency>
+    <dependency>
+      <groupId>de.jflex</groupId>
+      <artifactId>jflex</artifactId>
+      <version>1.6.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.b1.pack</groupId>
+      <artifactId>lzma-sdk-4j</artifactId>
+      <version>9.22.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.flex.flexjs.compiler</groupId>
+      <artifactId>compiler-build-tools</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
+    <!-- TODO: Currently only needed for the duplicate 
FlashplayerSecurityHandler -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.4</version>
+      <scope>test</scope>
+    </dependency>
+    <!--
 
-                Importing SWCs will add them to the test classpath.
-                This might sound strange for a java maven project to
-                have swc files in its classpath, but this way the
-                files are automatically downloaded and eventually
-                even generated/converted by the sdk-converter and we
-                don't have to think about where to get them from.
+            Importing SWCs will add them to the test classpath.
+            This might sound strange for a java maven project to
+            have swc files in its classpath, but this way the
+            files are automatically downloaded and eventually
+            even generated/converted by the sdk-converter and we
+            don't have to think about where to get them from.
 
-        -->
-        <!-- Import the playerglobal -->
-        <dependency>
-            <groupId>com.adobe.flash.framework</groupId>
-            <artifactId>playerglobal</artifactId>
-            <version>${flash.version}</version>
-            <type>swc</type>
-            <scope>test</scope>
-        </dependency>
-        <!-- Import a part of the Flex sdk -->
-        <dependency>
-            <groupId>org.apache.flex.framework</groupId>
-            <artifactId>framework</artifactId>
-            <version>${flex.version}</version>
-            <type>swc</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flex.framework</groupId>
-            <artifactId>rpc</artifactId>
-            <version>${flex.version}</version>
-            <type>swc</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flex.framework</groupId>
-            <artifactId>spark</artifactId>
-            <version>${flex.version}</version>
-            <type>swc</type>
-            <scope>test</scope>
-        </dependency>
-        <!-- Make sure the framework config-zip is available -->
-        <dependency>
-            <groupId>org.apache.flex.framework</groupId>
-            <artifactId>framework</artifactId>
-            <version>${flex.version}</version>
-            <type>zip</type>
-            <classifier>configs</classifier>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+    -->
+    <!-- Import the playerglobal -->
+    <dependency>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
+      <type>swc</type>
+      <scope>test</scope>
+    </dependency>
+    <!-- Import a part of the Flex sdk -->
+    <dependency>
+      <groupId>org.apache.flex.framework</groupId>
+      <artifactId>framework</artifactId>
+      <version>${flex.version}</version>
+      <type>swc</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.framework</groupId>
+      <artifactId>rpc</artifactId>
+      <version>${flex.version}</version>
+      <type>swc</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.framework</groupId>
+      <artifactId>spark</artifactId>
+      <version>${flex.version}</version>
+      <type>swc</type>
+      <scope>test</scope>
+    </dependency>
+    <!-- Make sure the framework config-zip is available -->
+    <dependency>
+      <groupId>org.apache.flex.framework</groupId>
+      <artifactId>framework</artifactId>
+      <version>${flex.version}</version>
+      <type>zip</type>
+      <classifier>configs</classifier>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/debugger/pom.xml
----------------------------------------------------------------------
diff --git a/debugger/pom.xml b/debugger/pom.xml
index 3de074a..465108e 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -19,117 +19,117 @@
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.flex.flexjs</groupId>
-        <artifactId>flexjs-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.flex.flexjs.compiler</groupId>
-    <artifactId>debugger</artifactId>
+  <parent>
+    <groupId>org.apache.flex.flexjs</groupId>
+    <artifactId>flexjs-parent</artifactId>
     <version>0.7.0-SNAPSHOT</version>
+  </parent>
 
-    <name>Apache Flex - FlexJS: Debugger</name>
+  <groupId>org.apache.flex.flexjs.compiler</groupId>
+  <artifactId>debugger</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
 
-    <build>
-        <plugins>
-            <!--
-      Do all the JBurg code generation.
--->
-            <plugin>
-                <groupId>net.sourceforge.jburg</groupId>
-                <artifactId>jburg-maven-plugin</artifactId>
-                <version>1.10.4</version>
-                <extensions>true</extensions>
-                <executions>
-                    <execution>
-                        <id>generate-debugger</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            <includes>
-                                <include>AS3DebuggerBURM.jbg</include>
-                                
<!--include>AS3DebuggerCompoundAssignmentRules.jbg</include>
-                                <include>AS3DebuggerRules.jbg</include-->
-                            </includes>
-                            
<sourceDirectory>src/main/jburg/flash/tools/debugger/expression</sourceDirectory>
-                            
<outputDirectory>target/generated-sources/jburg/flash/tools/debugger/expression</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-                <configuration>
-                    <!-- debug=true generates the "dump" method for Emitters, 
which is used for debugging -->
-                    <!--debug>true</debug-->
-                </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>net.sourceforge.jburg</groupId>
-                        <artifactId>jburg</artifactId>
-                        <version>1.10.3</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.flex.flexjs.compiler</groupId>
-                        <artifactId>compiler-jburg-types</artifactId>
-                        <version>0.7.0-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
+  <name>Apache Flex - FlexJS: Debugger</name>
 
-    <dependencies>
-        <dependency>
+  <build>
+    <plugins>
+      <!--
+Do all the JBurg code generation.
+-->
+      <plugin>
+        <groupId>net.sourceforge.jburg</groupId>
+        <artifactId>jburg-maven-plugin</artifactId>
+        <version>1.10.4</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <id>generate-debugger</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>AS3DebuggerBURM.jbg</include>
+                <!--include>AS3DebuggerCompoundAssignmentRules.jbg</include>
+                <include>AS3DebuggerRules.jbg</include-->
+              </includes>
+              
<sourceDirectory>src/main/jburg/flash/tools/debugger/expression</sourceDirectory>
+              
<outputDirectory>target/generated-sources/jburg/flash/tools/debugger/expression</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+        <configuration>
+          <!-- debug=true generates the "dump" method for Emitters, which is 
used for debugging -->
+          <!--debug>true</debug-->
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>net.sourceforge.jburg</groupId>
+            <artifactId>jburg</artifactId>
+            <version>1.10.3</version>
+          </dependency>
+          <dependency>
             <groupId>org.apache.flex.flexjs.compiler</groupId>
-            <artifactId>compiler</artifactId>
+            <artifactId>compiler-jburg-types</artifactId>
             <version>0.7.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.flex.compiler</groupId>
-            <artifactId>swfutils</artifactId>
-            <version>4.15.0</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.6</version>
-        </dependency>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+  </build>
 
-        <dependency>
-            <groupId>args4j</groupId>
-            <artifactId>args4j</artifactId>
-            <version>2.0.28</version>
-        </dependency>
-        <dependency>
-            <groupId>org.codeartisans</groupId>
-            <artifactId>org.json</artifactId>
-            <version>20131017</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.javascript</groupId>
-            <artifactId>closure-compiler</artifactId>
-            <version>v20151015</version>
-        </dependency>
-        <dependency>
-            <groupId>org.clojure</groupId>
-            <artifactId>google-closure-library</artifactId>
-            <version>0.0-20150902-b129bb9e</version>
-        </dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.compiler</groupId>
+      <artifactId>compiler</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.compiler</groupId>
+      <artifactId>swfutils</artifactId>
+      <version>4.15.0</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+    </dependency>
 
-        <dependency>
-            <groupId>org.apache.flex.flexjs.compiler</groupId>
-            <artifactId>compiler-build-tools</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.10</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.28</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codeartisans</groupId>
+      <artifactId>org.json</artifactId>
+      <version>20131017</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.javascript</groupId>
+      <artifactId>closure-compiler</artifactId>
+      <version>v20151015</version>
+    </dependency>
+    <dependency>
+      <groupId>org.clojure</groupId>
+      <artifactId>google-closure-library</artifactId>
+      <version>0.0-20150902-b129bb9e</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.flex.flexjs.compiler</groupId>
+      <artifactId>compiler-build-tools</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/externs/GCL/pom.xml
----------------------------------------------------------------------
diff --git a/externs/GCL/pom.xml b/externs/GCL/pom.xml
index a789e13..10be101 100644
--- a/externs/GCL/pom.xml
+++ b/externs/GCL/pom.xml
@@ -19,52 +19,52 @@
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.flex.flexjs.externs</groupId>
-        <artifactId>flexjs-externs</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>flexjs-externs-gcl</artifactId>
+  <parent>
+    <groupId>org.apache.flex.flexjs.externs</groupId>
+    <artifactId>flexjs-externs</artifactId>
     <version>0.7.0-SNAPSHOT</version>
-    <packaging>swc</packaging>
+  </parent>
 
-    <name>Apache Flex - FlexJS: Externs: GCL</name>
+  <artifactId>flexjs-externs-gcl</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
+  <packaging>swc</packaging>
 
-    <build>
-        <sourceDirectory>src/main/flex</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.flex.flexjs.compiler</groupId>
-                <artifactId>flexjs-maven-plugin</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <includeSources>true</includeSources>
-                    <skipSwc>true</skipSwc>
-                </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.flex.flexjs.compiler</groupId>
-                        <artifactId>compiler-jx</artifactId>
-                        <version>0.7.0-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
+  <name>Apache Flex - FlexJS: Externs: GCL</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.flex.flexjs.externs</groupId>
-            <artifactId>flexjs-externs-js</artifactId>
+  <build>
+    <sourceDirectory>src/main/flex</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.flex.flexjs.compiler</groupId>
+        <artifactId>flexjs-maven-plugin</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeSources>true</includeSources>
+          <skipSwc>true</skipSwc>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.flex.flexjs.compiler</groupId>
+            <artifactId>compiler-jx</artifactId>
             <version>0.7.0-SNAPSHOT</version>
-            <type>swc</type>
-            <classifier>extern</classifier>
-            <scope>external</scope>
-        </dependency>
-    </dependencies>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.externs</groupId>
+      <artifactId>flexjs-externs-js</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>extern</classifier>
+      <scope>external</scope>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fd20f696/externs/cordova/pom.xml
----------------------------------------------------------------------
diff --git a/externs/cordova/pom.xml b/externs/cordova/pom.xml
index ad18b1f..96cf081 100644
--- a/externs/cordova/pom.xml
+++ b/externs/cordova/pom.xml
@@ -19,69 +19,69 @@
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.flex.flexjs.externs</groupId>
-        <artifactId>flexjs-externs</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>flexjs-externs-cordova</artifactId>
+  <parent>
+    <groupId>org.apache.flex.flexjs.externs</groupId>
+    <artifactId>flexjs-externs</artifactId>
     <version>0.7.0-SNAPSHOT</version>
-    <packaging>swc</packaging>
+  </parent>
 
-    <name>Apache Flex - FlexJS: Externs: Cordova</name>
+  <artifactId>flexjs-externs-cordova</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
+  <packaging>swc</packaging>
 
-    <properties>
-        <cordova.version>4.11</cordova.version>
-    </properties>
+  <name>Apache Flex - FlexJS: Externs: Cordova</name>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.flex.flexjs.compiler</groupId>
-                <artifactId>flexjs-maven-plugin</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <includeSources>true</includeSources>
-                    <externcInput>
-                        <fileSet>
-                            
<directory>${project.basedir}/src/main/javascript</directory>
-                            <includes>
-                                <include>**/*.js</include>
-                            </includes>
-                        </fileSet>
-                    </externcInput>
-                    <includeFiles>
-                        <include-file>
-                            <name>externs/cordova_file_plugin-4-11.js</name>
-                            
<path>../src/main/javascript/cordova_file_plugin-4-11.js</path>
-                        </include-file>
-                    </includeFiles>
-                    <skipSwc>true</skipSwc>
-                </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.flex.flexjs.compiler</groupId>
-                        <artifactId>compiler-jx</artifactId>
-                        <version>0.7.0-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
+  <properties>
+    <cordova.version>4.11</cordova.version>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.flex.flexjs.externs</groupId>
-            <artifactId>flexjs-externs-js</artifactId>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.flex.flexjs.compiler</groupId>
+        <artifactId>flexjs-maven-plugin</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <extensions>true</extensions>
+        <configuration>
+          <includeSources>true</includeSources>
+          <externcInput>
+            <fileSet>
+              <directory>${project.basedir}/src/main/javascript</directory>
+              <includes>
+                <include>**/*.js</include>
+              </includes>
+            </fileSet>
+          </externcInput>
+          <includeFiles>
+            <include-file>
+              <name>externs/cordova_file_plugin-4-11.js</name>
+              <path>../src/main/javascript/cordova_file_plugin-4-11.js</path>
+            </include-file>
+          </includeFiles>
+          <skipSwc>true</skipSwc>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.flex.flexjs.compiler</groupId>
+            <artifactId>compiler-jx</artifactId>
             <version>0.7.0-SNAPSHOT</version>
-            <type>swc</type>
-            <classifier>extern</classifier>
-            <scope>external</scope>
-        </dependency>
-    </dependencies>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.externs</groupId>
+      <artifactId>flexjs-externs-js</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>extern</classifier>
+      <scope>external</scope>
+    </dependency>
+  </dependencies>
 
 </project>

Reply via email to