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-asjs.git
commit 3c850b4443222f26c4f49c33c4ee2003836538d2 Author: Alex Harui <[email protected]> AuthorDate: Sun May 3 10:40:18 2020 -0700 need this file in Ant package for Maven builds --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 30a3fc2..73dfca2 100644 --- a/build.xml +++ b/build.xml @@ -864,7 +864,7 @@ limitations under the License. <exclude name="manualtests/**"/> <exclude name="marmotinni/**"/> <exclude name="mustella/**"/> - <exclude name="src/**"/> + <exclude name="src/site/**"/> <exclude name="testsuite/**"/> <exclude name="fxg2svg/**"/> <exclude name="temp/**"/>
