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 <[email protected]> Authored: Mon Mar 17 17:49:47 2014 +1100 Committer: Justin Mclean <[email protected]> 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" />
