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/07 15:49:39 UTC

[royale-asjs] branch develop updated: jewel-pom.xml: remove +royalelib since is not needed in framework libs, just in apps

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 5bf4e17  jewel-pom.xml: remove +royalelib since is not needed in framework libs, just in apps
5bf4e17 is described below

commit 5bf4e176b6871bb2e6ece4c7832848a1f31ed304
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Jan 7 16:49:26 2021 +0100

    jewel-pom.xml: remove +royalelib since is not needed in framework libs, just in apps
---
 frameworks/projects/Jewel/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/Jewel/pom.xml b/frameworks/projects/Jewel/pom.xml
index a1c86b2..a470851 100644
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@ -65,7 +65,6 @@
           <skipExtern>true</skipExtern>
           <skipAS>${royale.skipAS}</skipAS>
           <additionalCompilerOptions>
-            <!-- +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven -->
             -source-map=true;
             -source-map-source-root=/frameworks/projects/Jewel/
           </additionalCompilerOptions>