Repository: flex-asjs
Updated Branches:
  refs/heads/develop deb9bf46a -> e54023ece


- Added some missing dependencies to the "Basic" module
- Added some missing dependencies to the "FontAwesome" module and fixed some 
wrong dependencies
- Added a dependency to the MaterialDesignLight typdef


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

Branch: refs/heads/develop
Commit: e54023ecec832477cd84903ccaea9dd57919de32
Parents: deb9bf4
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Mon Jan 16 22:18:39 2017 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Mon Jan 16 22:18:39 2017 +0100

----------------------------------------------------------------------
 distribution/pom.xml | 35 +++++++++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e54023ec/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 875f65d..7ac2aa4 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -80,6 +80,12 @@
     <!-- Add the framework swc modules -->
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Binding</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
@@ -128,6 +134,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>FontAwesome</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Formatters</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
@@ -208,6 +220,13 @@
     <!-- Add the framework js-swc modules -->
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Binding</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
@@ -262,18 +281,19 @@
       <type>swc</type>
       <classifier>typedefs</classifier>
     </dependency>
-    <dependency>
+         <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Formatters</artifactId>
+      <artifactId>FontAwesome</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>typedefs</classifier>
     </dependency>
-       <dependency>
+    <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>FontAwesome</artifactId>
+      <artifactId>Formatters</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
+      <classifier>typedefs</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
@@ -319,6 +339,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>MaterialDesignLite</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>typedefs</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Mobile</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>

Reply via email to