You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/03/17 08:13:37 UTC

[2/2] git commit: [flex-flexunit] [refs/heads/develop] - Add notice to release files sets.

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 <jm...@apache.org>
Authored: Mon Mar 17 17:53:11 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
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" />