Add notice to release files sets.
Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/e7cd84ba Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/e7cd84ba Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/e7cd84ba Branch: refs/heads/develop Commit: e7cd84baee9c61fa0588dc9ead60b01e258bcdc8 Parents: e8b4d08 Author: Justin Mclean <[email protected]> Authored: Mon Mar 17 17:53:11 2014 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 17 17:53:11 2014 +1100 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/e7cd84ba/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index d595121..319b70c 100644 --- a/build.xml +++ b/build.xml @@ -192,7 +192,7 @@ to contribute to our CI process. <target name="package-src-zip" depends="test,listeners"> <zip destfile="${basedir}/out/${finalName}-src.zip"> <!-- Important Files --> - <zipfileset dir="${basedir}" includes="LICENSE,README,RELEASE_NOTES,build.xml,jenkins.xml,utils.xml,version.properties" /> + <zipfileset dir="${basedir}" includes="LICENSE,NOTICE,README,RELEASE_NOTES,build.xml,jenkins.xml,utils.xml,version.properties" /> <!-- Source --> <zipfileset dir="${anttasks.loc}" excludes="**/target/**,**/lib/**,**/libs/**,**/in/**,**/*.swf" prefix="FlexUnit4AntTasks" /> @@ -228,7 +228,7 @@ to contribute to our CI process. <target name="package-bin-zip" depends="test,listeners"> <zip destfile="${basedir}/out/${finalName}-bin.zip"> <!-- Important Files --> - <zipfileset dir="${basedir}" includes="LICENSE.bin,README,RELEASE_NOTES" /> + <zipfileset dir="${basedir}" includes="LICENSE.bin,NOTICE.bin,README,RELEASE_NOTES" /> <!-- Docs --> <zipfileset dir="${anttasks.loc}/target/docs" prefix="docs/anttasks" />
