/hg/icedtea6: Include NimbusLookAndFeel as one of the bootstrap ...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Aug 24 15:19:40 PDT 2010


changeset 6f017e9047ab in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6f017e9047ab
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Aug 24 23:19:33 2010 +0100

	Include NimbusLookAndFeel as one of the bootstrap classes to avoid
	conflicts with older versions in previous IcedTea6 releases.

	2010-08-24 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Compile NimbusLookAndFeel as a
	bootstrap class so the older version from IcedTea6 1.8 is
	not used when bootstrapping with it.


diffstat:

2 files changed, 8 insertions(+)
ChangeLog   |    7 +++++++
Makefile.am |    1 +

diffs (25 lines):

diff -r 518927fb2498 -r 6f017e9047ab ChangeLog
--- a/ChangeLog	Mon Aug 23 15:23:46 2010 -0400
+++ b/ChangeLog	Tue Aug 24 23:19:33 2010 +0100
@@ -1,3 +1,10 @@ 2010-08-23  Andrew Su  <asu at redhat.com>
+2010-08-24  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am: Compile NimbusLookAndFeel as a
+	bootstrap class so the older version from
+	IcedTea6 1.8 is not used when bootstrapping
+	with it.
+
 2010-08-23  Andrew Su  <asu at redhat.com>
 
 	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
diff -r 518927fb2498 -r 6f017e9047ab Makefile.am
--- a/Makefile.am	Mon Aug 23 15:23:46 2010 -0400
+++ b/Makefile.am	Tue Aug 24 23:19:33 2010 +0100
@@ -91,6 +91,7 @@ ICEDTEA_BOOTSTRAP_CLASSES = \
 ICEDTEA_BOOTSTRAP_CLASSES = \
 	$(SHARE)/javax/swing/plaf/basic/BasicDirectoryModel.java \
 	$(SHARE)/javax/management/StandardMBean.java \
+	$(SHARE)/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java \
 	$(NETX_BOOTSTRAP_CLASSES)
 
 # Flags



More information about the distro-pkg-dev mailing list