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/08/24 22:40:27 UTC

android commit: arg forgot dest file

Updated Branches:
  refs/heads/master 4012108d4 -> c3502da4a


arg forgot dest file


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

Branch: refs/heads/master
Commit: c3502da4a0ba908ea741e0762def9432a4be5d82
Parents: 4012108
Author: Anis Kadri <an...@gmail.com>
Authored: Fri Aug 24 13:40:23 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:40:23 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/c3502da4/bin/create.js
----------------------------------------------------------------------
diff --git a/bin/create.js b/bin/create.js
index 5a0bb4d..e0886f6 100644
--- a/bin/create.js
+++ b/bin/create.js
@@ -162,7 +162,7 @@ if(fso.FolderExists(ROOT + '\\framework')) {
     exec('%comspec% /c copy '+ROOT+'\\cordova-'+VERSION+'.jar '+PROJECT_PATH+'\\libs\\cordova-'+VERSION+'.jar /Y');
     // copy in xml
     fso.CreateFolder(PROJECT_PATH + '\\res\\xml');
-    exec('%comspec% /c copy '+ROOT+'\\xml\\config.xml ' + PROJECT_PATH + '\\res\\xml\\plugins.xml /Y');
+    exec('%comspec% /c copy '+ROOT+'\\xml\\config.xml ' + PROJECT_PATH + '\\res\\xml\\config.xml /Y');
 }
 
 // copy cordova scripts