comparison mx/projects @ 15577:406a94c03ffa

truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
author Bernhard Urban <bernhard.urban@jku.at>
date Fri, 09 May 2014 16:11:01 +0200
parents 0c0b479903bb
children 24aa5dbcf92d
comparison
equal deleted inserted replaced
15576:0c0b479903bb 15577:406a94c03ffa
74 com.oracle.graal.truffle,\ 74 com.oracle.graal.truffle,\
75 com.oracle.graal.truffle.hotspot.amd64,\ 75 com.oracle.graal.truffle.hotspot.amd64,\
76 com.oracle.graal.hotspot.sparc,\ 76 com.oracle.graal.hotspot.sparc,\
77 com.oracle.graal.hotspot,\ 77 com.oracle.graal.hotspot,\
78 com.oracle.graal.hotspot.hsail 78 com.oracle.graal.hotspot.hsail
79 distribution@GRAAL@excludeLibs=FINDBUGS 79 distribution@GRAAL@exclude=FINDBUGS
80 80
81 distribution@TRUFFLE@path=truffle.jar 81 distribution@TRUFFLE@path=truffle.jar
82 distribution@TRUFFLE@dependencies=\ 82 distribution@TRUFFLE@dependencies=\
83 com.oracle.truffle.api.dsl
84
85 distribution@TRUFFLE-DSL-PROCESSOR@path=truffle-dsl-processor.jar
86 distribution@TRUFFLE-DSL-PROCESSOR@dependencies=\
83 com.oracle.truffle.dsl.processor 87 com.oracle.truffle.dsl.processor
88 distribution@TRUFFLE-DSL-PROCESSOR@exclude=com.oracle.truffle.api.dsl,com.oracle.truffle.api
84 89
85 # graal.api.collections 90 # graal.api.collections
86 project@com.oracle.graal.api.collections@subDir=graal 91 project@com.oracle.graal.api.collections@subDir=graal
87 project@com.oracle.graal.api.collections@sourceDirs=src 92 project@com.oracle.graal.api.collections@sourceDirs=src
88 project@com.oracle.graal.api.collections@checkstyle=com.oracle.graal.graph 93 project@com.oracle.graal.api.collections@checkstyle=com.oracle.graal.graph