diff mx/mx_graal.py @ 21942:dd4050aadaf8

Using _ instead of - as agreed to yesterday
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Tue, 16 Jun 2015 13:43:32 +0200
parents 0a00a5bd7c70
children 2a5011c7e641
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Jun 16 12:54:55 2015 +0200
+++ b/mx/mx_graal.py	Tue Jun 16 13:43:32 2015 +0200
@@ -1734,7 +1734,7 @@
 
 def maven_install_truffle(args):
     """install Truffle into your local Maven repository"""
-    for name in ['TRUFFLE', 'TRUFFLE-TCK', 'TRUFFLE-DSL-PROCESSOR', 'TRUFFLE-SL']:
+    for name in ['TRUFFLE', 'TRUFFLE_TCK', 'TRUFFLE_DSL_PROCESSOR', 'TRUFFLE_SL']:
         mx.archive(["@" + name])
         path = mx._dists[name].path
         mx.run(['mvn', 'install:install-file', '-DgroupId=com.oracle', '-DartifactId=' + name.lower(), '-Dversion=' + graal_version('SNAPSHOT'), '-Dpackaging=jar', '-Dfile=' + path])