This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to
refs/heads/feature/distribution-allignment by this push:
new a4008ab - Include only the "src" directory of the "projects" in the
distribution
a4008ab is described below
commit a4008abe10812593a795ccefcebd004bdc532281
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 -->