You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/02/22 15:39:21 UTC

[royale-asjs] branch develop updated: - Hopefully fixed the (with-swf) distribution

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 c2a7d5e  - Hopefully fixed the (with-swf) distribution
c2a7d5e is described below

commit c2a7d5e4761c37d1baddeb6b0cb2d897f45a28db
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Feb 22 16:38:54 2021 +0100

    - Hopefully fixed the (with-swf) distribution
---
 distribution/src/main/assembly/component-air.xml             | 5 +++--
 distribution/src/main/assembly/component-royale-with-swf.xml | 1 +
 distribution/src/main/assembly/component-royale.xml          | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/assembly/component-air.xml b/distribution/src/main/assembly/component-air.xml
index e24c2f4..faf1d3b 100644
--- a/distribution/src/main/assembly/component-air.xml
+++ b/distribution/src/main/assembly/component-air.xml
@@ -41,17 +41,18 @@ under the License.
       </includes>
       <unpack>true</unpack>
     </dependencySet>
-    <dependencySet>
+    <!--dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <outputFileNameMapping>frameworks</outputFileNameMapping>
       <includes>
         <include></include>
       </includes>
-    </dependencySet>
+    </dependencySet-->
     <!-- Put the air swcs into the frameworks/libs/air directory -->
     <dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>frameworks/libs/air</outputDirectory>
+      <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       <includes>
         <include>com.adobe.air.framework:*:swc</include>
       </includes>
diff --git a/distribution/src/main/assembly/component-royale-with-swf.xml b/distribution/src/main/assembly/component-royale-with-swf.xml
index ac748cb..22b54b7 100644
--- a/distribution/src/main/assembly/component-royale-with-swf.xml
+++ b/distribution/src/main/assembly/component-royale-with-swf.xml
@@ -33,6 +33,7 @@ under the License.
     <dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>frameworks/libs</outputDirectory>
+      <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       <includes>
         <include>org.apache.royale.framework:*:swc</include>
       </includes>
diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml
index 25a7cf3..d066b82 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -96,7 +96,7 @@ under the License.
     </dependencySet>
 
     <!-- Put the framework swcs into the frameworks/libs directory (needed for IDEs) -->
-    <dependencySet>
+    <!--dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>frameworks/libs</outputDirectory>
       <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
@@ -106,7 +106,7 @@ under the License.
       <excludes>
         <exclude>org.apache.royale.framework:*:swc:typedefs</exclude>
       </excludes>
-    </dependencySet>
+    </dependencySet-->
 
     <!-- Copy the fonts -->
     <!-- Disabled as currently font swf compilation is deactivated -->