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 c3e9887 distribution: exclude playerglobal/airglobal from js/libs in
Maven distribution
c3e9887 is described below
commit c3e988796ee91f36c167b61d2d3af66cb5ed2dc6
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Mar 23 15:46:03 2021 -0700
distribution: exclude playerglobal/airglobal from js/libs in Maven
distribution
---
distribution/src/main/assembly/component-royale.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/distribution/src/main/assembly/component-royale.xml
b/distribution/src/main/assembly/component-royale.xml
index 4bab695..8a2f4b8 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -154,6 +154,10 @@
<includes>
<include>org.apache.royale.typedefs:*:swc</include>
</includes>
+ <excludes>
+
<exclude>org.apache.royale.typedefs:royale-typedefs-playerglobal:swc</exclude>
+
<exclude>org.apache.royale.typedefs:royale-typedefs-airglobal:swc</exclude>
+ </excludes>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
</dependencySet>