Blame bootstrap-corba-orb.patch

e797f0b
diff -Nru ../openjdk.orig/openjdk-boot/corba/make/com/sun/corba/se/org/Makefile openjdk-boot/corba/make/com/sun/corba/se/org/Makefile
e797f0b
--- ../openjdk.orig/openjdk-boot/corba/make/com/sun/corba/se/org/Makefile	1970-01-01 01:00:00.000000000 +0100
e797f0b
+++ openjdk-boot/corba/make/com/sun/corba/se/org/Makefile	2009-10-30 16:59:16.000000000 +0000
e797f0b
@@ -0,0 +1,38 @@
e797f0b
+#
e797f0b
+# Copyright 2001-2005 Sun Microsystems, Inc.  All Rights Reserved.
e797f0b
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e797f0b
+#
e797f0b
+# This code is free software; you can redistribute it and/or modify it
e797f0b
+# under the terms of the GNU General Public License version 2 only, as
e797f0b
+# published by the Free Software Foundation.  Sun designates this
e797f0b
+# particular file as subject to the "Classpath" exception as provided
e797f0b
+# by Sun in the LICENSE file that accompanied this code.
e797f0b
+#
e797f0b
+# This code is distributed in the hope that it will be useful, but WITHOUT
e797f0b
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e797f0b
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e797f0b
+# version 2 for more details (a copy is included in the LICENSE file that
e797f0b
+# accompanied this code).
e797f0b
+#
e797f0b
+# You should have received a copy of the GNU General Public License version
e797f0b
+# 2 along with this work; if not, write to the Free Software Foundation,
e797f0b
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e797f0b
+#
e797f0b
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
e797f0b
+# CA 95054 USA or visit www.sun.com if you need additional information or
e797f0b
+# have any questions.
e797f0b
+#
e797f0b
+
e797f0b
+BUILDDIR = ../../../../..
e797f0b
+PACKAGE = com.sun.corba.se
e797f0b
+PRODUCT = org
e797f0b
+
e797f0b
+include $(BUILDDIR)/common/Defs.gmk
e797f0b
+
e797f0b
+FILES_java=\
e797f0b
+	com/sun/corba/se/org/omg/CORBA/ORB.java
e797f0b
+
e797f0b
+#
e797f0b
+# Include
e797f0b
+#
e797f0b
+include $(BUILDDIR)/common/Classes.gmk