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 2020/05/03 16:44:29 UTC

[royale-compiler] branch release/0.9.7 updated: need these files in Ant packages for Maven

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

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


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new be52c42  need these files in Ant packages for Maven
be52c42 is described below

commit be52c42b25a86d3fff8e7d2eb1946bb16751c8b1
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun May 3 09:44:10 2020 -0700

    need these files in Ant packages for Maven
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index ac25291..7f47fe1 100644
--- a/build.xml
+++ b/build.xml
@@ -277,6 +277,7 @@
                 <include name="settings-template.xml"/>
                 <include name="royale-maven-plugin/pom.xml"/>
                 <include name="royale-maven-plugin/src/**"/>
+                <include name="src/main/**"/>
             </fileset>
         </copy>