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 02:09:03 UTC

[royale-compiler] branch release/0.9.6 updated: stage royaleunit-ant-tasks

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-compiler.git


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new e45b75f  stage royaleunit-ant-tasks
e45b75f is described below

commit e45b75f7fa68f95bfb62410bf797979141137433
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Sep 9 19:08:53 2019 -0700

    stage royaleunit-ant-tasks
---
 build.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/build.xml b/build.xml
index 7fe0e84..1c299e0 100644
--- a/build.xml
+++ b/build.xml
@@ -469,6 +469,19 @@
                 <exclude name="target/META-INF/**"/>
             </fileset>
         </copy>
+        <copy todir="${staging-dir}/royaleunit-ant-tasks" includeEmptyDirs="false">
+            <fileset dir="${basedir}/royaleunit-ant-tasks">
+                <include name="**"/>
+                <exclude name=".classpath" />
+                <exclude name=".project" />
+                <exclude name=".settings/**" />
+                <exclude name="target/classes/**"/>
+                <exclude name="target/flex/**"/>
+                <exclude name="target/flash/**"/>
+                <exclude name="target/generated-sources/**"/>
+                <exclude name="target/META-INF/**"/>
+            </fileset>
+        </copy>
     </target>
 
     <target name="stage-source-jx"