Repository: flex-falcon Updated Branches: refs/heads/develop da4209495 -> cc85f5032
forgot to package up this file Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/7b0a41c8 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/7b0a41c8 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/7b0a41c8 Branch: refs/heads/develop Commit: 7b0a41c8f3e2eb74f5c9d10703e7d59c5bf71a8f Parents: da42094 Author: Alex Harui <[email protected]> Authored: Tue Nov 10 22:25:58 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Nov 10 22:25:58 2015 -0800 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7b0a41c8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index f854a2e..ac9159c 100644 --- a/build.xml +++ b/build.xml @@ -333,6 +333,7 @@ <include name="LICENSE.base"/> <include name="NOTICE"/> <include name="NOTICE.base"/> + <include name="NOTICE.oem"/> <include name="NOTICE.swfutils"/> <include name="RELEASE_NOTES"/> <include name="installer.xml"/> @@ -920,6 +921,7 @@ <exclude name="RELEASE_NOTES_JX"/> <exclude name="NOTICE.jx"/> <exclude name="NOTICE.base"/> + <exclude name="NOTICE.oem"/> <exclude name="NOTICE.swfutils"/> </fileset> </rat:report>
