From b4ae12153f7c971ef13c9048584fd0b611de5e2d Mon Sep 17 00:00:00 2001 From: Diego Parra Date: Wed, 29 May 2013 23:36:28 -0300 Subject: WIP: aspects refactor --- project/AspectJ.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/AspectJ.scala b/project/AspectJ.scala index a711f2be..da5aef9f 100644 --- a/project/AspectJ.scala +++ b/project/AspectJ.scala @@ -10,7 +10,7 @@ object AspectJ { compileOnly in Aspectj := true, fork in Test := true, javaOptions in Test <++= weaverOptions in Aspectj, - //lintProperties in Aspectj <++= "invalidAbsoluteTypeName = ignore", + lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore", products in Compile <<= products in Aspectj ) } \ No newline at end of file -- cgit v1.2.3