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

piotrz 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 ba55b7a  maven-distribution: Add tar.gz archive as distribution
ba55b7a is described below

commit ba55b7a3b6122a6c9b770555683a826322183a0d
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed May 12 10:51:14 2021 +0200

    maven-distribution: Add tar.gz archive as distribution
---
 distribution/src/main/assembly/bin-without-swf.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/assembly/bin-without-swf.xml 
b/distribution/src/main/assembly/bin-without-swf.xml
index 7b1ddd7..9a26838 100644
--- a/distribution/src/main/assembly/bin-without-swf.xml
+++ b/distribution/src/main/assembly/bin-without-swf.xml
@@ -22,7 +22,7 @@ under the License.
   <id>bin</id>
   <formats>
     <format>zip</format>
-    <!--format>tar.gz</format-->
+    <format>tar.gz</format>
   </formats>
   <componentDescriptors>
     
<componentDescriptor>src/main/assembly/component-royale.xml</componentDescriptor>

Reply via email to