Repository: flex-asjs
Updated Branches:
  refs/heads/develop a04332448 -> 46d9afb06


Fix compile-js-config in MaterialDesignLiteJs - close tag


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

Branch: refs/heads/develop
Commit: 46d9afb06d886143249066f4ff3e0789b83f9999
Parents: a043324
Author: piotrz <pio...@apache.org>
Authored: Mon Nov 21 06:25:41 2016 +0100
Committer: piotrz <pio...@apache.org>
Committed: Mon Nov 21 06:25:41 2016 +0100

----------------------------------------------------------------------
 .../src/main/config/compile-js-config.xml       | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/46d9afb0/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 6e99421..7d5136e 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
@@ -46,14 +46,6 @@
         </keep-as3-metadata>
          
         <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>
             <namespace>
@@ -61,11 +53,19 @@
                 
<manifest>../../../../../../../projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml</manifest>
             </namespace>
         </namespaces>
-        
+
+        <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>
+
         <source-path>
             
<path-element>../../../../../../../projects/MaterialDesignLite/src/main/flex</path-element>
         </source-path>
-        
+
         <warn-no-constructor>false</warn-no-constructor>
     </compiler>
     

Reply via email to