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 2021/01/15 14:26:50 UTC

[royale-asjs] branch develop updated: debugging: fix token in pom

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 83f9d7c  debugging: fix token in pom
83f9d7c is described below

commit 83f9d7c7ec2b7ab1b54de4edfaeed9098891bb85
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jan 15 15:26:39 2021 +0100

    debugging: fix token in pom
---
 frameworks/projects/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index 4959469..ef4742d 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -34,7 +34,7 @@
         ${repo.compiler.options};
         -js-default-initializers=false;
         -source-map=${source.map};
-        -source-map-source-root=/frameworks/projects/{$project.artifactId}/src/main/royale/
+        -source-map-source-root=/frameworks/projects/${project.artifactId}/src/main/royale/
         -js-complex-implicit-coercions=false;
         -js-vector-index-checks=false;
         -js-resolve-uncertain=false;