You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/03/17 23:29:19 UTC

[royale-asjs] branch develop updated: examples pom fixes

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0d30adb  examples pom fixes
0d30adb is described below

commit 0d30adbfec20412c1bb32f221b8e5d168c44ed87
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 18 00:29:15 2018 +0100

    examples pom fixes
---
 examples/royale/AlertExample/pom.xml          |  4 +--
 examples/royale/Flex2Royale/pom.xml           |  2 +-
 examples/royale/JSON2ASVO/pom.xml             | 38 ++++++++++++++++++---------
 examples/royale/MDLDynamicTabsExample/pom.xml |  2 +-
 examples/royale/pom.xml                       | 25 ++++++++++--------
 5 files changed, 44 insertions(+), 27 deletions(-)

diff --git a/examples/royale/AlertExample/pom.xml b/examples/royale/AlertExample/pom.xml
index 5b4f342..65ba355 100644
--- a/examples/royale/AlertExample/pom.xml
+++ b/examples/royale/AlertExample/pom.xml
@@ -31,8 +31,8 @@
   <version>0.9.3-SNAPSHOT</version>
   <packaging>swf</packaging>
  
-  <name>AlertExample</name>
- 
+  <name>Apache Royale: Examples: Royale: AlertExample</name>
+  
   <build>
 	<sourceDirectory>src/main/royale</sourceDirectory>
     <plugins>
diff --git a/examples/royale/Flex2Royale/pom.xml b/examples/royale/Flex2Royale/pom.xml
index 41715b2..2e38f5b 100644
--- a/examples/royale/Flex2Royale/pom.xml
+++ b/examples/royale/Flex2Royale/pom.xml
@@ -30,7 +30,7 @@
   <version>0.9.3-SNAPSHOT</version>
   <packaging>swf</packaging>
 
-  <name>Apache Royale - Examples: Royale: Flex2Royale</name>
+  <name>Apache Royale: Examples: Royale: Flex2Royale</name>
 
   <build>
     <plugins>
diff --git a/examples/royale/JSON2ASVO/pom.xml b/examples/royale/JSON2ASVO/pom.xml
index 7099d9e..2acfe41 100644
--- a/examples/royale/JSON2ASVO/pom.xml
+++ b/examples/royale/JSON2ASVO/pom.xml
@@ -54,37 +54,51 @@
 
   <dependencies>
     <dependency>
-      <groupId>com.adobe.air.framework</groupId>
-      <artifactId>airglobal</artifactId>
-      <version>${air.version}</version>
+      <groupId>com.adobe.flash.framework</groupId>
+      <artifactId>playerglobal</artifactId>
+      <version>${flash.version}</version>
       <type>swc</type>
       <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
-      <artifactId>GoogleMaps</artifactId>
+      <artifactId>Storage</artifactId>
       <version>0.9.3-SNAPSHOT</version>
       <type>swc</type>
       <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
-      <artifactId>GoogleMaps</artifactId>
+      <artifactId>Storage</artifactId>
       <version>0.9.3-SNAPSHOT</version>
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-    
+
     <dependency>
-        <groupId>org.apache.royale.typedefs</groupId>
-        <artifactId>royale-typedefs-googlemaps</artifactId>
-        <version>${royale.typedefs.version}</version>
-        <type>swc</type>
-        <classifier>typedefs</classifier>
-        <scope>runtime</scope>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Reflection</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
     </dependency>
 
+    <!-- <dependency>
+      <groupId>com.adobe.air.framework</groupId>
+      <artifactId>airglobal</artifactId>
+      <version>${air.version}</version>
+      <type>swc</type>
+      <scope>provided</scope>
+    </dependency>
+     -->
     <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>BasicTheme</artifactId>
diff --git a/examples/royale/MDLDynamicTabsExample/pom.xml b/examples/royale/MDLDynamicTabsExample/pom.xml
index 10fe40d..16b18ca 100644
--- a/examples/royale/MDLDynamicTabsExample/pom.xml
+++ b/examples/royale/MDLDynamicTabsExample/pom.xml
@@ -30,7 +30,7 @@
   <version>0.9.3-SNAPSHOT</version>
   <packaging>swf</packaging>
 
-  <name>MDLDynamicTabsExample</name>
+  <name>Apache Royale: Examples: Royale: MDLDynamicTabsExample</name>
 
   <build>
     <sourceDirectory>src/main/royale</sourceDirectory>
diff --git a/examples/royale/pom.xml b/examples/royale/pom.xml
index e65f9df..971d2c7 100644
--- a/examples/royale/pom.xml
+++ b/examples/royale/pom.xml
@@ -34,6 +34,7 @@
 
   <modules>
     <module>AccordionExample</module>
+    <module>AlertExample</module>
     <module>ASDoc</module>
     <module>ChartExample</module>
     <module>CordovaCameraExample</module>
@@ -41,36 +42,38 @@
     <module>DataBindingExample</module>
     <module>DataBindingExample_as</module><!-- Flash error -->
     <module>DataBindingExample_Flat</module>
+    <module>DataBindingExampleWithFlexLayout</module>
     <module>DataGridExample</module>
     <module>DateControlsExample</module>
+    <module>DebuggingExample</module>
     <module>DesktopMap</module>
+    <module>DividedContainerExample</module>
+    <module>DragAndDropExample</module>
     <module>Flex2Royale</module>
-    <module>RoyaleStore</module>
-    <module>RoyaleStore_jquery</module>
-    <module>RoyaleTeamPage_MDL</module>
-    <module>RoyaleWebsite</module>
-    <module>RoyaleWebsiteStatsViewer</module>
     <module>HelloWorld</module>
     <module>HTMLElements</module>
+    <module>JSON2ASVO</module>
     <module>ListExample</module>
     <module>MapSearch</module>
     <module>MDLDynamicTabsExample</module>
     <module>MDLDynamicTableExample</module>
-    <module>ModuleExample</module>
+    <!-- <module>MenuExample</module> -->
     <module>MobileMap</module>
     <module>MobileStocks</module>
     <module>MobileTrader</module>
+    <module>ModuleExample</module>
     <module>RemoteObjectAMFTest</module>
+    <module>RoyaleStore</module>
+    <module>RoyaleStore_jquery</module>
+    <module>RoyaleTeamPage_MDL</module>
+    <module>RoyaleWebsite</module>
+    <module>RoyaleWebsiteStatsViewer</module>
     <module>StorageExample</module>
     <module>StyleExample</module>
+    <module>TableExample</module>
     <module>TeamPage</module>
     <module>TodoListSampleApp</module>
     <module>TreeExample</module>
-    <module>TableExample</module>
-    <module>DebuggingExample</module>
-    <module>DataBindingExampleWithFlexLayout</module>
-    <module>DragAndDropExample</module>
-    <module>AlertExample</module>
   </modules>
 
   <build>

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.