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

[43/50] git commit: [flex-asjs] [refs/heads/feature-autobuild/example-maven-dirs] - - Add MaterialDesignLite swc to distribution binary folder

- Add MaterialDesignLite swc to distribution binary folder


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

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: 06a57c9df4206b8ed213256bc8f8c25825c58814
Parents: 6d27f7f
Author: piotrz <pi...@apache.org>
Authored: Sun Nov 6 19:08:37 2016 +0100
Committer: piotrz <pi...@apache.org>
Committed: Sun Nov 6 19:08:37 2016 +0100

----------------------------------------------------------------------
 distribution/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/06a57c9d/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index b2dac5e..027f5d2 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -170,6 +170,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Mobile</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>