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 <[email protected]> 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>
