# HG changeset patch # User Omair Majid # Date 1231281041 18000 # Node ID fc5078fb4df1ce61d31c5f835a3cde6d3dd0b9cc # Parent 79f28ead8d7bb1827f37b944404f17a78c81f6a6 2009-01-06 Omair Majid * patches/icedtea-demo-swingapplet.patch: New file. * Makefile.am (ICEDTEA_PATCHES): Apply the above. * HACKING: Document the above. 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-06 Omair Majid + + * patches/icedtea-demo-swingapplet.patch: New file. + * Makefile.am (ICEDTEA_PATCHES): Apply the above. + * HACKING: Document the above. + 2009-01-05 Andrew Haley * 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 @@ * 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 @@ 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) +