You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/18 08:07:06 UTC

[1/3] git commit: [flex-asjs] [refs/heads/release0.8.0] - build both targets

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 563c7450b -> 182203982


build both targets


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

Branch: refs/heads/release0.8.0
Commit: 7096cd397b9d0b1cd434625ab112ce76c467557b
Parents: 563c745
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 18 01:04:26 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 18 01:04:26 2017 -0700

----------------------------------------------------------------------
 .../projects/Basic/src/main/config/compile-swf-config.xml     | 7 +++++++
 .../projects/Binding/src/main/config/compile-swf-config.xml   | 7 +++++++
 .../projects/Charts/src/main/config/compile-swf-config.xml    | 7 +++++++
 .../Collections/src/main/config/compile-swf-config.xml        | 7 +++++++
 .../projects/Core/src/main/config/compile-swf-config.xml      | 7 +++++++
 .../projects/CreateJS/src/main/config/compile-swf-config.xml  | 7 +++++++
 .../projects/DragDrop/src/main/config/compile-swf-config.xml  | 7 +++++++
 .../projects/Effects/src/main/config/compile-swf-config.xml   | 7 +++++++
 .../projects/Express/src/main/config/compile-swf-config.xml   | 7 +++++++
 .../projects/Flat/src/main/config/compile-swf-config.xml      | 7 +++++++
 .../FontAwesome/src/main/config/compile-swf-config.xml        | 7 +++++++
 .../Formatters/src/main/config/compile-swf-config.xml         | 7 +++++++
 .../GoogleMaps/src/main/config/compile-swf-config.xml         | 7 +++++++
 .../projects/Graphics/src/main/config/compile-swf-config.xml  | 7 +++++++
 .../projects/HTML/src/main/config/compile-swf-config.xml      | 7 +++++++
 .../projects/HTML5/src/main/config/compile-swf-config.xml     | 7 +++++++
 .../projects/JQuery/src/main/config/compile-swf-config.xml    | 7 +++++++
 .../projects/Language/src/main/config/compile-swf-config.xml  | 7 +++++++
 .../MaterialDesignLite/src/main/config/compile-swf-config.xml | 7 +++++++
 .../projects/Mobile/src/main/config/compile-swf-config.xml    | 7 +++++++
 .../projects/Network/src/main/config/compile-swf-config.xml   | 7 +++++++
 .../Reflection/src/main/config/compile-swf-config.xml         | 7 +++++++
 .../projects/Storage/src/main/config/compile-swf-config.xml   | 7 +++++++
 .../projects/XML/src/main/config/compile-swf-config.xml       | 7 +++++++
 24 files changed, 168 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Basic/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/config/compile-swf-config.xml b/frameworks/projects/Basic/src/main/config/compile-swf-config.xml
index 2ce6eda..7d9b236 100644
--- a/frameworks/projects/Basic/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Basic/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Binding/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Binding/src/main/config/compile-swf-config.xml b/frameworks/projects/Binding/src/main/config/compile-swf-config.xml
index 5436c4e..0144b57 100644
--- a/frameworks/projects/Binding/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Binding/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Charts/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Charts/src/main/config/compile-swf-config.xml b/frameworks/projects/Charts/src/main/config/compile-swf-config.xml
index 2fcd566..1f8d86e 100644
--- a/frameworks/projects/Charts/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Charts/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Collections/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Collections/src/main/config/compile-swf-config.xml b/frameworks/projects/Collections/src/main/config/compile-swf-config.xml
index f10ca02..83d5fb4 100644
--- a/frameworks/projects/Collections/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Collections/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Core/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/config/compile-swf-config.xml b/frameworks/projects/Core/src/main/config/compile-swf-config.xml
index 2fd2612..cf1949f 100644
--- a/frameworks/projects/Core/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Core/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
         </external-library-path>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/CreateJS/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/src/main/config/compile-swf-config.xml b/frameworks/projects/CreateJS/src/main/config/compile-swf-config.xml
