make target name unique (there was another one in falcon script)
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/358194f0
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/358194f0
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/358194f0
Branch: refs/heads/maven
Commit: 358194f08d2a6031985f0483acb6d1b814f89a68
Parents: cffc25d
Author: Alex Harui <aharui@apache.org>
Authored: Tue Jan 14 15:09:29 2014 -0800
Committer: Alex Harui <aharui@apache.org>
Committed: Tue Jan 14 15:09:29 2014 -0800
----------------------------------------------------------------------
compiler.jx/downloads.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/358194f0/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index a366f2e..58e4265 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -44,7 +44,7 @@
they are each downloaded only if they don't already exist.
-->
- <target name="main" depends="prepare, commons-io-jar, closure-jar"
+ <target name="main" depends="prepare, commons-io-jar-jx, closure-jar"
description="Downloads all the required thirdparty JARs"/>
<target name="prepare" >
|