fix location for templates
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/030dca92 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/030dca92 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/030dca92 Branch: refs/heads/develop Commit: 030dca924ac72d9c743be1fc207d1e62bda28418 Parents: 47e7d75 Author: Alex Harui <[email protected]> Authored: Fri Nov 22 09:35:27 2013 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Nov 22 09:35:27 2013 -0800 ---------------------------------------------------------------------- frameworks/as/downloads.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/030dca92/frameworks/as/downloads.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/downloads.xml b/frameworks/as/downloads.xml index c1c985d..d58b693 100644 --- a/frameworks/as/downloads.xml +++ b/frameworks/as/downloads.xml @@ -44,7 +44,7 @@ <!-- swfobject.js (Version 2.2) --> <!-- Because this requires a network connection it downloads SWFObject only if it doesn't already exist. --> <target name="swfobject-check" description="Checks if SWFObject has been downloaded."> - <available file="${basedir}/../templates/swfobject/swfobject.js" property="swfobject.js.present"/> + <available file="${FLEXJS_HOME}/templates/swfobject/swfobject.js" property="swfobject.js.present"/> </target> <target name="swfobject-download" depends="swfobject-check" unless="swfobject.js.present"
