You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/05/04 20:47:54 UTC

[royale-asjs] branch develop updated: Addressed inconsistency in artifact naming for maven, added new mxroyale example to ant build

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

gregdove 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 4850dea  Addressed inconsistency in artifact naming for maven, added new mxroyale example to ant build
4850dea is described below

commit 4850dea59d8c35637d1688c76030e8fe144e3cc8
Author: greg-dove <gr...@gmail.com>
AuthorDate: Tue May 5 08:24:53 2020 +1200

    Addressed inconsistency in artifact naming for maven, added new mxroyale example to ant build
---
 examples/build.xml                        | 2 ++
 examples/mxroyale/ControlsExample/pom.xml | 2 +-
 examples/mxroyale/DataGridExample/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/examples/build.xml b/examples/build.xml
index f910d00..fdc170f 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -123,6 +123,7 @@
         <ant dir="${basedir}/royale/TreeExample"/>
         <ant dir="${basedir}/mxroyale/HelloWorld"/>
         <ant dir="${basedir}/mxroyale/ControlsExample"/>
+        <ant dir="${basedir}/mxroyale/DataGridExample"/>
         <ant dir="${basedir}/native/ButtonExample"/>
         <ant dir="${basedir}/native/USStatesMap"/>
     </target>
@@ -184,6 +185,7 @@
         <ant dir="${basedir}/royale/TreeExample" target="clean"/>
         <ant dir="${basedir}/mxroyale/HelloWorld" target="clean"/>
         <ant dir="${basedir}/mxroyale/ControlsExample" target="clean"/>
+        <ant dir="${basedir}/mxroyale/DataGridExample" target="clean"/>
         <ant dir="${basedir}/native/ButtonExample" target="clean"/>
         <ant dir="${basedir}/native/USStatesMap" target="clean"/>
     </target>
diff --git a/examples/mxroyale/ControlsExample/pom.xml b/examples/mxroyale/ControlsExample/pom.xml
index 7051f95..cf445a6 100644
--- a/examples/mxroyale/ControlsExample/pom.xml
+++ b/examples/mxroyale/ControlsExample/pom.xml
@@ -26,7 +26,7 @@
     <version>0.9.8-SNAPSHOT</version>
   </parent>
 
-  <artifactId>ControlsExample</artifactId>
+  <artifactId>ControlsExample-MXRoyale</artifactId>
   <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 
diff --git a/examples/mxroyale/DataGridExample/pom.xml b/examples/mxroyale/DataGridExample/pom.xml
index 6bb0e02..0a8c068 100644
--- a/examples/mxroyale/DataGridExample/pom.xml
+++ b/examples/mxroyale/DataGridExample/pom.xml
@@ -26,7 +26,7 @@
     <version>0.9.8-SNAPSHOT</version>
   </parent>
 
-  <artifactId>mxDataGridExample</artifactId>
+  <artifactId>DataGridExample-MXRoyale</artifactId>
   <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>