/hg/release/icedtea7-forest-2.3/jdk: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Aug 30 12:38:09 PDT 2012


changeset bff69042bcd4 in /hg/release/icedtea7-forest-2.3/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk?cmd=changeset;node=bff69042bcd4
author: andrew
date: Thu Aug 30 20:37:31 2012 +0100

	Removed tag icedtea-2.3.2


changeset 328cea87bd22 in /hg/release/icedtea7-forest-2.3/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk?cmd=changeset;node=328cea87bd22
author: andrew
date: Thu Aug 30 20:37:42 2012 +0100

	Remove classes no longer being built


changeset 8f41ab16e3ed in /hg/release/icedtea7-forest-2.3/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk?cmd=changeset;node=8f41ab16e3ed
author: andrew
date: Thu Aug 30 20:37:55 2012 +0100

	Added tag icedtea-2.3.2 for changeset 328cea87bd22


diffstat:

 .hgtags                                             |   4 ++
 src/share/classes/sun/beans/editors/BoolEditor.java |  31 ---------------------
 src/share/classes/sun/beans/editors/IntEditor.java  |  31 ---------------------
 3 files changed, 4 insertions(+), 62 deletions(-)

diffs (81 lines):

diff -r 6e19fddc12d5 -r 8f41ab16e3ed .hgtags
--- a/.hgtags	Thu Aug 30 20:29:29 2012 +0100
+++ b/.hgtags	Thu Aug 30 20:37:55 2012 +0100
@@ -209,3 +209,7 @@
 2029e066b8c29fc043a751a1d0541b9195e27007 icedtea-2.3
 ae5c5c93d36e36e33c46eb82dcb04f2616652dfd icedtea-2.3.1
 5f709891901c546447f34c47a690614a2f15a5d4 icedtea-2.3.2
+5f709891901c546447f34c47a690614a2f15a5d4 icedtea-2.3.2
+0000000000000000000000000000000000000000 icedtea-2.3.2
+0000000000000000000000000000000000000000 icedtea-2.3.2
+328cea87bd22f69401866251856e348a405aac03 icedtea-2.3.2
diff -r 6e19fddc12d5 -r 8f41ab16e3ed src/share/classes/sun/beans/editors/BoolEditor.java
--- a/src/share/classes/sun/beans/editors/BoolEditor.java	Thu Aug 30 20:29:29 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-  /*
-   * Copyright (c) 2012, 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.  Oracle designates this
-   * particular file as subject to the "Classpath" exception as provided
-   * by Oracle in the LICENSE file that accompanied this code.
-   *
-   * 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.
-   */
-  package sun.beans.editors;
-
-  /**
-   * FOR BACKWARD COMPATIBILITY ONLY - DO NOT USE.
-   */
-  public class BoolEditor extends BooleanEditor {
-  }
diff -r 6e19fddc12d5 -r 8f41ab16e3ed src/share/classes/sun/beans/editors/IntEditor.java
--- a/src/share/classes/sun/beans/editors/IntEditor.java	Thu Aug 30 20:29:29 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-  /*
-   * Copyright (c) 2012, 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.  Oracle designates this
-   * particular file as subject to the "Classpath" exception as provided
-   * by Oracle in the LICENSE file that accompanied this code.
-   *
-   * 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.
-   */
-  package sun.beans.editors;
-
-  /**
-   * FOR BACKWARD COMPATIBILITY ONLY - DO NOT USE.
-   */
-  public class IntEditor extends IntegerEditor {
-  }



More information about the distro-pkg-dev mailing list