diff mx.truffle/suite.py @ 21981:da5e694d2b3c

Using groupId=com.oracle.[suite.name] when deploying the artifacts. Iterating thru all distributions (except ap ones). Using name of the JAR file as artifactId.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 26 Jun 2015 14:09:56 +0200
parents 1ecffe20e460
children 8a09e8c7725a
line wrap: on
line diff
--- a/mx.truffle/suite.py	Fri Jun 26 09:42:29 2015 +0200
+++ b/mx.truffle/suite.py	Fri Jun 26 14:09:56 2015 +0200
@@ -329,7 +329,7 @@
     # ------------- Distributions -------------
 
     "TRUFFLE" : {
-      "path" : "build/truffle.jar",
+      "path" : "build/truffle-api.jar",
       "subDir" : "truffle",
       "sourcesPath" : "build/truffle.src.zip",
       "javaCompliance" : "1.7",