This is an automated email from the ASF dual-hosted git repository. hiedra pushed a commit to branch examples/TDJ_localresources in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 3730e0905638aa2e0a340807b655e3f3232d78fa Author: mjesteve <[email protected]> AuthorDate: Thu Mar 13 10:36:19 2025 +0100 Jewel / Basic pom's. Change ${basedir} by ${project.basedir} --- frameworks/projects/Basic/pom.xml | 4 ++-- frameworks/projects/Jewel/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/projects/Basic/pom.xml b/frameworks/projects/Basic/pom.xml index 8eeb38313d..b84a44635e 100644 --- a/frameworks/projects/Basic/pom.xml +++ b/frameworks/projects/Basic/pom.xml @@ -70,8 +70,8 @@ <additionalCompilerOptions> ${project.compiler.options}; -compiler.fxg-base-class=flash.display.Sprite; - -js-include-script+=${basedir}/src/main/assembly/scripts/dialog-polyfill/0.4.9/dialog-polyfill.min.js - -js-include-css+=${basedir}/src/main/assembly/css/dialog-polyfill/0.4.9/dialog-polyfill.min.css; + -js-include-script+=${project.basedir}/src/main/assembly/scripts/dialog-polyfill/0.4.9/dialog-polyfill.min.js + -js-include-css+=${project.basedir}/src/main/assembly/css/dialog-polyfill/0.4.9/dialog-polyfill.min.css; </additionalCompilerOptions> </configuration> </plugin> diff --git a/frameworks/projects/Jewel/pom.xml b/frameworks/projects/Jewel/pom.xml index 938422592e..caa58d0ee5 100644 --- a/frameworks/projects/Jewel/pom.xml +++ b/frameworks/projects/Jewel/pom.xml @@ -66,7 +66,7 @@ <skipAS>${royale.skipAS}</skipAS> <additionalCompilerOptions> ${project.compiler.options} - -js-include-script+=${basedir}/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js + -js-include-script+=${project.basedir}/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js </additionalCompilerOptions> </configuration> </plugin>
