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/23 22:51:53 UTC

[3/3] git commit: [flex-flexunit] [refs/heads/release4.2.0] - add listeners to main target

add listeners to main target


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

Branch: refs/heads/release4.2.0
Commit: ab71c6d62c439cb06e816f58c89c220da7df9ab1
Parents: d208136
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 24 08:51:23 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 24 08:51:23 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/ab71c6d6/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 350447c..239d26d 100644
--- a/build.xml
+++ b/build.xml
@@ -95,7 +95,7 @@ to contribute to our CI process.
       </delete>
    </target>
 	
-	<target name="main" depends="anttasks,core,fluint,cilistener,flexcoverlistener" />
+	<target name="main" depends="anttasks,core,fluint,cilistener,flexcoverlistener,listeners" />
    
     <target name="thirdparty-downloads">
 		<ant antfile="${basedir}/downloads.xml" dir="${basedir}" />