aboutsummaryrefslogblamecommitdiff
path: root/project/AspectJ.scala
blob: d708b0dba856ab03301403b2a639ae9909120610 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                               


                                                        

   
import sbt._
import sbt.Keys._
import com.typesafe.sbt.SbtAspectj
import com.typesafe.sbt.SbtAspectj.Aspectj
import com.typesafe.sbt.SbtAspectj.AspectjKeys._


object AspectJ {

  lazy val aspectJSettings = SbtAspectj.aspectjSettings ++ Seq(
          showWeaveInfo     :=  false,
           fork in Test     :=  true,
    javaOptions in Test   <++=  weaverOptions in Aspectj
  )
}