This is an automated email from the ASF dual-hosted git repository.
joshtynjala 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 2830b86f8a pom.xml: reference
BE0012_Using_external_javascript_libraries_in_Apache_Royale example for
rat-excludes.txt
2830b86f8a is described below
commit 2830b86f8a9ccad6064974ade5243364a9445f97
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Aug 27 15:43:39 2025 -0700
pom.xml: reference
BE0012_Using_external_javascript_libraries_in_Apache_Royale example for
rat-excludes.txt
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 7c5679bb75..8b63f60b82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,6 +365,7 @@
this excludes the example in that case, but rat-excludes.txt will
actually be used properly when with-examples is activated too!
-->
+
<exclude>examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/**</exclude>
<exclude>examples/jewel/TourDeJewel/**</exclude>
</excludes>
</configuration>