Fix building for BlackBerry 10 Thanks to @Geril92 for testing this!
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/6ae80d9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/6ae80d9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/6ae80d9a Branch: refs/heads/bb10_ext_qnx Commit: 6ae80d9ac480f01c2d5734656a7f33c044d11139 Parents: 35cd0cd Author: Gord Tanner <[email protected]> Authored: Fri Oct 26 11:13:13 2012 -0400 Committer: Gord Tanner <[email protected]> Committed: Fri Oct 26 11:13:13 2012 -0400 ---------------------------------------------------------------------- bin/templates/project/qnx.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/6ae80d9a/bin/templates/project/qnx.xml ---------------------------------------------------------------------- diff --git a/bin/templates/project/qnx.xml b/bin/templates/project/qnx.xml index e3bfa59..5f98c27 100644 --- a/bin/templates/project/qnx.xml +++ b/bin/templates/project/qnx.xml @@ -37,7 +37,7 @@ </and> </condition> - <condition property="bbwp" value="${properties.qnx.bbwp.dir}/bbwp" else="${properties.qnx.bbwp.dir}/bbwp.exe"> + <condition property="bbwp" value="${properties.qnx.bbwp.dir}/bbwp" else="${properties.qnx.bbwp.dir}/bbwp.bat"> <equals arg1="${isMacOSX}" arg2="true" /> </condition>
