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:36 UTC

[1/2] git commit: [flex-flexunit] [refs/heads/develop] - change name prefix to "apache-flex-flexunit"

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 09dfd598c -> e7cd84bae


change name prefix to "apache-flex-flexunit"


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/e8b4d083
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/e8b4d083
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/e8b4d083

Branch: refs/heads/develop
Commit: e8b4d08397c4ecb7e117be5a355764f6aeabc975
Parents: 09dfd59
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:49:47 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:49:47 2014 +1100

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/e8b4d083/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8ff87dd..d595121 100644
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,7 @@ to contribute to our CI process.
    <property file="${basedir}/version.properties" />
 
    <!-- Configuration -->
-   <property name="finalName" value="apache-flexunit-${build.version}-${build.sdk}" />
+   <property name="finalName" value="apache-flex-flexunit-${build.version}-${build.sdk}" />
 
    <!-- Project locations -->
    <property name="anttasks.loc" location="${basedir}/FlexUnit4AntTasks" />


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

Posted by jm...@apache.org.
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" />