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 2020/03/15 12:23:00 UTC

[royale-asjs] branch develop updated: blog example 14: add to maven build

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 0caa2f6  blog example 14: add to maven build
0caa2f6 is described below

commit 0caa2f6058a6f67194157dec0a3918e4c1768f5d
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 15 13:22:48 2020 +0100

    blog example 14: add to maven build
---
 examples/blog/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/blog/pom.xml b/examples/blog/pom.xml
index 60e9100..8e37638 100644
--- a/examples/blog/pom.xml
+++ b/examples/blog/pom.xml
@@ -46,6 +46,7 @@
     <module>BE0011_Loading_external_data_through_HTTPService</module>
     <module>BE0012_Using_external_javascript_libraries_in_Apache_Royale</module>
     <module>BE0013_Dividing_an_Apache_Royale_application_with_modules</module>
+    <module>BE0014_Working_with_Graphics</module>
   </modules>
 
   <build>