changeset 21579:6fffb62ccb32

Fix project dependency
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Thu, 28 May 2015 21:14:08 -0700
parents a880844225e4
children a004616f72e5
files mx/suite.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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",