diff mx/projects @ 9193:c8f4e1081c0b

support for referencing commands in other suites (e.g. mx.suite('graal').commands.build([]))
author Doug Simon <doug.simon@oracle.com>
date Fri, 19 Apr 2013 14:05:55 +0200
parents dedfff70763f
children 147162b27799
line wrap: on
line diff
--- a/mx/projects	Fri Apr 19 11:51:20 2013 +0200
+++ b/mx/projects	Fri Apr 19 14:05:55 2013 +0200
@@ -1,5 +1,7 @@
 # The format of this file is described in the documentation for my.py.
 
+suite=graal
+
 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar
 library@JDK_TOOLS@optional=true