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
commit 56895caf848b793c0ad6c4b1f277c6392325e49e Author: Christofer Dutz <[email protected]> AuthorDate: Tue Mar 2 22:37:37 2021 +0100 - Include only the "src" directory of the "projects" in the distribution --- distribution/src/main/assembly/component-royale.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/distribution/src/main/assembly/component-royale.xml b/distribution/src/main/assembly/component-royale.xml index d8aa2bd..82565d9 100644 --- a/distribution/src/main/assembly/component-royale.xml +++ b/distribution/src/main/assembly/component-royale.xml @@ -171,11 +171,9 @@ under the License. <outputDirectory>frameworks/projects</outputDirectory> <directory>../frameworks/projects</directory> <includes> - <include>**</include> + <!-- Include only the source directories --> + <include>*/src/**</include> </includes> - <excludes> - <exclude>**/target/**</exclude> - </excludes> </fileSet> <!-- Copy the js-projects -->
