aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index da5aef9f..fb5d8bf9 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -10,7 +10,9 @@ object AspectJ {
compileOnly in Aspectj := true,
fork in Test := true,
javaOptions in Test <++= weaverOptions in Aspectj,
- lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore",
- products in Compile <<= products in Aspectj
+ lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore"
+
+ // Add this line if we need to include some .aj aspects again in the project.
+ // products in Compile <<= products in Aspectj
)
} \ No newline at end of file