mirror of https://github.com/sbt/sbt.git
Merge pull request #13 from sbt/wip/packagenames2
package name change and test migration
This commit is contained in:
commit
589bb1a340
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import scala.reflect._
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import scala.reflect._
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import Classes.Applicative
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import Types.Id
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import scala.reflect._
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import Types.Id
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.util.internal
|
||||
package sbt.internal.util
|
||||
package appmacro
|
||||
|
||||
import Types.Id
|
||||
Loading…
Reference in New Issue