Exclude OFL license files from rat's report Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8806faa9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8806faa9 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8806faa9 Branch: refs/heads/develop Commit: 8806faa9b84bedc7bf5023fceb45ea099924044d Parents: 3ba3462 Author: Erik de Bruin <[email protected]> Authored: Wed Nov 19 22:24:22 2014 +0100 Committer: Erik de Bruin <[email protected]> Committed: Wed Nov 19 22:24:22 2014 +0100 ---------------------------------------------------------------------- build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8806faa9/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 8acac59..06b7b8f 100644 --- a/build.xml +++ b/build.xml @@ -1799,6 +1799,7 @@ There are no known issues. <exclude name="CONTRIBUTING"/> <exclude name="modules/thirdparty/batik/lib/**/LICENSE*.txt"/> <exclude name="modules/thirdparty/batik/lib/**/README*.txt"/> + <exclude name="frameworks/projects/flatspark/src/flatspark/assets/fonts/**/OFL.txt"/> <!-- exclude w3c sources --> <exclude name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.mod"/> <exclude name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.dtd"/>
