comparison mx/projects @ 8583:142fe2016d0b

Add annotation processor to graal.hotspot; make sure that executeHelper gets replaced
author Matthias Grimmer <grimmer@ssw.jku.at>
date Fri, 29 Mar 2013 18:21:26 +0100
parents 6a5a980714d4
children 75db7afee829
comparison
equal deleted inserted replaced
8582:6a5a980714d4 8583:142fe2016d0b
21 21
22 library@DACAPO_SCALA@path=lib/dacapo-scala-0.1.0-20120216.jar 22 library@DACAPO_SCALA@path=lib/dacapo-scala-0.1.0-20120216.jar
23 library@DACAPO_SCALA@urls=http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar 23 library@DACAPO_SCALA@urls=http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar
24 24
25 distribution@GRAAL@path=graal.jar 25 distribution@GRAAL@path=graal.jar
26 distribution@GRAAL@dependencies=com.oracle.graal.hotspot.amd64,com.oracle.graal.hotspot.sparc 26 distribution@GRAAL@dependencies=com.oracle.graal.hotspot.amd64,com.oracle.graal.hotspot.sparc,com.oracle.graal.hotspot
27 27
28 # graal.api.runtime 28 # graal.api.runtime
29 project@com.oracle.graal.api.runtime@subDir=graal 29 project@com.oracle.graal.api.runtime@subDir=graal
30 project@com.oracle.graal.api.runtime@sourceDirs=src 30 project@com.oracle.graal.api.runtime@sourceDirs=src
31 project@com.oracle.graal.api.runtime@checkstyle=com.oracle.graal.graph 31 project@com.oracle.graal.api.runtime@checkstyle=com.oracle.graal.graph
96 # graal.hotspot 96 # graal.hotspot
97 project@com.oracle.graal.hotspot@subDir=graal 97 project@com.oracle.graal.hotspot@subDir=graal
98 project@com.oracle.graal.hotspot@sourceDirs=src 98 project@com.oracle.graal.hotspot@sourceDirs=src
99 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.replacements,com.oracle.graal.printer 99 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.replacements,com.oracle.graal.printer
100 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph 100 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph
101 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier 101 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier, com.oracle.graal.service.processor
102 project@com.oracle.graal.hotspot@javaCompliance=1.7 102 project@com.oracle.graal.hotspot@javaCompliance=1.7
103 103
104 # graal.hotspot.amd64 104 # graal.hotspot.amd64
105 project@com.oracle.graal.hotspot.amd64@subDir=graal 105 project@com.oracle.graal.hotspot.amd64@subDir=graal
106 project@com.oracle.graal.hotspot.amd64@sourceDirs=src 106 project@com.oracle.graal.hotspot.amd64@sourceDirs=src