You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/09/20 00:04:47 UTC

[2/2] webworks commit: Left open string

Left open string


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/b7f7e43b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/b7f7e43b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/b7f7e43b

Branch: refs/heads/master
Commit: b7f7e43ba189f8e92cebf515e4e9ab51d24c2485
Parents: 8876266
Author: Tim Kim <ti...@nitobi.com>
Authored: Wed Sep 19 14:09:20 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Wed Sep 19 14:09:20 2012 -0700

----------------------------------------------------------------------
 bin/create.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/b7f7e43b/bin/create.js
----------------------------------------------------------------------
diff --git a/bin/create.js b/bin/create.js
index bfbbb92..396982f 100644
--- a/bin/create.js
+++ b/bin/create.js
@@ -43,7 +43,7 @@ function replaceInFile(filename, regexp, replacement) {
     write(filename, read(filename).replace(regexp, replacement));
 }
 function downloadAntContrib(){
-    if (!fso.FileExists(ROOT + '\\bin\\templates\\project\\lib\\ant-contrib\\ant-contrib-1.0b3.jar)) {
+    if (!fso.FileExists(ROOT + '\\bin\\templates\\project\\lib\\ant-contrib\\ant-contrib-1.0b3.jar')) {
       // We need the .jar
       var url = 'http://sourceforge.net/projects/ant-contrib/files/ant-contrib/1.0b3/ant-contrib-1.0b3-bin.zip';
       var libsPath = ROOT + '\\bin\\templates\\project\\lib';