# HG changeset patch # User Lukas Stadler # Date 1347892371 -7200 # Node ID de36df0fcfc6d80ccd50f80bf81cd86cc05aecdb # Parent c5afcc2ebd3d7b9203b41148868337957e7d833b canonicalize projects, add package info diff -r c5afcc2ebd3d -r de36df0fcfc6 graal/com.oracle.graal.compiler.phases/src/com/oracle/graal/compiler/package-info.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/graal/com.oracle.graal.compiler.phases/src/com/oracle/graal/compiler/package-info.java Mon Sep 17 16:32:51 2012 +0200 @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +/** + * The top-level package in Graal containing options, metrics and timers. + * + * Graal is intended to be used with multiple JVM's so makes no use of or reference to classes for a specific JVM. + */ +package com.oracle.graal.compiler; diff -r c5afcc2ebd3d -r de36df0fcfc6 mx/projects --- a/mx/projects Mon Sep 17 16:08:46 2012 +0200 +++ b/mx/projects Mon Sep 17 16:32:51 2012 +0200 @@ -154,7 +154,7 @@ # graal.compiler project@com.oracle.graal.compiler@subDir=graal project@com.oracle.graal.compiler@sourceDirs=src -project@com.oracle.graal.compiler@dependencies=com.oracle.graal.compiler.phases,com.oracle.graal.compiler.virtual,com.oracle.graal.lir.amd64,com.oracle.graal.alloc +project@com.oracle.graal.compiler@dependencies=com.oracle.graal.compiler.virtual,com.oracle.graal.alloc,com.oracle.graal.lir.amd64 project@com.oracle.graal.compiler@checkstyle=com.oracle.graal.graph project@com.oracle.graal.compiler@javaCompliance=1.7