From 08d7a9c87a70a5d5cbef1a94a39c5b083dc316f6 Mon Sep 17 00:00:00 2001 From: macdonst Date: Fri, 13 Apr 2012 15:35:43 -0400 Subject: [PATCH] Remove duplicate files from repository We should only have these files in one place in the repo. Changes have been made to the scripts to pick up the xml files from their proper location. --- bin/create | 4 ++ bin/templates/project/cordova/create | 5 +++ .../templates/project/res/xml/cordova.xml | 37 ------------------- .../templates/project/res/xml/plugins.xml | 37 ------------------- 4 files changed, 9 insertions(+), 74 deletions(-) delete mode 100755 bin/templates/project/cordova/templates/project/res/xml/cordova.xml delete mode 100644 bin/templates/project/cordova/templates/project/res/xml/plugins.xml diff --git a/bin/create b/bin/create index 1f2a4210..c659a013 100755 --- a/bin/create +++ b/bin/create @@ -34,6 +34,10 @@ cp ./framework/assets/www/cordova-$VERSION.js $PROJECT_PATH/.cordova/android/cor # copy in cordova.jar cp ./framework/cordova-$VERSION.jar $PROJECT_PATH/.cordova/android/cordova-$VERSION.jar +# copy in res/xml +cp ./framework/res/xml/cordova.xml $PROJECT_PATH/.cordova/android/cordova.xml +cp ./framework/res/xml/plugins.xml $PROJECT_PATH/.cordova/android/plugins.xml + # app properties cat > $PROJECT_PATH/.cordova/config < $ACTIVITY_PATH diff --git a/bin/templates/project/cordova/templates/project/res/xml/cordova.xml b/bin/templates/project/cordova/templates/project/res/xml/cordova.xml deleted file mode 100755 index 8f347e7d..00000000 --- a/bin/templates/project/cordova/templates/project/res/xml/cordova.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/bin/templates/project/cordova/templates/project/res/xml/plugins.xml b/bin/templates/project/cordova/templates/project/res/xml/plugins.xml deleted file mode 100644 index ce978fb4..00000000 --- a/bin/templates/project/cordova/templates/project/res/xml/plugins.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - -