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 2017/05/01 22:06:34 UTC

git commit: [flex-asjs] [refs/heads/develop] - Add Express module to distribution

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 68eabbab9 -> 82ff1840e


Add Express module to distribution


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

Branch: refs/heads/develop
Commit: 82ff1840ea4c56971a9d00e2e252ec2304545f24
Parents: 68eabba
Author: piotrz <pi...@apache.org>
Authored: Tue May 2 00:06:29 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Tue May 2 00:06:29 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/82ff1840/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index b1149a0..f8e2478 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -122,6 +122,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Express</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Flat</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
@@ -263,6 +269,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Express</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Flat</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>