From 71972dcaab8be955a14a8405dbc6c3a6136dbd98 Mon Sep 17 00:00:00 2001 From: Anis Kadri Date: Thu, 7 Jun 2012 20:11:28 -0700 Subject: [PATCH] updating templates reference --- bin/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create.js b/bin/create.js index 4984b6c9..5501d9e9 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');