Repository: flex-asjs
Updated Branches:
  refs/heads/dual bb23e3664 -> b3062d00b


skip externs now that they are for flex-typedefs only


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

Branch: refs/heads/dual
Commit: b3062d00b7b82ef99f2c96d0bbf0948167bbfdfe
Parents: bb23e36
Author: Alex Harui <[email protected]>
Authored: Sat Mar 4 23:33:55 2017 -0800
Committer: Alex Harui <[email protected]>
Committed: Sat Mar 4 23:34:01 2017 -0800

----------------------------------------------------------------------
 frameworks/projects/Basic/pom.xml              | 1 +
 frameworks/projects/Binding/pom.xml            | 1 +
 frameworks/projects/Charts/pom.xml             | 1 +
 frameworks/projects/Collections/pom.xml        | 1 +
 frameworks/projects/Core/pom.xml               | 2 +-
 frameworks/projects/CreateJS/pom.xml           | 1 +
 frameworks/projects/DragDrop/pom.xml           | 1 +
 frameworks/projects/Effects/pom.xml            | 1 +
 frameworks/projects/Express/pom.xml            | 1 +
 frameworks/projects/Flat/pom.xml               | 1 +
 frameworks/projects/FontAwesome/pom.xml        | 1 +
 frameworks/projects/Formatters/pom.xml         | 1 +
 frameworks/projects/GoogleMaps/pom.xml         | 1 +
 frameworks/projects/Graphics/pom.xml           | 1 +
 frameworks/projects/HTML/pom.xml               | 1 +
 frameworks/projects/HTML5/pom.xml              | 1 +
 frameworks/projects/JQuery/pom.xml             | 1 +
 frameworks/projects/Language/pom.xml           | 2 +-
 frameworks/projects/MaterialDesignLite/pom.xml | 1 +
 frameworks/projects/Mobile/pom.xml             | 1 +
 frameworks/projects/Network/pom.xml            | 1 +
 frameworks/projects/Reflection/pom.xml         | 1 +
 frameworks/projects/Storage/pom.xml            | 1 +
 frameworks/projects/XML/pom.xml                | 1 +
 24 files changed, 24 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Basic/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/pom.xml 
b/frameworks/projects/Basic/pom.xml
index 4186582..53bf122 100644
--- a/frameworks/projects/Basic/pom.xml
+++ b/frameworks/projects/Basic/pom.xml
@@ -66,6 +66,7 @@
             </include-file>
           </includeFiles>
           <allowSubclassOverrides>true</allowSubclassOverrides>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Binding/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Binding/pom.xml 
b/frameworks/projects/Binding/pom.xml
index 2b470d2..8d4e938 100644
--- a/frameworks/projects/Binding/pom.xml
+++ b/frameworks/projects/Binding/pom.xml
@@ -48,6 +48,7 @@
             </namespace>
           </namespaces>
           <includeSources>true</includeSources>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Charts/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Charts/pom.xml 
b/frameworks/projects/Charts/pom.xml
index b98d1b6..c3f3c59 100644
--- a/frameworks/projects/Charts/pom.xml
+++ b/frameworks/projects/Charts/pom.xml
@@ -56,6 +56,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Collections/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Collections/pom.xml 
b/frameworks/projects/Collections/pom.xml
index f086229..ac18b69 100644
--- a/frameworks/projects/Collections/pom.xml
+++ b/frameworks/projects/Collections/pom.xml
@@ -50,6 +50,7 @@
           <includeClasses>
             <includeClass>CollectionsClasses</includeClass>
           </includeClasses>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Core/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml
index 01a02c8..0d9e215 100644
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@ -50,7 +50,7 @@
           <includeClasses>
             <includeClass>CoreClasses</includeClass>
           </includeClasses>
-          <skipExtern>false</skipExtern>
+          <skipExtern>true</skipExtern>
           <allowSubclassOverrides>true</allowSubclassOverrides>
         </configuration>
         <!-- As a test, add asdoc generation to the compile step -->

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/CreateJS/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/pom.xml 
b/frameworks/projects/CreateJS/pom.xml
index 30f38c4..9d32606 100644
--- a/frameworks/projects/CreateJS/pom.xml
+++ b/frameworks/projects/CreateJS/pom.xml
@@ -56,6 +56,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/DragDrop/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/DragDrop/pom.xml 
b/frameworks/projects/DragDrop/pom.xml
index 915d478..243c33d 100644
--- a/frameworks/projects/DragDrop/pom.xml
+++ b/frameworks/projects/DragDrop/pom.xml
@@ -50,6 +50,7 @@
           <includeClasses>
             <includeClass>DragDropClasses</includeClass>
           </includeClasses>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Effects/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Effects/pom.xml 
b/frameworks/projects/Effects/pom.xml
index 15d2987..2f57db3 100644
--- a/frameworks/projects/Effects/pom.xml
+++ b/frameworks/projects/Effects/pom.xml
@@ -50,6 +50,7 @@
           <includeClasses>
             <includeClass>EffectsClasses</includeClass>
           </includeClasses>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Express/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Express/pom.xml 
