You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/06/13 01:11:23 UTC

[9/18] android commit: updating templates reference

updating templates reference


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/71972dca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/71972dca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/71972dca

Branch: refs/heads/master
Commit: 71972dcaab8be955a14a8405dbc6c3a6136dbd98
Parents: 3fd158a
Author: Anis Kadri <an...@gmail.com>
Authored: Thu Jun 7 20:11:28 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Thu Jun 7 20:11:28 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/71972dca/bin/create.js
----------------------------------------------------------------------
diff --git a/bin/create.js b/bin/create.js
index 4984b6c..5501d9e 100644
--- a/bin/create.js
+++ b/bin/create.js
@@ -141,7 +141,7 @@ if (!fso.FileExists(ROOT + '\\framework\\libs\\commons-codec-1.6.jar')) {
 exec('ant.bat -f '+ ROOT +'\\framework\\build.xml jar');
 
 // copy in the project template
-exec('cmd /c xcopy '+ ROOT + '\\bin\\templates2\\project\\* '+PROJECT_PATH+' /S /Y');
+exec('cmd /c xcopy '+ ROOT + '\\bin\\templates\\project\\* '+PROJECT_PATH+' /S /Y');
 
 // copy in cordova.js
 exec('cmd /c copy '+ROOT+'\\framework\\assets\\js\\cordova.js '+PROJECT_PATH+'\\assets\\www\\cordova-'+VERSION+'.js /Y');