index 56ec6e9..51dd903 100644
--- a/frameworks/projects/CreateJS/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/CreateJS/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/DragDrop/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/DragDrop/src/main/config/compile-swf-config.xml b/frameworks/projects/DragDrop/src/main/config/compile-swf-config.xml
index 15ecb47..a557a61 100644
--- a/frameworks/projects/DragDrop/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/DragDrop/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Effects/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Effects/src/main/config/compile-swf-config.xml b/frameworks/projects/Effects/src/main/config/compile-swf-config.xml
index 4844133..66a8f47 100644
--- a/frameworks/projects/Effects/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Effects/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Express/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Express/src/main/config/compile-swf-config.xml b/frameworks/projects/Express/src/main/config/compile-swf-config.xml
index 3402553..d6743a0 100644
--- a/frameworks/projects/Express/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Express/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Flat/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Flat/src/main/config/compile-swf-config.xml b/frameworks/projects/Flat/src/main/config/compile-swf-config.xml
index 2a2ff97..74e5018 100644
--- a/frameworks/projects/Flat/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Flat/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/FontAwesome/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/FontAwesome/src/main/config/compile-swf-config.xml b/frameworks/projects/FontAwesome/src/main/config/compile-swf-config.xml
index 90a2d34..1368f7a 100644
--- a/frameworks/projects/FontAwesome/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/FontAwesome/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Formatters/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Formatters/src/main/config/compile-swf-config.xml b/frameworks/projects/Formatters/src/main/config/compile-swf-config.xml
index 13f8d14..35035d9 100644
--- a/frameworks/projects/Formatters/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Formatters/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/GoogleMaps/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/GoogleMaps/src/main/config/compile-swf-config.xml b/frameworks/projects/GoogleMaps/src/main/config/compile-swf-config.xml
index dc8546e..d90017c 100644
--- a/frameworks/projects/GoogleMaps/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/GoogleMaps/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Graphics/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/src/main/config/compile-swf-config.xml b/frameworks/projects/Graphics/src/main/config/compile-swf-config.xml
index fdbf2a6..9e9564e 100644
--- a/frameworks/projects/Graphics/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Graphics/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/HTML/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/config/compile-swf-config.xml b/frameworks/projects/HTML/src/main/config/compile-swf-config.xml
index 1e80ecd..0d3cff0 100644
--- a/frameworks/projects/HTML/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/HTML/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/HTML5/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML5/src/main/config/compile-swf-config.xml b/frameworks/projects/HTML5/src/main/config/compile-swf-config.xml
index 025fba2..1e8c197 100644
--- a/frameworks/projects/HTML5/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/HTML5/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/JQuery/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/JQuery/src/main/config/compile-swf-config.xml b/frameworks/projects/JQuery/src/main/config/compile-swf-config.xml
index af21589..b8e5972 100644
--- a/frameworks/projects/JQuery/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/JQuery/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Language/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Language/src/main/config/compile-swf-config.xml b/frameworks/projects/Language/src/main/config/compile-swf-config.xml
index 08ce99e..798de62 100644
--- a/frameworks/projects/Language/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Language/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
         </external-library-path>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/MaterialDesignLite/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/src/main/config/compile-swf-config.xml b/frameworks/projects/MaterialDesignLite/src/main/config/compile-swf-config.xml
index c67a914..d596e62 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/MaterialDesignLite/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Mobile/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Mobile/src/main/config/compile-swf-config.xml b/frameworks/projects/Mobile/src/main/config/compile-swf-config.xml
index 4a690af..6da0aca 100644
--- a/frameworks/projects/Mobile/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Mobile/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Network/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/src/main/config/compile-swf-config.xml b/frameworks/projects/Network/src/main/config/compile-swf-config.xml
index b363b52..da0a2e4 100644
--- a/frameworks/projects/Network/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Network/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Reflection/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Reflection/src/main/config/compile-swf-config.xml b/frameworks/projects/Reflection/src/main/config/compile-swf-config.xml
index c9f4c6e..69f20db 100644
--- a/frameworks/projects/Reflection/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Reflection/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/Storage/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Storage/src/main/config/compile-swf-config.xml b/frameworks/projects/Storage/src/main/config/compile-swf-config.xml
index 5da30fa..7643a74 100644
--- a/frameworks/projects/Storage/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/Storage/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7096cd39/frameworks/projects/XML/src/main/config/compile-swf-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/XML/src/main/config/compile-swf-config.xml b/frameworks/projects/XML/src/main/config/compile-swf-config.xml
index 59f040e..a1f57a6 100644
--- a/frameworks/projects/XML/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/XML/src/main/config/compile-swf-config.xml
@@ -21,6 +21,13 @@
     <compiler>
         <accessible>false</accessible>
         
+        <!-- build both SWF and JS. -->
+        <targets>
+            <target>SWF</target>
+            <target>JSFlex</target>
+        </targets>
+        <strict-xml>true</strict-xml>
+
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../../../../libs/Core.swc</path-element>


[2/3] git commit: [flex-asjs] [refs/heads/release0.8.0] - fix dependencies

