/hg/icedtea6: Fix path in patches/openjdk/6768387-jtable_not_ser...

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Thu Mar 24 10:53:16 PDT 2011


changeset 3f686b23b06f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3f686b23b06f
author: Omair Majid <omajid at redhat.com>
date: Thu Mar 24 13:52:10 2011 -0400

	Fix path in patches/openjdk/6768387-jtable_not_serializable.patch

	2011-03-24 Omair Majid <omajid at redhat.com>

	 * patches/openjdk/6768387-jtable_not_serializable.patch: Fix
	path in patch so the test is added to openjdk/test.


diffstat:

 ChangeLog                                             |  5 +++++
 patches/openjdk/6768387-jtable_not_serializable.patch |  1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f2b14c2da1ee -r 3f686b23b06f ChangeLog
--- a/ChangeLog	Thu Mar 24 11:27:32 2011 -0400
+++ b/ChangeLog	Thu Mar 24 13:52:10 2011 -0400
@@ -1,3 +1,8 @@
+2011-03-24  Omair Majid  <omajid at redhat.com>
+
+	* patches/openjdk/6768387-jtable_not_serializable.patch: Fix path in patch
+	so the test is added to openjdk/test.
+
 2011-03-24  Omair Majid  <omajid at redhat.com>
 
 	S6768387, PR670: REGRESSION: JTable no longer serializable
diff -r f2b14c2da1ee -r 3f686b23b06f patches/openjdk/6768387-jtable_not_serializable.patch
--- a/patches/openjdk/6768387-jtable_not_serializable.patch	Thu Mar 24 11:27:32 2011 -0400
+++ b/patches/openjdk/6768387-jtable_not_serializable.patch	Thu Mar 24 13:52:10 2011 -0400
@@ -43,7 +43,7 @@
          public void paintIcon(Component c, Graphics g, int x, int y) {}
 diff -r 1297a41dbb47 -r 8d59b361635f test/javax/swing/JTable/6768387/bug6768387.java
 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
-+++ b/test/javax/swing/JTable/6768387/bug6768387.java	Tue May 25 20:39:52 2010 +0400
++++ openjdk/jdk/test/javax/swing/JTable/6768387/bug6768387.java	Tue May 25 20:39:52 2010 +0400
 @@ -0,0 +1,59 @@
 +/*
 + * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.



More information about the distro-pkg-dev mailing list