# HG changeset patch # User Doug Simon # Date 1383123036 -3600 # Node ID 8bb706d2b365aa8d70c691c1065ffec882c01d4c # Parent 2303d9e199e3f3de4a36c82d7f2639d80f9b9985 added missing annotation processor dependency for com.oracle.graal.hotspot.sparc diff -r 2303d9e199e3 -r 8bb706d2b365 mx/projects --- a/mx/projects Wed Oct 30 09:49:53 2013 +0100 +++ b/mx/projects Wed Oct 30 09:50:36 2013 +0100 @@ -138,6 +138,7 @@ project@com.oracle.graal.hotspot.sparc@sourceDirs=src project@com.oracle.graal.hotspot.sparc@dependencies=com.oracle.graal.compiler.sparc project@com.oracle.graal.hotspot.sparc@checkstyle=com.oracle.graal.graph +project@com.oracle.graal.hotspot.sparc@annotationProcessors=com.oracle.graal.service.processor project@com.oracle.graal.hotspot.sparc@javaCompliance=1.7 project@com.oracle.graal.hotspot.sparc@workingSets=Graal,HotSpot,SPARC