/hg/icedtea6: PR1119: Remove com.sun.java.swing.plaf.nimbus.Nimb...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Sep 20 08:33:50 PDT 2012
changeset 36b093404170 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=36b093404170
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Sep 20 16:33:37 2012 +0100
PR1119: Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel from bootstrap classes. Unneeded.
2012-09-20 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_BOOTSTRAP_CLASSES):
Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel.
diffstat:
ChangeLog | 6 ++++++
Makefile.am | 1 -
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r c1c7d4617bea -r 36b093404170 ChangeLog
--- a/ChangeLog Wed Sep 19 23:24:23 2012 +0100
+++ b/ChangeLog Thu Sep 20 16:33:37 2012 +0100
@@ -1,3 +1,9 @@
+2012-09-20 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_BOOTSTRAP_CLASSES):
+ Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel.
+
2012-09-19 Andrew John Hughes <gnu.andrew at redhat.com>
PR1119: Only add classes to rt-source-files.txt if the class (or one or more of its methods/fields)
diff -r c1c7d4617bea -r 36b093404170 Makefile.am
--- a/Makefile.am Wed Sep 19 23:24:23 2012 +0100
+++ b/Makefile.am Thu Sep 20 16:33:37 2012 +0100
@@ -69,7 +69,6 @@
# PR54275 - sun.security.sasl requires missing Sasl.CREDENTIALS field
ICEDTEA_BOOTSTRAP_CLASSES = \
$(SHARE)/javax/management/StandardMBean.java \
- $(SHARE)/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java \
$(SHARE)/java/security/cert/X509CRLSelector.java \
$(SHARE)/java/security/cert/X509CertSelector.java \
$(SHARE)/javax/security/sasl/Sasl.java \
More information about the distro-pkg-dev
mailing list