diff mx/projects @ 12458:d155f67c4941

fixed project canonicalization
author Doug Simon <doug.simon@oracle.com>
date Thu, 17 Oct 2013 01:16:36 +0200
parents f87c68d79f07
children 1a4dc163cd0a
line wrap: on
line diff
--- a/mx/projects	Thu Oct 17 01:14:05 2013 +0200
+++ b/mx/projects	Thu Oct 17 01:16:36 2013 +0200
@@ -29,12 +29,12 @@
 
 distribution@GRAAL@path=graal.jar
 distribution@GRAAL@dependencies=\
-    com.oracle.graal.hotspot.amd64,\
-    com.oracle.graal.hotspot.ptx,\
-    com.oracle.graal.truffle,\
-    com.oracle.graal.hotspot.sparc,\
-    com.oracle.graal.hotspot,\
-    com.oracle.graal.hotspot.hsail
+com.oracle.graal.hotspot.amd64,\
+com.oracle.graal.hotspot.ptx,\
+com.oracle.graal.truffle,\
+com.oracle.graal.hotspot.sparc,\
+com.oracle.graal.hotspot,\
+com.oracle.graal.hotspot.hsail
 
 # graal.api.runtime
 project@com.oracle.graal.api.runtime@subDir=graal
@@ -143,7 +143,7 @@
 # graal.hotspot.ptx
 project@com.oracle.graal.hotspot.ptx@subDir=graal
 project@com.oracle.graal.hotspot.ptx@sourceDirs=src
-project@com.oracle.graal.hotspot.ptx@dependencies=com.oracle.graal.hotspot,com.oracle.graal.ptx,com.oracle.graal.compiler.ptx
+project@com.oracle.graal.hotspot.ptx@dependencies=com.oracle.graal.ptx,com.oracle.graal.compiler.ptx
 project@com.oracle.graal.hotspot.ptx@checkstyle=com.oracle.graal.graph
 project@com.oracle.graal.hotspot.ptx@annotationProcessors=com.oracle.graal.service.processor
 project@com.oracle.graal.hotspot.ptx@javaCompliance=1.7
@@ -393,7 +393,7 @@
 # graal.compiler.ptx.test
 project@com.oracle.graal.compiler.ptx.test@subDir=graal
 project@com.oracle.graal.compiler.ptx.test@sourceDirs=src
-project@com.oracle.graal.compiler.ptx.test@dependencies=com.oracle.graal.hotspot.ptx,com.oracle.graal.compiler.ptx,com.oracle.graal.compiler.test
+project@com.oracle.graal.compiler.ptx.test@dependencies=com.oracle.graal.hotspot.ptx,com.oracle.graal.compiler.test
 project@com.oracle.graal.compiler.ptx.test@checkstyle=com.oracle.graal.graph
 project@com.oracle.graal.compiler.ptx.test@javaCompliance=1.7
 project@com.oracle.graal.compiler.ptx.test@workingSets=Graal,PTX,Test