changeset 1299:fc5078fb4df1

2009-01-06 Omair Majid <omajid@redhat.com> * patches/icedtea-demo-swingapplet.patch: New file. * Makefile.am (ICEDTEA_PATCHES): Apply the above. * HACKING: Document the above.
author Omair Majid <omajid@redhat.com>
date Tue, 06 Jan 2009 17:30:41 -0500
parents 79f28ead8d7b
children f8d68d85e72e
files ChangeLog HACKING Makefile.am patches/icedtea-demo-swingapplet.patch
diffstat 4 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <omajid@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@redhat.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Fix bad checkin.
--- 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:
 
--- 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
--- /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)
+