comparison mx/projects @ 16623:addc0564e5b5

split com.oracle.graal.truffle.* projects into a separate graal-truffle.jar and added truffle.jar to the boot class path
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Jul 2014 18:27:06 +0200
parents 89be7c4db12c
children 90c97a4bd2da
comparison
equal deleted inserted replaced
16622:faaea970b951 16623:addc0564e5b5
86 distribution@GRAAL@subDir=graal 86 distribution@GRAAL@subDir=graal
87 distribution@GRAAL@sourcesPath=graal.src.zip 87 distribution@GRAAL@sourcesPath=graal.src.zip
88 distribution@GRAAL@dependencies=\ 88 distribution@GRAAL@dependencies=\
89 com.oracle.graal.hotspot.amd64,\ 89 com.oracle.graal.hotspot.amd64,\
90 com.oracle.graal.hotspot.ptx,\ 90 com.oracle.graal.hotspot.ptx,\
91 com.oracle.graal.truffle,\
92 com.oracle.graal.truffle.hotspot.amd64,\
93 com.oracle.graal.hotspot.sparc,\ 91 com.oracle.graal.hotspot.sparc,\
94 com.oracle.graal.hotspot,\ 92 com.oracle.graal.hotspot,\
95 com.oracle.graal.hotspot.jfr,\ 93 com.oracle.graal.hotspot.jfr,\
96 com.oracle.graal.hotspot.hsail 94 com.oracle.graal.hotspot.hsail
97 distribution@GRAAL@exclude=FINDBUGS 95 distribution@GRAAL@exclude=FINDBUGS
104 distribution@TRUFFLE@path=truffle.jar 102 distribution@TRUFFLE@path=truffle.jar
105 distribution@TRUFFLE@subDir=graal 103 distribution@TRUFFLE@subDir=graal
106 distribution@TRUFFLE@sourcesPath=truffle-sources.jar 104 distribution@TRUFFLE@sourcesPath=truffle-sources.jar
107 distribution@TRUFFLE@dependencies=\ 105 distribution@TRUFFLE@dependencies=\
108 com.oracle.truffle.api.dsl 106 com.oracle.truffle.api.dsl
107
108 distribution@GRAAL_TRUFFLE@path=graal-truffle.jar
109 distribution@GRAAL_TRUFFLE@subDir=graal
110 distribution@GRAAL_TRUFFLE@sourcesPath=graal-truffle-sources.jar
111 distribution@GRAAL_TRUFFLE@dependencies=\
112 com.oracle.graal.truffle,\
113 com.oracle.graal.truffle.hotspot.amd64
114 distribution@GRAAL_TRUFFLE@exclude=FINDBUGS
115 distribution@GRAAL_TRUFFLE@distDependencies=GRAAL,TRUFFLE
109 116
110 distribution@TRUFFLE-DSL-PROCESSOR@path=truffle-dsl-processor.jar 117 distribution@TRUFFLE-DSL-PROCESSOR@path=truffle-dsl-processor.jar
111 distribution@TRUFFLE-DSL-PROCESSOR@subDir=graal 118 distribution@TRUFFLE-DSL-PROCESSOR@subDir=graal
112 distribution@TRUFFLE-DSL-PROCESSOR@sourcesPath=truffle-dsl-processor-sources.jar 119 distribution@TRUFFLE-DSL-PROCESSOR@sourcesPath=truffle-dsl-processor-sources.jar
113 distribution@TRUFFLE-DSL-PROCESSOR@dependencies=\ 120 distribution@TRUFFLE-DSL-PROCESSOR@dependencies=\