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.
This commit is contained in:
macdonst
2012-04-13 15:35:43 -04:00
parent eb48055acd
commit 08d7a9c87a
4 changed files with 9 additions and 74 deletions
+5
View File
@@ -25,6 +25,11 @@ cp ./.cordova/android/cordova-$VERSION.js ./assets/www
# copy in cordova.jar
cp ./.cordova/android/cordova-$VERSION.jar ./libs
# copy in res/xml
mkdir ./res/xml
cp ./.cordova/android/cordova.xml ./res/xml
cp ./.cordova/android/plugins.xml ./res/xml
# copy in default activity
cat ./cordova/templates/Activity.java > $ACTIVITY_PATH