You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/09/10 01:50:37 UTC

[royale-asjs] branch release/0.9.6 updated: try not packaging target folders

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

aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new d290fdb  try not packaging target folders
d290fdb is described below

commit d290fdbe12d7884565ac5e69d12fa8ec8f7049b3
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Sep 9 18:50:21 2019 -0700

    try not packaging target folders
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 2d3b31a..29f2895 100644
--- a/build.xml
+++ b/build.xml
@@ -846,6 +846,7 @@ limitations under the License.
                 <exclude name="in/**"/>
                 <exclude name="out/**"/>
                 <exclude name="**/out/**"/>
+                <exclude name="**/target/**"/>
                 <exclude name="manualtests/**"/>
                 <exclude name="marmotinni/**"/>
                 <exclude name="mustella/**"/>