You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/22 16:21:21 UTC

[royale-asjs] branch develop updated: - Added the classifier to the output file-name for the typedefs

This is an automated email from the ASF dual-hosted git repository.

carlosrovira 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 2b52108  - Added the classifier to the output file-name for the typedefs
     new 73b42ae  Merge pull request #777 from chrisdutz/develop
2b52108 is described below

commit 2b5210830be231e3df642b041427899e95d5025b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 22 16:47:11 2020 +0100

    - Added the classifier to the output file-name for the typedefs
---
 distribution/src/main/assembly/component-royale.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml
index f24b298..9ffd70b 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -58,7 +58,7 @@ under the License.
       <includes>
         <include>org.apache.royale.typedefs:*</include>
       </includes>
-      <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
+      <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
     </dependencySet>
     <!-- Put the framework js-swcs into the frameworks/libs directory -->
     <dependencySet>
@@ -89,7 +89,7 @@ under the License.
       <includes>
         <include>org.apache.royale.typedefs:*:swc</include>
       </includes>
-      <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
+      <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
     </dependencySet>
 
     <!-- Put the framework swcs into the frameworks/libs directory (needed for IDEs) -->