don't need preprocess
Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/cd0f8ab3 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/cd0f8ab3 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/cd0f8ab3 Branch: refs/heads/master Commit: cd0f8ab3a4014b67c2f271b8e0a5a376c289c3c6 Parents: c590deb Author: Alex Harui <[email protected]> Authored: Fri May 20 08:53:25 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Tue May 24 21:05:12 2016 -0700 ---------------------------------------------------------------------- cordova/build.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/cd0f8ab3/cordova/build.xml ---------------------------------------------------------------------- diff --git a/cordova/build.xml b/cordova/build.xml index 733b9e5..6eddf99 100644 --- a/cordova/build.xml +++ b/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">
