# HG changeset patch # User Michael Van De Vanter # Date 1432872848 25200 # Node ID 6fffb62ccb328c23a07dabd9d5ee0138da9984a1 # Parent a880844225e45a6bd241f71d90e250c5bcd17d96 Fix project dependency diff -r a880844225e4 -r 6fffb62ccb32 mx/suite.py --- a/mx/suite.py Thu May 28 21:11:28 2015 -0700 +++ b/mx/suite.py Thu May 28 21:14:08 2015 -0700 @@ -1105,9 +1105,7 @@ "com.oracle.truffle.tools.debug.engine" : { "subDir" : "graal", "sourceDirs" : ["src"], - "dependencies" : ["com.oracle.truffle.api", - "com.oracle.truffle.tools" - ], + "dependencies" : ["com.oracle.truffle.tools"], "checkstyle" : "com.oracle.truffle.api", "javaCompliance" : "1.8", "workingSets" : "Truffle,Tools",