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/04/14 00:42:19 UTC

[28/64] [abbrv] git commit: [flex-flexunit] [refs/heads/master] - added "apache" to artefact names

added "apache" to artefact names


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

Branch: refs/heads/master
Commit: 69ae08c4aad62cf4598a4b1196d317a28467937f
Parents: 925db68
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 08:29:18 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 08:29:18 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/69ae08c4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e7a3028..8ff87dd 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="flexunit-${build.version}-${build.sdk}" />
+   <property name="finalName" value="apache-flexunit-${build.version}-${build.sdk}" />
 
    <!-- Project locations -->
    <property name="anttasks.loc" location="${basedir}/FlexUnit4AntTasks" />