You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/08/22 21:32:16 UTC

[royale-asjs] 02/03: Avoid inclusion of .afdesign binary vector file in the release

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

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

commit 7601ada101c31176da4f700db350022c5cf43222
Author: greg-dove <gr...@gmail.com>
AuthorDate: Mon Aug 23 09:29:32 2021 +1200

    Avoid inclusion of .afdesign binary vector file in the release
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index eba823a..61f630e 100644
--- a/build.xml
+++ b/build.xml
@@ -907,6 +907,8 @@ limitations under the License.
                 <exclude name="frameworks/test*/**"/>
                 <exclude name="frameworks/js/VanillaSDK/**"/>
                 <exclude name="**/*.iml"/>
+                <!-- the below is used in one case as a binary vector format for generating svg vector content -->
+                <exclude name="**/*.afdesign"/>
             </fileset>
         </copy>