You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/03/04 12:22:53 UTC

[royale-asjs.wiki] branch master updated: Add links to the repositories in Maven build instruction

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d96daf4  Add links to the repositories in Maven build instruction
d96daf4 is described below

commit d96daf4af5bb5742c5269c91058fd99c1cff7bb1
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Sun Mar 4 13:22:51 2018 +0100

    Add links to the repositories in Maven build instruction
---
 Build-Apache-Royale-with-Maven.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Build-Apache-Royale-with-Maven.md b/Build-Apache-Royale-with-Maven.md
index 7ef6341..5e022bf 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -1,8 +1,8 @@
 Apache Royale can be built with maven. Royale consists of three parts: The _compiler_, _typedefs_ and the _framework(asjs)_, each is hosted in a separate GIT repository and have to be built and released separately. The order hereby is:
 
-1. Compiler
-2. Typedefs
-3. Framework
+1. [Compiler](https://github.com/apache/royale-compiler)
+2. [Typedefs](https://github.com/apache/royale-typedefs)
+3. [Framework](https://github.com/apache/royale-asjs)
 
 In addition to building the framework libraries, the framework module also assembles the binary distribution of the Royale SDK.
 

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