Repository: flex-falcon Updated Branches: refs/heads/develop be199c5e8 -> f19287253
don't need preprocess Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/564a522c Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/564a522c Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/564a522c Branch: refs/heads/develop Commit: 564a522c4689ecfcd4ba061daf473f2b73577225 Parents: be199c5 Author: Alex Harui <[email protected]> Authored: Fri May 20 08:53:25 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Fri May 20 08:53:25 2016 -0700 ---------------------------------------------------------------------- externs/cordova/build.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/564a522c/externs/cordova/build.xml ---------------------------------------------------------------------- diff --git a/externs/cordova/build.xml b/externs/cordova/build.xml index 733b9e5..6eddf99 100644 --- a/externs/cordova/build.xml +++ b/externs/cordova/build.xml @@ -28,17 +28,8 @@ <!-- we need to insert a line near the beginning of the file to make the compiler happy. --> <target name="preprocess"> - <antcall target="preprocessfile" > - <param name="file" value="cordova_file_plugin-4-11.js" /> - </antcall> </target> - - <target name="preprocessfile" > - <basename property="file.base" file="${file}" suffix=".js"/> - <echo>file.base is ${file.base}</echo> - <replace file="${basedir}/src/main/javascript/${file}" token="// Namespace" value="/** @const */" /> - </target> - + <target name="externc" > <java jar="${basedir}/../../compiler-jx/lib/externc.jar" fork="true" failonerror="false">
