CB-8693 Delete framework/res and framework/assets

They were being merged into apps unwantingly.
This commit is contained in:
Andrew Grieve
2015-03-17 11:56:02 -04:00
parent 679069729c
commit 2103da7b9d
11 changed files with 10 additions and 83 deletions
+8 -2
View File
@@ -17,8 +17,6 @@
under the License.
*/
// GENERATED FILE! DO NOT EDIT!
apply plugin: 'android'
buildscript {
@@ -73,3 +71,11 @@ dependencies {
androidTestCompile fileTree(dir: 'androidTest/libs', include: '*.jar')
}
task copyCordovaJs (type: Copy) {
from '../bin/templates/project/assets/www'
into 'assets/www'
include('cordova.js')
}
preBuild.dependsOn copyCordovaJs