Repository: flex-asjs Updated Branches: refs/heads/dual 333e201aa -> 05266b409
fix up build scripts to point to new ant tasks Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05266b40 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05266b40 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05266b40 Branch: refs/heads/dual Commit: 05266b409f8825d127c37cba5d69cabefdc4ce89 Parents: 333e201 Author: Alex Harui <[email protected]> Authored: Wed Mar 1 21:21:35 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Mar 1 21:21:35 2017 -0800 ---------------------------------------------------------------------- frameworks/build.xml | 6 ++++-- frameworks/js/FlexJS/build.xml | 2 ++ frameworks/js/FlexJS/projects/BasicJS/build.xml | 2 +- frameworks/js/FlexJS/projects/BindingJS/build.xml | 2 +- frameworks/js/FlexJS/projects/ChartsJS/build.xml | 2 +- frameworks/js/FlexJS/projects/CollectionsJS/build.xml | 2 +- frameworks/js/FlexJS/projects/CoreJS/build.xml | 2 +- frameworks/js/FlexJS/projects/CreateJSJS/build.xml | 2 +- frameworks/js/FlexJS/projects/DragDropJS/build.xml | 2 +- frameworks/js/FlexJS/projects/EffectsJS/build.xml | 2 +- frameworks/js/FlexJS/projects/ExpressJS/build.xml | 2 +- frameworks/js/FlexJS/projects/FlatJS/build.xml | 2 +- frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml | 2 +- frameworks/js/FlexJS/projects/FormattersJS/build.xml | 2 +- frameworks/js/FlexJS/projects/GoogleMapsJS/build.xml | 2 +- frameworks/js/FlexJS/projects/GraphicsJS/build.xml | 2 +- frameworks/js/FlexJS/projects/HTML5JS/build.xml | 2 +- frameworks/js/FlexJS/projects/HTMLJS/build.xml | 2 +- frameworks/js/FlexJS/projects/JQueryJS/build.xml | 2 +- frameworks/js/FlexJS/projects/LanguageJS/build.xml | 2 +- frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml | 2 +- frameworks/js/FlexJS/projects/MobileJS/build.xml | 2 +- frameworks/js/FlexJS/projects/NetworkJS/build.xml | 2 +- frameworks/js/FlexJS/projects/ReflectionJS/build.xml | 2 +- frameworks/js/FlexJS/projects/StorageJS/build.xml | 2 +- frameworks/js/FlexJS/projects/XMLJS/build.xml | 2 +- frameworks/projects/Basic/build.xml | 2 +- frameworks/projects/Binding/build.xml | 2 +- frameworks/projects/Charts/build.xml | 2 +- frameworks/projects/Collections/build.xml | 2 +- frameworks/projects/Core/build.xml | 2 +- frameworks/projects/Core/src/test/flex/build.xml | 2 +- frameworks/projects/CreateJS/build.xml | 2 +- frameworks/projects/DragDrop/build.xml | 2 +- frameworks/projects/Effects/build.xml | 2 +- frameworks/projects/Express/build.xml | 2 +- frameworks/projects/Flat/build.xml | 2 +- frameworks/projects/FontAwesome/build.xml | 2 +- frameworks/projects/Formatters/build.xml | 2 +- frameworks/projects/GoogleMaps/build.xml | 2 +- frameworks/projects/Graphics/build.xml | 2 +- frameworks/projects/HTML/build.xml | 2 +- frameworks/projects/HTML/src/test/flex/build.xml | 2 +- frameworks/projects/HTML5/build.xml | 2 +- frameworks/projects/JQuery/build.xml | 2 +- frameworks/projects/Language/build.xml | 2 +- frameworks/projects/MaterialDesignLite/build.xml | 2 +- frameworks/projects/Mobile/build.xml | 2 +- frameworks/projects/Network/build.xml | 2 +- frameworks/projects/Reflection/build.xml | 2 +- frameworks/projects/Storage/build.xml | 2 +- frameworks/projects/XML/build.xml | 2 +- 52 files changed, 56 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/build.xml b/frameworks/build.xml index 5eb0e65..cfd38f8 100644 --- a/frameworks/build.xml +++ b/frameworks/build.xml @@ -68,8 +68,10 @@ </target> - <target name="prepare" depends="thirdparty-downloads"/> - + <target name="prepare" depends="thirdparty-downloads"> + <mkdir dir="${basedir}/js/FlexJS/libs" /> + </target> + <target name="thirdparty-downloads" unless="no.thirdparty-downloads" description="Downloads all the required thirdparty code."> <ant antfile="${basedir}/downloads.xml" dir="${basedir}"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/build.xml b/frameworks/js/FlexJS/build.xml index 66fe346..9f5b3e1 100644 --- a/frameworks/js/FlexJS/build.xml +++ b/frameworks/js/FlexJS/build.xml @@ -126,8 +126,10 @@ <ant dir="${basedir}/projects/CreateJSJS" target="clean"/> <ant dir="${basedir}/projects/DragDropJS" target="clean"/> <ant dir="${basedir}/projects/EffectsJS" target="clean"/> + <ant dir="${basedir}/projects/ExpressJS" target="clean"/> <ant dir="${basedir}/projects/FlatJS" target="clean"/> <ant dir="${basedir}/projects/FormattersJS" target="clean"/> + <ant dir="${basedir}/projects/FontAwesomeJS" target="clean"/> <ant dir="${basedir}/projects/GoogleMapsJS" target="clean"/> <ant dir="${basedir}/projects/GraphicsJS" target="clean"/> <ant dir="${basedir}/projects/BasicJS" target="clean"/> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/BasicJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/BasicJS/build.xml b/frameworks/js/FlexJS/projects/BasicJS/build.xml index 5763b8e..1ec3f06 100644 --- a/frameworks/js/FlexJS/projects/BasicJS/build.xml +++ b/frameworks/js/FlexJS/projects/BasicJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/BindingJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/BindingJS/build.xml b/frameworks/js/FlexJS/projects/BindingJS/build.xml index 604b773..da57424 100644 --- a/frameworks/js/FlexJS/projects/BindingJS/build.xml +++ b/frameworks/js/FlexJS/projects/BindingJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/ChartsJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/ChartsJS/build.xml b/frameworks/js/FlexJS/projects/ChartsJS/build.xml index 501e81d..118ca5f 100644 --- a/frameworks/js/FlexJS/projects/ChartsJS/build.xml +++ b/frameworks/js/FlexJS/projects/ChartsJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/CollectionsJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/CollectionsJS/build.xml b/frameworks/js/FlexJS/projects/CollectionsJS/build.xml index 8831b6d..979a985 100644 --- a/frameworks/js/FlexJS/projects/CollectionsJS/build.xml +++ b/frameworks/js/FlexJS/projects/CollectionsJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/CoreJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/CoreJS/build.xml b/frameworks/js/FlexJS/projects/CoreJS/build.xml index ff7e909..36412e1 100644 --- a/frameworks/js/FlexJS/projects/CoreJS/build.xml +++ b/frameworks/js/FlexJS/projects/CoreJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/CreateJSJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/CreateJSJS/build.xml b/frameworks/js/FlexJS/projects/CreateJSJS/build.xml index 07a5b6d..76b4e72 100644 --- a/frameworks/js/FlexJS/projects/CreateJSJS/build.xml +++ b/frameworks/js/FlexJS/projects/CreateJSJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/DragDropJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/DragDropJS/build.xml b/frameworks/js/FlexJS/projects/DragDropJS/build.xml index 8735368..2a3a2c1 100644 --- a/frameworks/js/FlexJS/projects/DragDropJS/build.xml +++ b/frameworks/js/FlexJS/projects/DragDropJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/EffectsJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/EffectsJS/build.xml b/frameworks/js/FlexJS/projects/EffectsJS/build.xml index bdb18e4..625b2d2 100644 --- a/frameworks/js/FlexJS/projects/EffectsJS/build.xml +++ b/frameworks/js/FlexJS/projects/EffectsJS/build.xml @@ -80,7 +80,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/ExpressJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/ExpressJS/build.xml b/frameworks/js/FlexJS/projects/ExpressJS/build.xml index 3e94f49..2116c79 100644 --- a/frameworks/js/FlexJS/projects/ExpressJS/build.xml +++ b/frameworks/js/FlexJS/projects/ExpressJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/FlatJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/FlatJS/build.xml b/frameworks/js/FlexJS/projects/FlatJS/build.xml index f8004aa..7b97bf7 100644 --- a/frameworks/js/FlexJS/projects/FlatJS/build.xml +++ b/frameworks/js/FlexJS/projects/FlatJS/build.xml @@ -80,7 +80,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml b/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml index 2c314bd..155a0bb 100644 --- a/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml +++ b/frameworks/js/FlexJS/projects/FontAwesomeJS/build.xml @@ -80,7 +80,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/FormattersJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/FormattersJS/build.xml b/frameworks/js/FlexJS/projects/FormattersJS/build.xml index 4dc4262..e2af712 100644 --- a/frameworks/js/FlexJS/projects/FormattersJS/build.xml +++ b/frameworks/js/FlexJS/projects/FormattersJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/GoogleMapsJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/GoogleMapsJS/build.xml b/frameworks/js/FlexJS/projects/GoogleMapsJS/build.xml index a5d8cc0..1521441 100644 --- a/frameworks/js/FlexJS/projects/GoogleMapsJS/build.xml +++ b/frameworks/js/FlexJS/projects/GoogleMapsJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/GraphicsJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/GraphicsJS/build.xml b/frameworks/js/FlexJS/projects/GraphicsJS/build.xml index bb0b039..193b70b 100644 --- a/frameworks/js/FlexJS/projects/GraphicsJS/build.xml +++ b/frameworks/js/FlexJS/projects/GraphicsJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/HTML5JS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/HTML5JS/build.xml b/frameworks/js/FlexJS/projects/HTML5JS/build.xml index 8077bc2..4067a4f 100644 --- a/frameworks/js/FlexJS/projects/HTML5JS/build.xml +++ b/frameworks/js/FlexJS/projects/HTML5JS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/HTMLJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/HTMLJS/build.xml b/frameworks/js/FlexJS/projects/HTMLJS/build.xml index 9efd910..0721fd1 100644 --- a/frameworks/js/FlexJS/projects/HTMLJS/build.xml +++ b/frameworks/js/FlexJS/projects/HTMLJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/JQueryJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/JQueryJS/build.xml b/frameworks/js/FlexJS/projects/JQueryJS/build.xml index e86edc0..1197490 100644 --- a/frameworks/js/FlexJS/projects/JQueryJS/build.xml +++ b/frameworks/js/FlexJS/projects/JQueryJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/LanguageJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/LanguageJS/build.xml b/frameworks/js/FlexJS/projects/LanguageJS/build.xml index 04a0f59..7d24dd3 100644 --- a/frameworks/js/FlexJS/projects/LanguageJS/build.xml +++ b/frameworks/js/FlexJS/projects/LanguageJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml index 19f8c41..f9fa1d2 100644 --- a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml +++ b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/build.xml @@ -80,7 +80,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/MobileJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/MobileJS/build.xml b/frameworks/js/FlexJS/projects/MobileJS/build.xml index 190e4d5..81b5fa9 100644 --- a/frameworks/js/FlexJS/projects/MobileJS/build.xml +++ b/frameworks/js/FlexJS/projects/MobileJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/NetworkJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/NetworkJS/build.xml b/frameworks/js/FlexJS/projects/NetworkJS/build.xml index af906d5..ea30d4c 100644 --- a/frameworks/js/FlexJS/projects/NetworkJS/build.xml +++ b/frameworks/js/FlexJS/projects/NetworkJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/ReflectionJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/ReflectionJS/build.xml b/frameworks/js/FlexJS/projects/ReflectionJS/build.xml index 0d62e2d..e7a82d0 100644 --- a/frameworks/js/FlexJS/projects/ReflectionJS/build.xml +++ b/frameworks/js/FlexJS/projects/ReflectionJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/StorageJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/StorageJS/build.xml b/frameworks/js/FlexJS/projects/StorageJS/build.xml index be0a838..a85e906 100644 --- a/frameworks/js/FlexJS/projects/StorageJS/build.xml +++ b/frameworks/js/FlexJS/projects/StorageJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/js/FlexJS/projects/XMLJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/XMLJS/build.xml b/frameworks/js/FlexJS/projects/XMLJS/build.xml index 8ce4e19..5fc9389 100644 --- a/frameworks/js/FlexJS/projects/XMLJS/build.xml +++ b/frameworks/js/FlexJS/projects/XMLJS/build.xml @@ -79,7 +79,7 @@ <target name="check-compiler" depends="check-falcon-home, check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Basic/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/build.xml b/frameworks/projects/Basic/build.xml index f298a11..8137ef1 100644 --- a/frameworks/projects/Basic/build.xml +++ b/frameworks/projects/Basic/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Binding/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Binding/build.xml b/frameworks/projects/Binding/build.xml index 97e6d07..3c547a5 100644 --- a/frameworks/projects/Binding/build.xml +++ b/frameworks/projects/Binding/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Charts/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/build.xml b/frameworks/projects/Charts/build.xml index 2e48259..a875af0 100644 --- a/frameworks/projects/Charts/build.xml +++ b/frameworks/projects/Charts/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Collections/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Collections/build.xml b/frameworks/projects/Collections/build.xml index fd675f8..509d989 100644 --- a/frameworks/projects/Collections/build.xml +++ b/frameworks/projects/Collections/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Core/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/build.xml b/frameworks/projects/Core/build.xml index 59a71e9..fef1fca 100644 --- a/frameworks/projects/Core/build.xml +++ b/frameworks/projects/Core/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Core/src/test/flex/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/test/flex/build.xml b/frameworks/projects/Core/src/test/flex/build.xml index a65c2e5..a239218 100644 --- a/frameworks/projects/Core/src/test/flex/build.xml +++ b/frameworks/projects/Core/src/test/flex/build.xml @@ -88,7 +88,7 @@ </target> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <target name="compile" description="Compiles FlexUnitApplication.swf"> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/CreateJS/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/build.xml b/frameworks/projects/CreateJS/build.xml index 60ba2a8..fd4efd6 100644 --- a/frameworks/projects/CreateJS/build.xml +++ b/frameworks/projects/CreateJS/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/DragDrop/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/DragDrop/build.xml b/frameworks/projects/DragDrop/build.xml index 49ea062..25a1aca 100644 --- a/frameworks/projects/DragDrop/build.xml +++ b/frameworks/projects/DragDrop/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Effects/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/build.xml b/frameworks/projects/Effects/build.xml index b80e43e..b65f565 100644 --- a/frameworks/projects/Effects/build.xml +++ b/frameworks/projects/Effects/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Express/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Express/build.xml b/frameworks/projects/Express/build.xml index ccda550..8c31f54 100644 --- a/frameworks/projects/Express/build.xml +++ b/frameworks/projects/Express/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Flat/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Flat/build.xml b/frameworks/projects/Flat/build.xml index cbdb7f7..3c84aea 100644 --- a/frameworks/projects/Flat/build.xml +++ b/frameworks/projects/Flat/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/FontAwesome/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/FontAwesome/build.xml b/frameworks/projects/FontAwesome/build.xml index 98670a5..fab6823 100644 --- a/frameworks/projects/FontAwesome/build.xml +++ b/frameworks/projects/FontAwesome/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Formatters/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Formatters/build.xml b/frameworks/projects/Formatters/build.xml index c8c677f..47cd170 100644 --- a/frameworks/projects/Formatters/build.xml +++ b/frameworks/projects/Formatters/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/GoogleMaps/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/build.xml b/frameworks/projects/GoogleMaps/build.xml index 44d50ee..2f1f30b 100644 --- a/frameworks/projects/GoogleMaps/build.xml +++ b/frameworks/projects/GoogleMaps/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Graphics/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/build.xml b/frameworks/projects/Graphics/build.xml index 2a591e4..1dbc264 100644 --- a/frameworks/projects/Graphics/build.xml +++ b/frameworks/projects/Graphics/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/HTML/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/build.xml b/frameworks/projects/HTML/build.xml index 3ba9743..a126b1f 100644 --- a/frameworks/projects/HTML/build.xml +++ b/frameworks/projects/HTML/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/HTML/src/test/flex/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/test/flex/build.xml b/frameworks/projects/HTML/src/test/flex/build.xml index 2b6e1af..35b58e6 100644 --- a/frameworks/projects/HTML/src/test/flex/build.xml +++ b/frameworks/projects/HTML/src/test/flex/build.xml @@ -88,7 +88,7 @@ </target> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <target name="compile" description="Compiles FlexUnitApplication.swf"> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/HTML5/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML5/build.xml b/frameworks/projects/HTML5/build.xml index 7c7c219..eae185a 100644 --- a/frameworks/projects/HTML5/build.xml +++ b/frameworks/projects/HTML5/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/JQuery/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/JQuery/build.xml b/frameworks/projects/JQuery/build.xml index 4430287..75cad5b 100644 --- a/frameworks/projects/JQuery/build.xml +++ b/frameworks/projects/JQuery/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Language/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Language/build.xml b/frameworks/projects/Language/build.xml index 39d0017..a5a22e7 100644 --- a/frameworks/projects/Language/build.xml +++ b/frameworks/projects/Language/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/MaterialDesignLite/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/MaterialDesignLite/build.xml b/frameworks/projects/MaterialDesignLite/build.xml index 600d04e..3599817 100644 --- a/frameworks/projects/MaterialDesignLite/build.xml +++ b/frameworks/projects/MaterialDesignLite/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Mobile/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/build.xml b/frameworks/projects/Mobile/build.xml index 92810a6..f59bb7a 100644 --- a/frameworks/projects/Mobile/build.xml +++ b/frameworks/projects/Mobile/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Network/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Network/build.xml b/frameworks/projects/Network/build.xml index 3883e10..96f495c 100644 --- a/frameworks/projects/Network/build.xml +++ b/frameworks/projects/Network/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Reflection/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Reflection/build.xml b/frameworks/projects/Reflection/build.xml index 7416f97..de90003 100644 --- a/frameworks/projects/Reflection/build.xml +++ b/frameworks/projects/Reflection/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/Storage/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Storage/build.xml b/frameworks/projects/Storage/build.xml index 7dd3807..8c61e4b 100644 --- a/frameworks/projects/Storage/build.xml +++ b/frameworks/projects/Storage/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05266b40/frameworks/projects/XML/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/XML/build.xml b/frameworks/projects/XML/build.xml index 296723b..cce4e8b 100644 --- a/frameworks/projects/XML/build.xml +++ b/frameworks/projects/XML/build.xml @@ -95,7 +95,7 @@ <target name="check-compiler" depends="check-falcon-home,check-falconjx-home"> <path id="lib.path"> - <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> + <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> </target>
