You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2016/11/20 08:12:13 UTC

git commit: [flex-asjs] [refs/heads/develop] - - Add MaterialDesignLite to ant build

Repository: flex-asjs
Updated Branches:
  refs/heads/develop c0ac72a80 -> 84e063c48


- Add MaterialDesignLite to ant build


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

Branch: refs/heads/develop
Commit: 84e063c48c6fc92c18ed5d6b231a6d7e23f5fa4a
Parents: c0ac72a
Author: piotrz <pi...@apache.org>
Authored: Sun Nov 20 09:12:09 2016 +0100
Committer: piotrz <pi...@apache.org>
Committed: Sun Nov 20 09:12:09 2016 +0100

----------------------------------------------------------------------
 frameworks/build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/84e063c4/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index e5662a1..1a33d84 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -96,6 +96,7 @@
         <antcall target="Reflection"/>
         <antcall target="Storage"/>
         <antcall target="XML"/>
+		<antcall target="MaterialDesignLite"/>
     </target>
     
     <target name="fonts">
@@ -138,6 +139,7 @@
         <ant dir="${basedir}/projects/HTML5" target="clean"/>
         <ant dir="${basedir}/projects/JQuery" target="clean"/>
         <ant dir="${basedir}/projects/Language" target="clean"/>
+		<ant dir="${basedir}/projects/MaterialDesignLite target="clean"/>
         <ant dir="${basedir}/projects/Mobile" target="clean"/>
         <ant dir="${basedir}/projects/Network" target="clean"/>
         <ant dir="${basedir}/projects/Reflection" target="clean"/>
@@ -231,6 +233,10 @@
         <ant dir="${basedir}/projects/Language"/>
     </target>
 
+	<target name="MaterialDesignLite" description="Clean build of MaterialDesignLite.swc">
+        <ant dir="${basedir}/projects/MaterialDesignLite"/>
+    </target>
+	
     <target name="Mobile" description="Clean build of Mobile.swc">
         <ant dir="${basedir}/projects/Mobile"/>
     </target>