comparison mx/projects @ 12456:f87c68d79f07

improved support for co-existing, multiple backends (GRAAL-363)
author Doug Simon <doug.simon@oracle.com>
date Thu, 17 Oct 2013 01:08:17 +0200
parents 90494fdf11c8
children d155f67c4941
comparison
equal deleted inserted replaced
12455:d08accd58925 12456:f87c68d79f07
26 26
27 library@OKRA@path=lib/okra-1.2.jar 27 library@OKRA@path=lib/okra-1.2.jar
28 library@OKRA@urls=http://cr.openjdk.java.net/~tdeneau/okra-1.2.jar 28 library@OKRA@urls=http://cr.openjdk.java.net/~tdeneau/okra-1.2.jar
29 29
30 distribution@GRAAL@path=graal.jar 30 distribution@GRAAL@path=graal.jar
31 distribution@GRAAL@dependencies=com.oracle.graal.hotspot.amd64,com.oracle.graal.hotspot.ptx,com.oracle.graal.truffle,com.oracle.graal.hotspot.sparc,com.oracle.graal.hotspot,com.oracle.graal.compiler.hsail 31 distribution@GRAAL@dependencies=\
32 com.oracle.graal.hotspot.amd64,\
33 com.oracle.graal.hotspot.ptx,\
34 com.oracle.graal.truffle,\
35 com.oracle.graal.hotspot.sparc,\
36 com.oracle.graal.hotspot,\
37 com.oracle.graal.hotspot.hsail
32 38
33 # graal.api.runtime 39 # graal.api.runtime
34 project@com.oracle.graal.api.runtime@subDir=graal 40 project@com.oracle.graal.api.runtime@subDir=graal
35 project@com.oracle.graal.api.runtime@sourceDirs=src 41 project@com.oracle.graal.api.runtime@sourceDirs=src
36 project@com.oracle.graal.api.runtime@checkstyle=com.oracle.graal.graph 42 project@com.oracle.graal.api.runtime@checkstyle=com.oracle.graal.graph
135 project@com.oracle.graal.hotspot.sparc@workingSets=Graal,HotSpot,SPARC 141 project@com.oracle.graal.hotspot.sparc@workingSets=Graal,HotSpot,SPARC
136 142
137 # graal.hotspot.ptx 143 # graal.hotspot.ptx
138 project@com.oracle.graal.hotspot.ptx@subDir=graal 144 project@com.oracle.graal.hotspot.ptx@subDir=graal
139 project@com.oracle.graal.hotspot.ptx@sourceDirs=src 145 project@com.oracle.graal.hotspot.ptx@sourceDirs=src
140 project@com.oracle.graal.hotspot.ptx@dependencies=com.oracle.graal.hotspot,com.oracle.graal.ptx 146 project@com.oracle.graal.hotspot.ptx@dependencies=com.oracle.graal.hotspot,com.oracle.graal.ptx,com.oracle.graal.compiler.ptx
141 project@com.oracle.graal.hotspot.ptx@checkstyle=com.oracle.graal.graph 147 project@com.oracle.graal.hotspot.ptx@checkstyle=com.oracle.graal.graph
142 project@com.oracle.graal.hotspot.ptx@annotationProcessors=com.oracle.graal.service.processor 148 project@com.oracle.graal.hotspot.ptx@annotationProcessors=com.oracle.graal.service.processor
143 project@com.oracle.graal.hotspot.ptx@javaCompliance=1.7 149 project@com.oracle.graal.hotspot.ptx@javaCompliance=1.7
144 project@com.oracle.graal.hotspot.ptx@workingSets=Graal,HotSpot,PTX 150 project@com.oracle.graal.hotspot.ptx@workingSets=Graal,HotSpot,PTX
145 151