Repository: flex-asjs Updated Branches: refs/heads/develop 84e063c48 -> c2e266165
Fix build - missing " Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c2e26616 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c2e26616 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c2e26616 Branch: refs/heads/develop Commit: c2e26616581ea910041b3f51608cc1cedc435ffc Parents: 84e063c Author: piotrz <[email protected]> Authored: Sun Nov 20 19:06:55 2016 +0100 Committer: piotrz <[email protected]> Committed: Sun Nov 20 19:06:55 2016 +0100 ---------------------------------------------------------------------- frameworks/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c2e26616/frameworks/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/build.xml b/frameworks/build.xml index 1a33d84..ec91826 100644 --- a/frameworks/build.xml +++ b/frameworks/build.xml @@ -139,7 +139,7 @@ <ant dir="${basedir}/projects/HTML5" target="clean"/> <ant dir="${basedir}/projects/JQuery" target="clean"/> <ant dir="${basedir}/projects/Language" target="clean"/> - <ant dir="${basedir}/projects/MaterialDesignLite target="clean"/> + <ant dir="${basedir}/projects/MaterialDesignLite" target="clean"/> <ant dir="${basedir}/projects/Mobile" target="clean"/> <ant dir="${basedir}/projects/Network" target="clean"/> <ant dir="${basedir}/projects/Reflection" target="clean"/>
