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/18 07:22:29 UTC

[5/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - change name prefix to "apache-flex-flexunit"

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/release4.2.0
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" />