diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 18:59:03 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 18:59:03 +0000 |
commit | 62878dd3165312e1d8c094292ce6de8b9cc9b913 (patch) | |
tree | f85d2d0733cebe1450a02f43c75af2758dec3062 /libjava/sources.am | |
parent | f3151bc5c29486eb5bfd612776fd7019033cda68 (diff) | |
download | gcc-62878dd3165312e1d8c094292ce6de8b9cc9b913.tar.gz |
* source.am, Makefile.in: Rebuilt.
* Makefile.am (property_files): Removed.
* scripts/makemake.tcl (properties_map): New global.
(properties_files): Likewise.
(emit_property_files): New proc.
(scan_packages): Scan META-INF.
Print property_files variable. Scan classpath/resource.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/sources.am')
-rw-r--r-- | libjava/sources.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libjava/sources.am b/libjava/sources.am index acee6ea96c0..c614c304bfe 100644 --- a/libjava/sources.am +++ b/libjava/sources.am @@ -8739,3 +8739,23 @@ bc_objects = \ org-relaxng.lo \ org-w3c.lo \ org-xml.lo + +property_files = \ + classpath/resource/gnu/classpath/tools/jarsigner/MessageBundle.properties \ + classpath/resource/gnu/classpath/tools/keytool/MessageBundle.properties \ + classpath/resource/gnu/java/awt/peer/gtk/font.properties \ + classpath/resource/gnu/javax/print/PrinterDialog.properties \ + classpath/resource/gnu/javax/print/PrinterDialog_de.properties \ + classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties \ + classpath/resource/gnu/regexp/MessagesBundle.properties \ + classpath/resource/gnu/regexp/MessagesBundle_fr.properties \ + classpath/resource/gnu/regexp/MessagesBundle_it.properties \ + classpath/resource/java/util/iso4217.properties \ + classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties \ + classpath/resource/org/ietf/jgss/MessagesBundle.properties \ + classpath/resource/META-INF/services/javax.sound.midi.spi.MidiDeviceProvider \ + classpath/resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactory \ + classpath/resource/META-INF/services/javax.xml.parsers.SAXParserFactory \ + classpath/resource/META-INF/services/javax.xml.parsers.TransformerFactory \ + classpath/resource/META-INF/services/org.relaxng.datatype.DatatypeLibraryFactory \ + classpath/resource/META-INF/services/org.xml.sax.driver |