changeset in /hg/icedtea6: 2009-01-06 Omair Majid <omajid at redh...

Omair Majid omajid at redhat.com
Tue Jan 6 14:31:42 PST 2009


changeset fc5078fb4df1 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=fc5078fb4df1
description:
	2009-01-06  Omair Majid  <omajid at redhat.com>

	    * patches/icedtea-demo-swingapplet.patch: New file.
	    * Makefile.am (ICEDTEA_PATCHES): Apply the above.
	    * HACKING: Document the above.

diffstat:

4 files changed, 20 insertions(+), 1 deletion(-)
ChangeLog                              |    6 ++++++
HACKING                                |    1 +
Makefile.am                            |    3 ++-
patches/icedtea-demo-swingapplet.patch |   11 +++++++++++

diffs (52 lines):

diff -r 79f28ead8d7b -r fc5078fb4df1 ChangeLog
--- a/ChangeLog	Mon Jan 05 11:42:35 2009 +0000
+++ b/ChangeLog	Tue Jan 06 17:30:41 2009 -0500
@@ -1,3 +1,9 @@ 2009-01-05  Andrew Haley  <aph at redhat.co
+2009-01-06  Omair Majid  <omajid at redhat.com>
+
+	* patches/icedtea-demo-swingapplet.patch: New file.
+	* Makefile.am (ICEDTEA_PATCHES): Apply the above.
+	* HACKING: Document the above.
+
 2009-01-05  Andrew Haley  <aph at redhat.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Fix bad checkin.
diff -r 79f28ead8d7b -r fc5078fb4df1 HACKING
--- a/HACKING	Mon Jan 05 11:42:35 2009 +0000
+++ b/HACKING	Tue Jan 06 17:30:41 2009 -0500
@@ -79,6 +79,7 @@ The following patches are currently appl
 * icedtea-io_util-overflow.patch: Replace some code to correctly handle overflows. (S6788196)
 * icedtea-cc-interp-jvmti.patch: Disable some JVMTI capabilities which are unsupported or do not work with the C++ interpreter.
 * icedtea-a11y-property-change.patch: Dont fire PropertyChangeEvent if the property hasnt changed.
+* icedtea-demo-swingapplet.patch: Add missing html file needed to run the demo.
 
 The following patches are only applied to OpenJDK6 in IcedTea6:
 
diff -r 79f28ead8d7b -r fc5078fb4df1 Makefile.am
--- a/Makefile.am	Mon Jan 05 11:42:35 2009 +0000
+++ b/Makefile.am	Tue Jan 06 17:30:41 2009 -0500
@@ -688,7 +688,8 @@ endif
 
 ICEDTEA_PATCHES += \
 	$(DISTRIBUTION_PATCHES) \
-	patches/icedtea-a11y-property-change.patch
+	patches/icedtea-a11y-property-change.patch \
+	patches/icedtea-demo-swingapplet.patch
 
 stamps/extract.stamp: stamps/download.stamp
 if OPENJDK_SRC_DIR_FOUND
diff -r 79f28ead8d7b -r fc5078fb4df1 patches/icedtea-demo-swingapplet.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-demo-swingapplet.patch	Tue Jan 06 17:30:41 2009 -0500
@@ -0,0 +1,11 @@
+--- openjdk/jdk/make/mkdemo/jfc/SwingApplet/Makefile.orig	2009-01-06 17:07:25.000000000 -0500
++++ openjdk/jdk/make/mkdemo/jfc/SwingApplet/Makefile	2009-01-06 16:47:28.000000000 -0500
+@@ -33,7 +33,7 @@
+ include $(BUILDDIR)/common/Defs.gmk
+ 
+ DEMO_ROOT       = $(SHARE_SRC)/demo/jfc/$(DEMONAME)
+-DEMO_TOPFILES   = ./README.txt
++DEMO_TOPFILES   = ./README.txt ./SwingApplet.html
+ DEMO_MAINCLASS  = $(DEMONAME)
+ DEMO_DESTDIR    = $(DEMODIR)/jfc/$(DEMONAME)
+ 



More information about the distro-pkg-dev mailing list