Repository: flex-utilities Updated Branches: refs/heads/develop 3cfd39b6d -> aaf8896ae
Include LICENSE and NOTICE file in the installation package Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/aaf8896a Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/aaf8896a Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/aaf8896a Branch: refs/heads/develop Commit: aaf8896ae943959d074f0917fe37c18faec2d803 Parents: 3cfd39b Author: OmPrakash Muppirala <[email protected]> Authored: Fri Jun 12 17:44:51 2015 -0700 Committer: OmPrakash Muppirala <[email protected]> Committed: Fri Jun 12 17:44:51 2015 -0700 ---------------------------------------------------------------------- installer/build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/aaf8896a/installer/build.xml ---------------------------------------------------------------------- diff --git a/installer/build.xml b/installer/build.xml index d2cef78..2d1c83f 100644 --- a/installer/build.xml +++ b/installer/build.xml @@ -370,6 +370,8 @@ <arg value="${CERT_PASSWORD}"/> <arg value="${BUILD_DIR}/${APP_NAME}.air"/> <arg value="${SOURCE_DIR}/${APP_NAME}-app.xml"/> + <arg value="${basedir}/LICENSE"/> + <arg value="${basedir}/NOTICE"/> <arg value="-C"/> <arg value="${BUILD_DIR}"/> <arg value="${BUILD_DIR}/${APP_NAME}.swf"/>
