diff options
author | Gary Benson <gbenson@redhat.com> | 2007-03-07 15:31:07 +0000 |
---|---|---|
committer | Gary Benson <gary@gcc.gnu.org> | 2007-03-07 15:31:07 +0000 |
commit | 749827a63b1de3dbc215a99f52dcf0015c4c219c (patch) | |
tree | fd58d4afc968eff095cc4a5735b1ac629bee4f08 /libjava/classpath | |
parent | 1801265033a85812bae11961c3595dfc8b8b1de1 (diff) | |
download | gcc-749827a63b1de3dbc215a99f52dcf0015c4c219c.zip gcc-749827a63b1de3dbc215a99f52dcf0015c4c219c.tar.gz gcc-749827a63b1de3dbc215a99f52dcf0015c4c219c.tar.bz2 |
org.w3c.dom.DOMImplementationSourceList: New file.
2007-03-07 Gary Benson <gbenson@redhat.com>
* resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
New file.
2007-03-07 Gary Benson <gbenson@redhat.com>
* sources.am, Makefile.in: Rebuilt.
From-SVN: r122661
Diffstat (limited to 'libjava/classpath')
-rw-r--r-- | libjava/classpath/ChangeLog.gcj | 5 | ||||
-rw-r--r-- | libjava/classpath/resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 8088122..e5af879 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,3 +1,8 @@ +2007-03-07 Gary Benson <gbenson@redhat.com> + + * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList: + New file. + 2007-03-06 Matthias Klose <doko@ubuntu.com> * doc/Makefile.am(gkeytool.pod): Don't use sed -i. diff --git a/libjava/classpath/resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList b/libjava/classpath/resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList new file mode 100644 index 0000000..bb17a17 --- /dev/null +++ b/libjava/classpath/resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList @@ -0,0 +1 @@ +gnu.xml.dom.ImplementationSource |