Exclude a Batik icon from RAT git-svn-id: https://svn.apache.org/repos/asf/incubator/flex/sdk/branches/release4.9@1425434 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ff6cf07b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ff6cf07b Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/ff6cf07b Branch: refs/heads/develop Commit: ff6cf07b257e2fdaa91867fe81262df272dce90b Parents: 851aecd Author: Alex Harui <aha...@apache.org> Authored: Sun Dec 23 07:56:36 2012 +0000 Committer: Alex Harui <aha...@apache.org> Committed: Sun Dec 23 07:56:36 2012 +0000 ---------------------------------------------------------------------- build.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ff6cf07b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index b532cef..84e1f8c 100644 --- a/build.xml +++ b/build.xml @@ -1630,6 +1630,8 @@ <exclude name="**/*.jpg"/> <exclude name="**/*.mp3"/> <exclude name="**/*.flv"/> + <!-- exclude batik icon --> + <exclude name="modules/thirdparty/batik/sources/*.icns"/> <!-- End of binary files --> <!-- exclude batik manifests --> <exclude name="modules/thirdparty/batik/sources/*.mf"/> @@ -1683,7 +1685,7 @@ <ant dir="${basedir}/mustella" target="clean"/> <property name="rat.mustella.dir" value="${basedir}/mustella"/> - <property name="rat.mustella.report" value="${basedir}/rat.mustella.report"/> + <property name="rat.mustella.report" value="rat.mustella.report"/> <echo message="Checking files at ${rat.mustella.dir}, report is ${basedir}/${rat.mustella.report}"/>