summaryrefslogtreecommitdiff
path: root/libjava/sources.am
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/sources.am
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/sources.am')
-rw-r--r--libjava/sources.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/sources.am b/libjava/sources.am
index de98ee6ce10..b02dfb709dc 100644
--- a/libjava/sources.am
+++ b/libjava/sources.am
@@ -9005,6 +9005,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 \