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 02eb93ed7a9b6d3eace9cd4e3367a5cef785dc1a Author: Josh Tynjala <[email protected]> AuthorDate: Wed Mar 26 14:30:39 2025 -0700 Jewel: reorganize assets --- frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml | 2 +- frameworks/projects/Jewel/asconfig.json | 2 +- frameworks/projects/Jewel/pom.xml | 2 +- .../assets/web-animations/2.3.1/LICENSE-web-animations} | 0 .../assets}/web-animations/2.3.1/web-animations.min.js | 0 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml b/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml index 5ea24b1b2e..ec2942b285 100644 --- a/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml +++ b/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml @@ -103,7 +103,7 @@ <js-vector-index-checks>false</js-vector-index-checks> <js-include-script> - <path-element>../../../../../../projects/Jewel/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js</path-element> + <path-element>../../../../../../projects/Jewel/src/main/resources/assets/web-animations/2.3.1/web-animations.min.js</path-element> </js-include-script> </royale-config> diff --git a/frameworks/projects/Jewel/asconfig.json b/frameworks/projects/Jewel/asconfig.json index 441dfcfb92..a5340f2955 100644 --- a/frameworks/projects/Jewel/asconfig.json +++ b/frameworks/projects/Jewel/asconfig.json @@ -32,6 +32,6 @@ "output": "target/Jewel.swc" }, "additionalOptions": [ - "-js-include-script+=src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js" + "-js-include-script+=src/main/resources/assets/web-animations/2.3.1/web-animations.min.js" ] } diff --git a/frameworks/projects/Jewel/pom.xml b/frameworks/projects/Jewel/pom.xml index caa58d0ee5..9e43b59ecc 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+=${project.basedir}/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js + -js-include-script+=${project.basedir}/src/main/resources/assets/web-animations/2.3.1/web-animations.min.js </additionalCompilerOptions> </configuration> </plugin> diff --git a/frameworks/projects/Jewel/src/main/assembly/scripts/web-animations/2.3.1/LICENSE b/frameworks/projects/Jewel/src/main/resources/assets/web-animations/2.3.1/LICENSE-web-animations similarity index 100% rename from frameworks/projects/Jewel/src/main/assembly/scripts/web-animations/2.3.1/LICENSE rename to frameworks/projects/Jewel/src/main/resources/assets/web-animations/2.3.1/LICENSE-web-animations diff --git a/frameworks/projects/Jewel/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js b/frameworks/projects/Jewel/src/main/resources/assets/web-animations/2.3.1/web-animations.min.js similarity index 100% rename from frameworks/projects/Jewel/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js rename to frameworks/projects/Jewel/src/main/resources/assets/web-animations/2.3.1/web-animations.min.js
