changeset 22073:261afe14d1a4

let truffle.sl project depend on TRUFFLE_API distribution to ensure services are found
author Andreas Woess <andreas.woess@oracle.com>
date Fri, 07 Aug 2015 19:53:41 +0200
parents 64103cff2cd5
children 50ed2658284e
files mx.truffle/suite.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Fri Aug 07 11:14:34 2015 +0200
+++ b/mx.truffle/suite.py	Fri Aug 07 19:53:41 2015 +0200
@@ -177,9 +177,7 @@
       "subDir" : "truffle",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "com.oracle.truffle.api.dsl",
-        "com.oracle.truffle.api.object",
-        "com.oracle.truffle.tools",
+        "TRUFFLE_API",
       ],
       "javaCompliance" : "1.7",
       "annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],