Repository: flex-utilities Updated Branches: refs/heads/develop b1a013c96 -> 8d8150922
Fix path to ant flexTasks.jar Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/8d815092 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/8d815092 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/8d815092 Branch: refs/heads/develop Commit: 8d81509221baf627d3b37c8db72a2cdf8fb4ed2c Parents: b1a013c Author: Piotr Zarzycki <piotrzarzyck...@gmail.com> Authored: Tue Oct 24 14:04:46 2017 +0200 Committer: Piotr Zarzycki <piotrzarzyck...@gmail.com> Committed: Tue Oct 24 14:04:46 2017 +0200 ---------------------------------------------------------------------- MD5Checker/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8d815092/MD5Checker/build.xml ---------------------------------------------------------------------- diff --git a/MD5Checker/build.xml b/MD5Checker/build.xml index 90b1021..f51e847 100644 --- a/MD5Checker/build.xml +++ b/MD5Checker/build.xml @@ -78,7 +78,7 @@ <target name="load-task" > <!-- load the <mxmlc> task; we can't do this at the <project> level --> <!-- because targets that run before flexTasks.jar gets built would fail --> - <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/lib/flexTasks.jar"/> + <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/> </target> <target name="build" depends="load-task" description="compile it">