comparison 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
comparison
equal deleted inserted replaced
9192:123991e4fbd8 9193:c8f4e1081c0b
1 # The format of this file is described in the documentation for my.py. 1 # The format of this file is described in the documentation for my.py.
2
3 suite=graal
2 4
3 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar 5 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar
4 library@JDK_TOOLS@optional=true 6 library@JDK_TOOLS@optional=true
5 7
6 library@JUNIT@path=lib/junit-4.8.jar 8 library@JUNIT@path=lib/junit-4.8.jar