fix compiler-interface-src artifact

This commit is contained in:
Mark Harrah 2011-06-17 22:24:03 -04:00
parent 69fec711be
commit d7f991632e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ object Sbt extends Build
//
def compileInterfaceSettings: Seq[Setting[_]] = precompiledSettings ++ Seq(
exportJars := true,
artifact in packageSrc := Artifact(srcID) extra("e:component" -> srcID)
artifact in (Compile, packageSrc) := Artifact(srcID) extra("e:component" -> srcID)
)
def compilerSettings = Seq(
libraryDependencies <+= scalaVersion( "org.scala-lang" % "scala-compiler" % _ % "test"),