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

[11/27] git commit: [flex-asjs] [refs/heads/refactor-sprite] - - Fixed the MobileStocks maven build - Added the MobileStocks example to the maven build

- Fixed the MobileStocks maven build
- Added the MobileStocks example to the maven 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/17c59712
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/17c59712
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/17c59712

Branch: refs/heads/refactor-sprite
Commit: 17c59712d4be4b9b19135e4eb1c964aabc4e6f79
Parents: 55d89c7
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Oct 8 09:16:35 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Oct 8 09:16:35 2016 +0200

----------------------------------------------------------------------
 examples/flexjs/MobileStocks/pom.xml | 12 +++++++++---
 examples/flexjs/pom.xml              |  1 +
 2 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/17c59712/examples/flexjs/MobileStocks/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MobileStocks/pom.xml b/examples/flexjs/MobileStocks/pom.xml
index 7868f63..d069049 100644
--- a/examples/flexjs/MobileStocks/pom.xml
+++ b/examples/flexjs/MobileStocks/pom.xml
@@ -64,9 +64,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>com.adobe.flash.framework</groupId>
-      <artifactId>playerglobal</artifactId>
-      <version>${flash.version}</version>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
       <type>swc</type>
       <scope>provided</scope>
     </dependency>
@@ -89,6 +89,12 @@
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Storage</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
   </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/17c59712/examples/flexjs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
index e6aa721..2098382 100644
--- a/examples/flexjs/pom.xml
+++ b/examples/flexjs/pom.xml
@@ -50,6 +50,7 @@
     <module>MapSearch</module>
     <module>MobileMap</module>
     <module>MobileTrader</module>
+    <module>MobileStocks</module>
     <module>StorageExample</module>
     <module>StyleExample</module>
     <module>TodoListSampleApp</module>