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

Move code to named package #148

Closed mpeltonen closed 11 years ago

mpeltonen commented 11 years ago

Fix for #147 with package name derived from publishing organization and name

mpeltonen commented 11 years ago

Thanks!

Notice that this now means some changes to documentation wrt imports:

import org.scalasbt.androidplugin._
import org.scalasbt.androidplugin.AndroidKeys._
jberkel commented 11 years ago

right - i'm actually thinking about reverting this commit and inserting the package statement without moving the files - since now all existing PRs won't merge cleanly anymore.

mpeltonen commented 11 years ago

Ah, of course :(

fxthomas commented 11 years ago

@jberkel : Is it okay with you if I fix the interesting PRs into my new branch so that we can import everything at once later?

jberkel commented 11 years ago

@fxthomas yes, go for it