jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Add resPath task to allow specifying additional resource directories #149

Closed kriomant closed 11 years ago

kriomant commented 11 years ago

I need to integrate tool which generates resources. However, resource directory list is hardcoded inside aaptGenerateTask and aaptPackageTask to be main resource directory plus resource directories from referenced library projects.

This change extracts resource directory list into res-path task which can be modified. It contains main resource directory and ones from library projects by default.

appamatto commented 11 years ago

Looks good to me. Merged into 0.6.4 branch. Thank you!