diff mx/projects @ 16839:7eca83fd5419

generate distributions for projects that define annotation processors
author Doug Simon <doug.simon@oracle.com>
date Thu, 14 Aug 2014 23:45:15 +0200
parents cf71dd00db68
children cbd42807a31f
line wrap: on
line diff
--- a/mx/projects	Thu Aug 14 23:28:21 2014 +0200
+++ b/mx/projects	Thu Aug 14 23:45:15 2014 +0200
@@ -228,7 +228,6 @@
 project@com.oracle.graal.hotspotvmconfig@dependencies=com.oracle.graal.compiler.common
 project@com.oracle.graal.hotspotvmconfig@checkstyle=com.oracle.graal.graph
 project@com.oracle.graal.hotspotvmconfig@annotationProcessors=com.oracle.graal.service.processor
-project@com.oracle.graal.hotspotvmconfig@annotationProcessorForDependents=true
 project@com.oracle.graal.hotspotvmconfig@javaCompliance=1.8
 project@com.oracle.graal.hotspotvmconfig@workingSets=Graal,HotSpot
 
@@ -332,7 +331,6 @@
 project@com.oracle.graal.options@sourceDirs=src
 project@com.oracle.graal.options@checkstyle=com.oracle.graal.graph
 project@com.oracle.graal.options@javaCompliance=1.8
-project@com.oracle.graal.options@annotationProcessorForDependents=true
 project@com.oracle.graal.options@workingSets=Graal,Codegen
 
 # graal.options.test
@@ -535,7 +533,6 @@
 project@com.oracle.graal.compiler@checkstyle=com.oracle.graal.graph
 project@com.oracle.graal.compiler@javaCompliance=1.8
 project@com.oracle.graal.compiler@annotationProcessors=com.oracle.graal.service.processor
-project@com.oracle.graal.compiler@annotationProcessorForDependents=true
 project@com.oracle.graal.compiler@workingSets=Graal
 
 # graal.compiler.amd64