You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2022/07/28 19:27:15 UTC

[royale-asjs] branch develop updated: distribution: updated destination for royaleunit-ant-task dependencies

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 671b12ed02 distribution: updated destination for royaleunit-ant-task dependencies
671b12ed02 is described below

commit 671b12ed02af4c901bf7d251edf0a00d8b1259f5
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu Jul 28 12:27:03 2022 -0700

    distribution: updated destination for royaleunit-ant-task dependencies
---
 distribution/src/main/assembly/component-royale.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml
index 3da6f78446..3c42375ce2 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -117,12 +117,25 @@
         </dependencySet>
         <dependencySet>
             <useProjectArtifact>false</useProjectArtifact>
-            <outputDirectory>js/lib</outputDirectory>
+            <outputDirectory>js/lib/royaleunit</outputDirectory>
             <outputFileNameMapping>java-websocket.jar</outputFileNameMapping>
             <includes>
                 <include>org.java-websocket:Java-WebSocket:jar</include>
             </includes>
         </dependencySet>
+        <dependencySet>
+            <useProjectArtifact>false</useProjectArtifact>
+            <outputDirectory>js/lib/royaleunit</outputDirectory>
+            <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
+            <includes>
+                <include>*:dom4j:*</include>
+                <include>*:gson:jar</include>
+                <include>*:slf4j-api:*</include>
+                <include>com.microsoft.playwright:playwright:jar</include>
+                <include>com.microsoft.playwright:driver:jar</include>
+                <include>com.microsoft.playwright:driver-bundle:jar</include>
+            </includes>
+        </dependencySet>
         <dependencySet>
             <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>js/lib</outputDirectory>