/hg/icedtea6: Renamed and moved patch to proper location.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Wed Feb 23 09:19:24 PST 2011


changeset 22d33e039c2f in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=22d33e039c2f
author: ptisnovs
date: Wed Feb 23 18:22:42 2011 +0100

	Renamed and moved patch to proper location.


diffstat:

4 files changed, 18 insertions(+), 11 deletions(-)
ChangeLog                                 |    7 +++++++
Makefile.am                               |    2 +-
patches/com-sun-awt.patch                 |   10 ----------
patches/openjdk/6663040-com.sun.awt.patch |   10 ++++++++++

diffs (54 lines):

diff -r d066d5778104 -r 22d33e039c2f ChangeLog
--- a/ChangeLog	Wed Feb 23 17:05:16 2011 +0000
+++ b/ChangeLog	Wed Feb 23 18:22:42 2011 +0100
@@ -1,3 +1,10 @@ 2011-02-23  Andrew John Hughes  <ahughes
+2011-02-23  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Renamed and moved patch.
+	* patches/com-sun-awt.patch: removed
+	* patches/openjdk/6663040-com.sun.awt.patch: added
+	Renamed and moved patch to proper location.
+
 2011-02-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* INSTALL: Mention --with-alt-jamvm-src-zip.
diff -r d066d5778104 -r 22d33e039c2f Makefile.am
--- a/Makefile.am	Wed Feb 23 17:05:16 2011 +0000
+++ b/Makefile.am	Wed Feb 23 18:22:42 2011 +0100
@@ -322,7 +322,7 @@ ICEDTEA_PATCHES = \
 	patches/pr633-no_javaws_man_page.patch \
 	patches/pr586-include_all_srcs.patch \
 	patches/jtreg-LastErrorString.patch \
-	patches/com-sun-awt.patch \
+	patches/openjdk/6663040-com.sun.awt.patch \
 	patches/openjdk/6775317-non-AA-simple-shape-performance.patch \
 	patches/openjdk/6766342-AA-simple-shape-performance.patch
 
diff -r d066d5778104 -r 22d33e039c2f patches/com-sun-awt.patch
--- a/patches/com-sun-awt.patch	Wed Feb 23 17:05:16 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
---- openjdk-old/langtools/src/share/classes/com/sun/tools/javac/resources/legacy.properties	2011-01-21 00:55:18.000000000 +0100
-+++ openjdk/langtools/src/share/classes/com/sun/tools/javac/resources/legacy.properties	2011-02-22 15:28:53.010912000 +0100
-@@ -24,6 +24,7 @@
- #
- 
- com.sun.accessibility.internal.resources = tiger legacy
-+com.sun.awt = tiger legacy
- com.sun.beans = tiger legacy
- com.sun.corba.se.impl.activation = tiger legacy
- com.sun.corba.se.impl.copyobject = tiger legacy
diff -r d066d5778104 -r 22d33e039c2f patches/openjdk/6663040-com.sun.awt.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/6663040-com.sun.awt.patch	Wed Feb 23 18:22:42 2011 +0100
@@ -0,0 +1,10 @@
+--- openjdk-old/langtools/src/share/classes/com/sun/tools/javac/resources/legacy.properties	2011-01-21 00:55:18.000000000 +0100
++++ openjdk/langtools/src/share/classes/com/sun/tools/javac/resources/legacy.properties	2011-02-22 15:28:53.010912000 +0100
+@@ -24,6 +24,7 @@
+ #
+ 
+ com.sun.accessibility.internal.resources = tiger legacy
++com.sun.awt = tiger legacy
+ com.sun.beans = tiger legacy
+ com.sun.corba.se.impl.activation = tiger legacy
+ com.sun.corba.se.impl.copyobject = tiger legacy



More information about the distro-pkg-dev mailing list