diff mx/suite.py @ 21411:082417ac43e4

removed com.oracle.graal.hotspot.server and uses of Serializable it depended upon (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Mon, 18 May 2015 14:55:32 +0200
parents 42653f9ff18b
children fb17e716b03c
line wrap: on
line diff
--- a/mx/suite.py	Mon May 18 13:47:45 2015 +0200
+++ b/mx/suite.py	Mon May 18 14:55:32 2015 +0200
@@ -406,15 +406,6 @@
       "workingSets" : "Graal,HotSpot,SPARC",
     },
 
-    "com.oracle.graal.hotspot.server" : {
-      "subDir" : "graal",
-      "sourceDirs" : ["src"],
-      "dependencies" : ["com.oracle.graal.hotspot"],
-      "checkstyle" : "com.oracle.graal.graph",
-      "javaCompliance" : "1.8",
-      "workingSets" : "Graal,HotSpot",
-    },
-
     "com.oracle.graal.hotspot.test" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],