changeset 6412:de36df0fcfc6

canonicalize projects, add package info
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 17 Sep 2012 16:32:51 +0200
parents c5afcc2ebd3d
children 258d3e0b5a65 c72a65b655ea
files graal/com.oracle.graal.compiler.phases/src/com/oracle/graal/compiler/package-info.java mx/projects
diffstat 2 files changed, 30 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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;
--- 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