You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/04/15 11:44:54 UTC

[royale-asjs] branch develop updated: Should have been added to d2eba7d803b9642ebf8d9bfb4ba53960175c997c

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

yishayw 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 f960bf3  Should have been added to d2eba7d803b9642ebf8d9bfb4ba53960175c997c
     new bd46526  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
f960bf3 is described below

commit f960bf35f0e7bf2b6f3e9d5dfb04d05d692405f0
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Thu Apr 15 14:43:59 2021 +0300

    Should have been added to d2eba7d803b9642ebf8d9bfb4ba53960175c997c
---
 distribution/src/main/assembly/component-royale.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml
index 8a2f4b8..b4b3ed4 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -313,12 +313,12 @@
 
         <!-- Rename main js dummy jar artifacts to "mxmlc.jar" and "compc.jar" that is what an IDE expects to find -->
         <file>
-            <source>jars/compiler-mxmljsc/target/compiler-mxmljsc-${royale.compiler.version}.jar</source>
+            <source>jars/compiler-mxmljsc/target/compiler-mxmljsc-${project.royale.compiler.version}.jar</source>
             <outputDirectory>js/lib</outputDirectory>
             <destName>mxmlc.jar</destName>
         </file>
         <file>
-            <source>jars/compiler-compjsc/target/compiler-compjsc-${royale.compiler.version}.jar</source>
+            <source>jars/compiler-compjsc/target/compiler-compjsc-${project.royale.compiler.version}.jar</source>
             <outputDirectory>js/lib</outputDirectory>
             <destName>compc.jar</destName>
         </file>