aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala14
1 files changed, 14 insertions, 0 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
new file mode 100644
index 00000000..7ba359eb
--- /dev/null
+++ b/project/AspectJ.scala
@@ -0,0 +1,14 @@
+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(
+ fork in Test := true,
+ javaOptions in Test <++= weaverOptions in Aspectj
+ )
+} \ No newline at end of file