You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/24 18:54:43 UTC

[royale-compiler] branch develop updated: Add compiler-playerglobalc to source bundle

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7ec2ed8  Add compiler-playerglobalc to source bundle
7ec2ed8 is described below

commit 7ec2ed87813f2232921513ef493cccc8caba6855
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Sat Jul 24 21:54:29 2021 +0300

    Add compiler-playerglobalc to source bundle
---
 build.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/build.xml b/build.xml
index 620b31f..4a17a34 100644
--- a/build.xml
+++ b/build.xml
@@ -418,6 +418,21 @@
                 <exclude name="**/unittest.properties" />
             </fileset>
         </copy>
+	<copy todir="${staging-dir}/compiler-playerglobalc" includeEmptyDirs="false">
+		<fileset dir="${basedir}/compiler-playerglobalc">
+			<include name="**"/>
+			<exclude name=".classpath" />
+			<exclude name=".project" />
+			<exclude name=".settings/**" />
+			<exclude name="in/**"/>
+			<exclude name="lib/**"/>
+			<exclude name="target/classes/**"/>
+			<exclude name="target/test-classes/**"/>
+			<exclude name="target/junit-temp/**"/>
+			<exclude name="target/junit-reports/**"/>
+			<exclude name="**/unittest.properties" />
+		</fileset>
+	</copy>
 
         <tstamp>
             <format property="build.number.date" pattern="yyyyMMdd" />