# HG changeset patch # User Doug Simon # Date 1381965396 -7200 # Node ID d155f67c49411f4184050abbab2fa9fd909fbb28 # Parent 5c6f55dcd629433f9b3a70afce041b92264ad294 fixed project canonicalization diff -r 5c6f55dcd629 -r d155f67c4941 mx/projects --- 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