This is an automated email from the ASF dual-hosted git repository.
cdutz 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 b5865ba - Added a suffix of "JS" to all swc's in the framework/js/lib
directory
b5865ba is described below
commit b5865bafe197ca38796224e2f485d9bcb7fdef58
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Feb 18 15:56:53 2021 +0100
- Added a suffix of "JS" to all swc's in the framework/js/lib directory
---
distribution/src/main/assembly/component-royale.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/src/main/assembly/component-royale.xml
b/distribution/src/main/assembly/component-royale.xml
index 596656e..d310e51 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -65,7 +65,7 @@ under the License.
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>frameworks/js/libs</outputDirectory>
-
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
+
<outputFileNameMapping>${artifact.artifactId}JS.${artifact.extension}</outputFileNameMapping>
<includes>
<include>org.apache.royale.framework:*:swc:js</include>
</includes>