Repository: flex-asjs
Updated Branches:
  refs/heads/develop b35f20ef2 -> c5bbdb4ad


Add missing JS libraries to compile-js-config


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

Branch: refs/heads/develop
Commit: c5bbdb4ad38e25f2c8dfa4ed021d7e6045c2c675
Parents: b35f20e
Author: piotrz <[email protected]>
Authored: Sun Nov 20 22:00:17 2016 +0100
Committer: piotrz <[email protected]>
Committed: Sun Nov 20 22:00:17 2016 +0100

----------------------------------------------------------------------
 frameworks/js/FlexJS/build.xml                                 | 4 ++--
 .../MaterialDesignLiteJS/src/main/config/compile-js-config.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c5bbdb4a/frameworks/js/FlexJS/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/build.xml b/frameworks/js/FlexJS/build.xml
index 6be54be..66fe346 100644
--- a/frameworks/js/FlexJS/build.xml
+++ b/frameworks/js/FlexJS/build.xml
@@ -82,7 +82,6 @@
         <antcall target="Collections"/>
         <antcall target="Basic"/>
         <antcall target="HTML"/>
-               <antcall target="MaterialDesignLite"/>
         <antcall target="Flat"/>
         <antcall target="Charts"/>
         <antcall target="CreateJS"/>
@@ -96,7 +95,8 @@
         <antcall target="Network"/>
         <antcall target="Reflection"/>
         <antcall target="Storage"/>
-        <antcall target="XML"/>
+        <antcall target="XML"/>        
+               <antcall target="MaterialDesignLite"/>
     </target>
     
     <target name="other.locales" description ="Builds resource SWCs for all 
locales">

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c5bbdb4a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
----------------------------------------------------------------------
diff --git 
a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
 
b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
index 9a676b5..61c21e3 100644
--- 
a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
+++ 
b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
@@ -47,6 +47,12 @@
          
         <locale/>
         
+               <library-path>
+                       
<path-element>../../../../../libs/CoreJS.swc</path-element>
+                       
<path-element>../../../../../libs/BindingJS.swc</path-element>
+                       
<path-element>../../../../../libs/GraphicsJS.swc</path-element>
+            <path-element>../../../../../libs/CollectionsJS.swc</path-element>
+                       
<path-element>../../../../../libs/HTMLJS.swc</path-element>
         <library-path/>
 
         <namespaces>

Reply via email to