summaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-03 19:02:52 +0000
committerfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-03 19:02:52 +0000
commite21e3f751532cd6619d8c0c01fc909cb6e8b2b1e (patch)
treedde730c723e0db422a60f590dd281c52094af604 /libjava/Makefile.in
parentafdb41aba06d20221ee70d577bf11c1fc7517b02 (diff)
downloadgcc-e21e3f751532cd6619d8c0c01fc909cb6e8b2b1e.tar.gz
2007-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237304 * Makefile.in: Regenerate. * scripts/makemake.tcl (scan_directory): Treat default.css as a property file. * classpath/javax/swing/text/html/default.css: Move to... * classpath/resource/javax/swing/text/html/default.css: New file. * classpath/javax/swing/text/html/HTMLEditorKit.java (getStyleSheet): Throw RuntimeException when style loading fails. * sources.am (property_files): Add classpath/resource/javax/swing/text/html/default.css. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index b454a4ae7bc..369c1913222 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -7786,6 +7786,7 @@ property_files = \
classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties \
classpath/resource/java/util/iso4217.properties \
classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties \
+ classpath/resource/javax/swing/text/html/default.css \
classpath/resource/org/ietf/jgss/MessagesBundle.properties \
classpath/resource/sun/rmi/rmic/messages.properties \
classpath/resource/com/sun/tools/javac/messages.properties \