Posted by ah...@apache.org.
fix dependencies


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

Branch: refs/heads/release0.8.0
Commit: 74fca6813ac08025b7d0a922ad98052002260406
Parents: 7096cd3
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 18 01:04:52 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 18 01:04:52 2017 -0700

----------------------------------------------------------------------
 frameworks/projects/HTML/.actionScriptProperties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74fca681/frameworks/projects/HTML/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/.actionScriptProperties b/frameworks/projects/HTML/.actionScriptProperties
index e298604..430763f 100644
--- a/frameworks/projects/HTML/.actionScriptProperties
+++ b/frameworks/projects/HTML/.actionScriptProperties
@@ -27,11 +27,11 @@
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Basic.swc" useDefaultLinkType="false"/>
         </excludedEntries>
       </libraryPathEntry>
-      <libraryPathEntry kind="3" linkType="1" path="/Core/target/Basic.swc" useDefaultLinkType="false"/>
-      <libraryPathEntry kind="3" linkType="1" path="/Core/target/Binding.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/Basic/target/Basic.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/Binding/target/Binding.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="/Core/target/Core.swc" useDefaultLinkType="false"/>
-      <libraryPathEntry kind="3" linkType="1" path="/Core/target/Collections.swc" useDefaultLinkType="false"/>
-      <libraryPathEntry kind="3" linkType="1" path="/Core/target/Graphics.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/Collections/target/Collections.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/Graphics/target/Graphics.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="2" path="${PROJECT_FRAMEWORKS}/libs/air/airglobal.swc" useDefaultLinkType="false"/>
     </libraryPath>
     <sourceAttachmentPath/>


[3/3] git commit: [flex-asjs] [refs/heads/release0.8.0] - fix more dependencies

Posted by ah...@apache.org.
fix more dependencies


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

Branch: refs/heads/release0.8.0
Commit: 182203982cecebc6fbc3b33ff40e0d87555b20b6
Parents: 74fca68
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 18 01:06:24 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 18 01:06:24 2017 -0700

----------------------------------------------------------------------
 .../FlexJS/projects/GoogleMapsJS/.actionScriptProperties  |  8 ++++++++
 .../js/FlexJS/projects/HTML5JS/.actionScriptProperties    | 10 +++++++++-
 .../js/FlexJS/projects/HTMLJS/.actionScriptProperties     |  6 ++++++
 .../js/FlexJS/projects/JQueryJS/.actionScriptProperties   |  9 ++++++++-
 .../js/FlexJS/projects/MobileJS/.actionScriptProperties   |  9 ++++++++-
 5 files changed, 39 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18220398/frameworks/js/FlexJS/projects/GoogleMapsJS/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/GoogleMapsJS/.actionScriptProperties b/frameworks/js/FlexJS/projects/GoogleMapsJS/.actionScriptProperties
index c0e7e63..e2a3b3a 100644
--- a/frameworks/js/FlexJS/projects/GoogleMapsJS/.actionScriptProperties
+++ b/frameworks/js/FlexJS/projects/GoogleMapsJS/.actionScriptProperties
@@ -46,11 +46,19 @@ limitations under the License.
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/GoogleMaps.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/DragDrop.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/CreateJS.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Express.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/FontAwesome.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/jQuery.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Language.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/MaterialDesignLite.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/XML.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Basic.swc" useDefaultLinkType="false"/>
         </excludedEntries>
       </libraryPathEntry>
       <libraryPathEntry kind="3" linkType="2" path="${FLEX_FALCON}/js/libs/js.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="${FLEX_FALCON}/js/libs/GCL.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="/CoreJS/target/CoreJS.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/BasicJS/target/BasicJS.swc" useDefaultLinkType="false"/>
     </libraryPath>
     <sourceAttachmentPath/>
   </compiler>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18220398/frameworks/js/FlexJS/projects/HTML5JS/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/HTML5JS/.actionScriptProperties b/frameworks/js/FlexJS/projects/HTML5JS/.actionScriptProperties
index d495a50..c7a5a00 100644
--- a/frameworks/js/FlexJS/projects/HTML5JS/.actionScriptProperties
+++ b/frameworks/js/FlexJS/projects/HTML5JS/.actionScriptProperties
@@ -46,11 +46,19 @@ limitations under the License.
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/GoogleMaps.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/DragDrop.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/CreateJS.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Express.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/FontAwesome.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/jQuery.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Language.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/MaterialDesignLite.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/XML.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Basic.swc" useDefaultLinkType="false"/>
         </excludedEntries>
       </libraryPathEntry>
       <libraryPathEntry kind="3" linkType="2" path="${FLEX_FALCON}/js/libs/js.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="${FLEX_FALCON}/js/libs/GCL.swc" useDefaultLinkType="false"/>