b/frameworks/projects/Express/pom.xml
index 66a69c4..52b7b19 100644
--- a/frameworks/projects/Express/pom.xml
+++ b/frameworks/projects/Express/pom.xml
@@ -62,6 +62,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Flat/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml
index b9b6269..27013f0 100644
--- a/frameworks/projects/Flat/pom.xml
+++ b/frameworks/projects/Flat/pom.xml
@@ -62,6 +62,7 @@
             </include-file>
           </includeFiles>
           <includeLookupOnly>true</includeLookupOnly>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/FontAwesome/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/FontAwesome/pom.xml 
b/frameworks/projects/FontAwesome/pom.xml
index 52fddbe..9c4d3f2 100644
--- a/frameworks/projects/FontAwesome/pom.xml
+++ b/frameworks/projects/FontAwesome/pom.xml
@@ -62,6 +62,7 @@
             </include-file>
           </includeFiles>
           <includeLookupOnly>true</includeLookupOnly>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Formatters/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Formatters/pom.xml 
b/frameworks/projects/Formatters/pom.xml
index 85c7055..8c1863b 100644
--- a/frameworks/projects/Formatters/pom.xml
+++ b/frameworks/projects/Formatters/pom.xml
@@ -50,6 +50,7 @@
           <includeClasses>
             <includeClass>FormattersClasses</includeClass>
           </includeClasses>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/GoogleMaps/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/GoogleMaps/pom.xml 
b/frameworks/projects/GoogleMaps/pom.xml
index aee0c43..3a013d9 100644
--- a/frameworks/projects/GoogleMaps/pom.xml
+++ b/frameworks/projects/GoogleMaps/pom.xml
@@ -57,6 +57,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Graphics/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/pom.xml 
b/frameworks/projects/Graphics/pom.xml
index 2715d5a..4689a76 100644
--- a/frameworks/projects/Graphics/pom.xml
+++ b/frameworks/projects/Graphics/pom.xml
@@ -54,6 +54,7 @@
           <includeClasses>
             <includeClass>GraphicsClasses</includeClass>
           </includeClasses>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/HTML/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml
index 42ffbdc..0c48e3d 100644
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@ -56,6 +56,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/HTML5/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML5/pom.xml 
b/frameworks/projects/HTML5/pom.xml
index cec3065..537c27e 100644
--- a/frameworks/projects/HTML5/pom.xml
+++ b/frameworks/projects/HTML5/pom.xml
@@ -56,6 +56,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/JQuery/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/JQuery/pom.xml 
b/frameworks/projects/JQuery/pom.xml
index c400b88..b89868c 100644
--- a/frameworks/projects/JQuery/pom.xml
+++ b/frameworks/projects/JQuery/pom.xml
@@ -56,6 +56,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Language/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Language/pom.xml 
b/frameworks/projects/Language/pom.xml
index 6b1ff3d..763821c 100644
--- a/frameworks/projects/Language/pom.xml
+++ b/frameworks/projects/Language/pom.xml
@@ -44,7 +44,7 @@
           <includeClasses>
             <includeClass>LanguageClasses</includeClass>
           </includeClasses>
-          <skipExtern>false</skipExtern>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/MaterialDesignLite/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/pom.xml 
b/frameworks/projects/MaterialDesignLite/pom.xml
index 4b78dba..10a531a 100644
--- a/frameworks/projects/MaterialDesignLite/pom.xml
+++ b/frameworks/projects/MaterialDesignLite/pom.xml
@@ -62,6 +62,7 @@
             </include-file>
           </includeFiles>
           <includeLookupOnly>true</includeLookupOnly>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Mobile/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Mobile/pom.xml 
b/frameworks/projects/Mobile/pom.xml
index 0ac3211..cc1fc10 100644
--- a/frameworks/projects/Mobile/pom.xml
+++ b/frameworks/projects/Mobile/pom.xml
@@ -60,6 +60,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Network/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/pom.xml 
b/frameworks/projects/Network/pom.xml
index 689ecbb..e24d448 100644
--- a/frameworks/projects/Network/pom.xml
+++ b/frameworks/projects/Network/pom.xml
@@ -50,6 +50,7 @@
           <includeClasses>
             <includeClass>NetworkClasses</includeClass>
           </includeClasses>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Reflection/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Reflection/pom.xml 
b/frameworks/projects/Reflection/pom.xml
index 12f94c3..450ef76 100644
--- a/frameworks/projects/Reflection/pom.xml
+++ b/frameworks/projects/Reflection/pom.xml
@@ -42,6 +42,7 @@
         <extensions>true</extensions>
         <configuration>
           <includeSources>true</includeSources>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/Storage/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Storage/pom.xml 
b/frameworks/projects/Storage/pom.xml
index 0d9b4ae..2448d9d 100644
--- a/frameworks/projects/Storage/pom.xml
+++ b/frameworks/projects/Storage/pom.xml
@@ -56,6 +56,7 @@
               <path>../src/main/resources/defaults.css</path>
             </include-file>
           </includeFiles>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3062d00/frameworks/projects/XML/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/XML/pom.xml b/frameworks/projects/XML/pom.xml
index efb81de..90883e7 100644
--- a/frameworks/projects/XML/pom.xml
+++ b/frameworks/projects/XML/pom.xml
@@ -48,6 +48,7 @@
             </namespace>
           </namespaces>
           <includeSources>true</includeSources>
+          <skipExtern>true</skipExtern>
         </configuration>
       </plugin>
     </plugins>

Reply via email to