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/01/16 18:32:37 UTC

[royale-asjs] branch develop updated: maven-distribution: add all themes to distribution so asconfigc.json does not complain

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 43dbcae  maven-distribution: add all themes to distribution so asconfigc.json does not complain
43dbcae is described below

commit 43dbcaee5ad82dce45d8c5d83bdd96da9681dd9c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Jan 16 19:32:28 2020 +0100

    maven-distribution: add all themes to distribution so asconfigc.json does not complain
---
 distribution/src/main/assembly/component.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/distribution/src/main/assembly/component.xml b/distribution/src/main/assembly/component.xml
index 79d75fa..d8f3d2b 100644
--- a/distribution/src/main/assembly/component.xml
+++ b/distribution/src/main/assembly/component.xml
@@ -165,6 +165,15 @@ under the License.
       </includes>
       <filtered>true</filtered>
     </fileSet>
+    
+    <!-- Copy the themes -->
+    <fileSet>
+      <directory>../frameworks/themes</directory>
+      <outputDirectory>frameworks/themes</outputDirectory>
+      <includes>
+        <include>**</include>
+      </includes>
+    </fileSet>
 
     <!-- Copy the sdk descriptor -->
     <fileSet>