-      <libraryPathEntry kind="3" linkType="1" path="/HTMLJS/target/HTMLJS.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/BasicJS/target/BasicJS.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/CoreJS/target/CoreJS.swc" useDefaultLinkType="false"/>
     </libraryPath>
     <sourceAttachmentPath/>
   </compiler>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18220398/frameworks/js/FlexJS/projects/HTMLJS/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/HTMLJS/.actionScriptProperties b/frameworks/js/FlexJS/projects/HTMLJS/.actionScriptProperties
index f260c03..c3b45e0 100644
--- a/frameworks/js/FlexJS/projects/HTMLJS/.actionScriptProperties
+++ b/frameworks/js/FlexJS/projects/HTMLJS/.actionScriptProperties
@@ -48,6 +48,12 @@ limitations under the License.
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Reflection.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/DragDrop.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/CreateJS.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Express.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/FontAwesome.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/jQuery.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Language.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/MaterialDesignLite.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/XML.swc" useDefaultLinkType="false"/>
         </excludedEntries>
       </libraryPathEntry>
       <libraryPathEntry kind="3" linkType="2" path="${FLEX_FALCON}/js/libs/js.swc" useDefaultLinkType="false"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18220398/frameworks/js/FlexJS/projects/JQueryJS/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/JQueryJS/.actionScriptProperties b/frameworks/js/FlexJS/projects/JQueryJS/.actionScriptProperties
index 0e3e72a..6c51d7e 100644
--- a/frameworks/js/FlexJS/projects/JQueryJS/.actionScriptProperties
+++ b/frameworks/js/FlexJS/projects/JQueryJS/.actionScriptProperties
@@ -46,13 +46,20 @@ limitations under the License.
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/GoogleMaps.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/DragDrop.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/CreateJS.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Express.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/FontAwesome.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/jQuery.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Language.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/MaterialDesignLite.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/XML.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Basic.swc" useDefaultLinkType="false"/>
         </excludedEntries>
       </libraryPathEntry>
       <libraryPathEntry kind="3" linkType="2" path="${FLEX_FALCON}/js/libs/js.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="${FLEX_FALCON}/js/libs/GCL.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="2" path="${FLEX_FALCON}/js/libs/jquery.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="/CoreJS/target/CoreJS.swc" useDefaultLinkType="false"/>
-      <libraryPathEntry kind="3" linkType="1" path="/HTMLJS/target/HTMLJS.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/BasicJS/target/BasicJS.swc" useDefaultLinkType="false"/>
     </libraryPath>
     <sourceAttachmentPath/>
   </compiler>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18220398/frameworks/js/FlexJS/projects/MobileJS/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/MobileJS/.actionScriptProperties b/frameworks/js/FlexJS/projects/MobileJS/.actionScriptProperties
index 65fd50f..f8bc712 100644
--- a/frameworks/js/FlexJS/projects/MobileJS/.actionScriptProperties
+++ b/frameworks/js/FlexJS/projects/MobileJS/.actionScriptProperties
@@ -46,12 +46,19 @@ limitations under the License.
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/GoogleMaps.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/DragDrop.swc" useDefaultLinkType="false"/>
           <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/CreateJS.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Express.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/FontAwesome.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/jQuery.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Language.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/MaterialDesignLite.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/XML.swc" useDefaultLinkType="false"/>
+          <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Basic.swc" useDefaultLinkType="false"/>
         </excludedEntries>
       </libraryPathEntry>
       <libraryPathEntry kind="3" linkType="2" path="${FLEX_FALCON}/js/libs/js.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="${FLEX_FALCON}/js/libs/GCL.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="/CoreJS/target/CoreJS.swc" useDefaultLinkType="false"/>
-      <libraryPathEntry kind="3" linkType="1" path="/HTMLJS/target/HTMLJS.swc" useDefaultLinkType="false"/>
+      <libraryPathEntry kind="3" linkType="1" path="/BasicJS/target/BasicJS.swc" useDefaultLinkType="false"/>
       <libraryPathEntry kind="3" linkType="1" path="/GraphicsJS/target/GraphicsJS.swc" useDefaultLinkType="false"/>
     </libraryPath>
     <sourceAttachmentPath/>