Makefile.am: New file.
* external/w3c_dom/Makefile.am: New file. * external/w3c_dom/Makefile.in: New file. * external/sax/Makefile.am: New file. * external/sax/Makefile.in: New file. * external/Makefile.in: New file. * external/Makefile.am: New file. * external/README: New file from Classpath. * configure, aclocal.m4, Makefile.in: Rebuilt. * configure.ac (AC_CONFIG_FILES): Create new Makefiles. * Makefile.am (SUBDIRS): Added external. (toolexeclib_LTLIBRARIES): Removed lib-org-xml-sax.la, lib-org-w3c-dom.la, lib-org-ietf-gss.la. (BOOTCLASSPATH): New variable. (AM_GCJFLAGS): Use it. (gnu_xml_source_files): New variable. (libgcj_la_SOURCES): Use it. (libgcj_la_LDADD): Include new convenience libraries. (lib_org_ietf_jgss_la_SOURCES): Removed. (lib_org_ietf_jgss_la_DEPENDENCIES): Likewise. (lib_org_ietf_jgss_la_LIBADD): Likewise. (lib_org_w3c_dom_la_SOURCES): Removed. (lib_org_w3c_dom_la_DEPENDENCIES): Likewise. (lib_org_w3c_dom_la_LIBADD): Likewise. (lib_org_xml_sax_la_SOURCES): Removed. (lib_org_xml_sax_la_DEPENDENCIES): Likewise. (lib_org_xml_sax_la_LIBADD): Likewise. (all_java_source_files): Updated. (property_files): Likewise. (libgcj-@gcc_version@.jar): Include classes from external/. (javax_source_files): Updated. (ordinary_java_source_files): Updated. * javax/xml/XMLConstants.java, javax/xml/datatype/DatatypeConfigurationException.java, javax/xml/datatype/DatatypeConstants.java, javax/xml/datatype/DatatypeFactory.java, javax/xml/datatype/Duration.java, javax/xml/datatype/XMLGregorianCalendar.java, javax/xml/datatype/package.html, javax/xml/namespace/NamespaceContext.java, javax/xml/namespace/QName.java, javax/xml/namespace/package.html, javax/xml/parsers/DocumentBuilder.java, javax/xml/parsers/DocumentBuilderFactory.java, javax/xml/parsers/FactoryConfigurationError.java, javax/xml/parsers/ParserConfigurationException.java, javax/xml/parsers/SAXParser.java, javax/xml/parsers/SAXParserFactory.java, javax/xml/parsers/package.html, javax/xml/transform/ErrorListener.java, javax/xml/transform/OutputKeys.java, javax/xml/transform/Result.java, javax/xml/transform/Source.java, javax/xml/transform/SourceLocator.java, javax/xml/transform/Templates.java, javax/xml/transform/Transformer.java, javax/xml/transform/TransformerConfigurationException.java, javax/xml/transform/TransformerException.java, javax/xml/transform/TransformerFactory.java, javax/xml/transform/TransformerFactoryConfigurationError.java, javax/xml/transform/URIResolver.java, javax/xml/transform/package.html, javax/xml/transform/dom/DOMLocator.java, javax/xml/transform/dom/DOMResult.java, javax/xml/transform/dom/DOMSource.java, javax/xml/transform/dom/package.html, javax/xml/transform/sax/SAXResult.java, javax/xml/transform/sax/SAXSource.java, javax/xml/transform/sax/SAXTransformerFactory.java, javax/xml/transform/sax/TemplatesHandler.java, javax/xml/transform/sax/TransformerHandler.java, javax/xml/transform/sax/package.html, javax/xml/transform/stream/StreamResult.java, javax/xml/transform/stream/StreamSource.java, javax/xml/transform/stream/package.html, javax/xml/validation/Schema.java, javax/xml/validation/SchemaFactory.java, javax/xml/validation/TypeInfoProvider.java, javax/xml/validation/Validator.java, javax/xml/validation/ValidatorHandler.java, javax/xml/validation/package.html, javax/xml/xpath/XPath.java, javax/xml/xpath/XPathConstants.java, javax/xml/xpath/XPathException.java, javax/xml/xpath/XPathExpression.java, javax/xml/xpath/XPathExpressionException.java, javax/xml/xpath/XPathFactory.java, javax/xml/xpath/XPathFactoryConfigurationException.java, javax/xml/xpath/XPathFunction.java, javax/xml/xpath/XPathFunctionException.java, javax/xml/xpath/XPathFunctionResolver.java, javax/xml/xpath/XPathVariableResolver.java, javax/xml/xpath/package.html: New files, from GNU JAXP. * org/w3c/dom/Attr.java, org/w3c/dom/CDATASection.java, org/w3c/dom/CharacterData.java, org/w3c/dom/Comment.java, org/w3c/dom/DOMException.java, org/w3c/dom/DOMImplementation.java, org/w3c/dom/Document.java, org/w3c/dom/DocumentFragment.java, org/w3c/dom/DocumentType.java, org/w3c/dom/Element.java, org/w3c/dom/Entity.java, org/w3c/dom/EntityReference.java, org/w3c/dom/NamedNodeMap.java, org/w3c/dom/Node.java, org/w3c/dom/NodeList.java, org/w3c/dom/Notation.java, org/w3c/dom/ProcessingInstruction.java, org/w3c/dom/Text.java, org/w3c/dom/ranges/DocumentRange.java, org/w3c/dom/ranges/Range.java, org/w3c/dom/ranges/RangeException.java, org/w3c/dom/traversal/DocumentTraversal.java, org/w3c/dom/traversal/NodeFilter.java, org/w3c/dom/traversal/NodeIterator.java, org/w3c/dom/traversal/TreeWalker.java, org/xml/sax/AttributeList.java, org/xml/sax/Attributes.java, org/xml/sax/ContentHandler.java, org/xml/sax/DTDHandler.java, org/xml/sax/DocumentHandler.java, org/xml/sax/EntityResolver.java, org/xml/sax/ErrorHandler.java, org/xml/sax/HandlerBase.java, org/xml/sax/InputSource.java, org/xml/sax/Locator.java, org/xml/sax/Parser.java, org/xml/sax/SAXException.java, org/xml/sax/SAXNotRecognizedException.java, org/xml/sax/SAXNotSupportedException.java, org/xml/sax/SAXParseException.java, org/xml/sax/XMLFilter.java, org/xml/sax/XMLReader.java, org/xml/sax/package.html, org/xml/sax/ext/DeclHandler.java, org/xml/sax/ext/LexicalHandler.java, org/xml/sax/ext/package.html, org/xml/sax/helpers/AttributeListImpl.java, org/xml/sax/helpers/AttributesImpl.java, org/xml/sax/helpers/DefaultHandler.java, org/xml/sax/helpers/LocatorImpl.java, org/xml/sax/helpers/NamespaceSupport.java, org/xml/sax/helpers/NewInstance.java, org/xml/sax/helpers/ParserAdapter.java, org/xml/sax/helpers/ParserFactory.java, org/xml/sax/helpers/XMLFilterImpl.java, org/xml/sax/helpers/XMLReaderAdapter.java, org/xml/sax/helpers/XMLReaderFactory.java, org/xml/sax/helpers/package.html: Moved to external/. * external/sax/README, external/sax/org/xml/sax/AttributeList.java, external/sax/org/xml/sax/Attributes.java, external/sax/org/xml/sax/ContentHandler.java, external/sax/org/xml/sax/DTDHandler.java, external/sax/org/xml/sax/DocumentHandler.java, external/sax/org/xml/sax/EntityResolver.java, external/sax/org/xml/sax/ErrorHandler.java, external/sax/org/xml/sax/HandlerBase.java, external/sax/org/xml/sax/InputSource.java, external/sax/org/xml/sax/Locator.java, external/sax/org/xml/sax/Parser.java, external/sax/org/xml/sax/SAXException.java, external/sax/org/xml/sax/SAXNotRecognizedException.java, external/sax/org/xml/sax/SAXNotSupportedException.java, external/sax/org/xml/sax/SAXParseException.java, external/sax/org/xml/sax/XMLFilter.java, external/sax/org/xml/sax/XMLReader.java, external/sax/org/xml/sax/package.html, external/sax/org/xml/sax/ext/Attributes2.java, external/sax/org/xml/sax/ext/Attributes2Impl.java, external/sax/org/xml/sax/ext/DeclHandler.java, external/sax/org/xml/sax/ext/DefaultHandler2.java, external/sax/org/xml/sax/ext/EntityResolver2.java, external/sax/org/xml/sax/ext/LexicalHandler.java, external/sax/org/xml/sax/ext/Locator2.java, external/sax/org/xml/sax/ext/Locator2Impl.java, external/sax/org/xml/sax/ext/package.html, external/sax/org/xml/sax/helpers/AttributeListImpl.java, external/sax/org/xml/sax/helpers/AttributesImpl.java, external/sax/org/xml/sax/helpers/DefaultHandler.java, external/sax/org/xml/sax/helpers/LocatorImpl.java, external/sax/org/xml/sax/helpers/NamespaceSupport.java, external/sax/org/xml/sax/helpers/NewInstance.java, external/sax/org/xml/sax/helpers/ParserAdapter.java, external/sax/org/xml/sax/helpers/ParserFactory.java, external/sax/org/xml/sax/helpers/XMLFilterImpl.java, external/sax/org/xml/sax/helpers/XMLReaderAdapter.java, external/sax/org/xml/sax/helpers/XMLReaderFactory.java, external/sax/org/xml/sax/helpers/package.html, external/w3c_dom/COPYRIGHT.html, external/w3c_dom/README, external/w3c_dom/org/w3c/dom/Attr.java, external/w3c_dom/org/w3c/dom/CDATASection.java, external/w3c_dom/org/w3c/dom/CharacterData.java, external/w3c_dom/org/w3c/dom/Comment.java, external/w3c_dom/org/w3c/dom/DOMConfiguration.java, external/w3c_dom/org/w3c/dom/DOMError.java, external/w3c_dom/org/w3c/dom/DOMErrorHandler.java, external/w3c_dom/org/w3c/dom/DOMException.java, external/w3c_dom/org/w3c/dom/DOMImplementation.java, external/w3c_dom/org/w3c/dom/DOMImplementationList.java, external/w3c_dom/org/w3c/dom/DOMImplementationSource.java, external/w3c_dom/org/w3c/dom/DOMLocator.java, external/w3c_dom/org/w3c/dom/DOMStringList.java, external/w3c_dom/org/w3c/dom/Document.java, external/w3c_dom/org/w3c/dom/DocumentFragment.java, external/w3c_dom/org/w3c/dom/DocumentType.java, external/w3c_dom/org/w3c/dom/Element.java, external/w3c_dom/org/w3c/dom/Entity.java, external/w3c_dom/org/w3c/dom/EntityReference.java, external/w3c_dom/org/w3c/dom/NameList.java, external/w3c_dom/org/w3c/dom/NamedNodeMap.java, external/w3c_dom/org/w3c/dom/Node.java, external/w3c_dom/org/w3c/dom/NodeList.java, external/w3c_dom/org/w3c/dom/Notation.java, external/w3c_dom/org/w3c/dom/ProcessingInstruction.java, external/w3c_dom/org/w3c/dom/Text.java, external/w3c_dom/org/w3c/dom/TypeInfo.java, external/w3c_dom/org/w3c/dom/UserDataHandler.java, external/w3c_dom/org/w3c/dom/bootstrap/DOMImplementationRegistry.java, external/w3c_dom/org/w3c/dom/css/CSS2Properties.java, external/w3c_dom/org/w3c/dom/css/CSSCharsetRule.java, external/w3c_dom/org/w3c/dom/css/CSSFontFaceRule.java, external/w3c_dom/org/w3c/dom/css/CSSImportRule.java, external/w3c_dom/org/w3c/dom/css/CSSMediaRule.java, external/w3c_dom/org/w3c/dom/css/CSSPageRule.java, external/w3c_dom/org/w3c/dom/css/CSSPrimitiveValue.java, external/w3c_dom/org/w3c/dom/css/CSSRule.java, external/w3c_dom/org/w3c/dom/css/CSSRuleList.java, external/w3c_dom/org/w3c/dom/css/CSSStyleDeclaration.java, external/w3c_dom/org/w3c/dom/css/CSSStyleRule.java, external/w3c_dom/org/w3c/dom/css/CSSStyleSheet.java, external/w3c_dom/org/w3c/dom/css/CSSUnknownRule.java, external/w3c_dom/org/w3c/dom/css/CSSValue.java, external/w3c_dom/org/w3c/dom/css/CSSValueList.java, external/w3c_dom/org/w3c/dom/css/Counter.java, external/w3c_dom/org/w3c/dom/css/DOMImplementationCSS.java, external/w3c_dom/org/w3c/dom/css/DocumentCSS.java, external/w3c_dom/org/w3c/dom/css/ElementCSSInlineStyle.java, external/w3c_dom/org/w3c/dom/css/RGBColor.java, external/w3c_dom/org/w3c/dom/css/Rect.java, external/w3c_dom/org/w3c/dom/css/ViewCSS.java, external/w3c_dom/org/w3c/dom/events/DocumentEvent.java, external/w3c_dom/org/w3c/dom/events/Event.java, external/w3c_dom/org/w3c/dom/events/EventException.java, external/w3c_dom/org/w3c/dom/events/EventListener.java, external/w3c_dom/org/w3c/dom/events/EventTarget.java, external/w3c_dom/org/w3c/dom/events/MouseEvent.java, external/w3c_dom/org/w3c/dom/events/MutationEvent.java, external/w3c_dom/org/w3c/dom/events/UIEvent.java, external/w3c_dom/org/w3c/dom/html2/HTMLAnchorElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLAppletElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLAreaElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLBRElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLBaseElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLBodyElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLButtonElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLCollection.java, external/w3c_dom/org/w3c/dom/html2/HTMLDListElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLDirectoryElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLDivElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLDocument.java, external/w3c_dom/org/w3c/dom/html2/HTMLElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLFieldSetElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLFontElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLFormElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLFrameElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLFrameSetElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLHRElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLHeadElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLHeadingElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLHtmlElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLIFrameElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLImageElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLInputElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLIsIndexElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLLIElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLLabelElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLLegendElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLLinkElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLMapElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLMenuElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLMetaElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLModElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLOListElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLObjectElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLOptGroupElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLOptionElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLOptionsCollection.java, external/w3c_dom/org/w3c/dom/html2/HTMLParagraphElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLParamElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLPreElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLQuoteElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLScriptElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLSelectElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLStyleElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTableCaptionElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTableCellElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTableColElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTableElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTableRowElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTableSectionElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTextAreaElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLTitleElement.java, external/w3c_dom/org/w3c/dom/html2/HTMLUListElement.java, external/w3c_dom/org/w3c/dom/ls/DOMImplementationLS.java, external/w3c_dom/org/w3c/dom/ls/LSException.java, external/w3c_dom/org/w3c/dom/ls/LSInput.java, external/w3c_dom/org/w3c/dom/ls/LSLoadEvent.java, external/w3c_dom/org/w3c/dom/ls/LSOutput.java, external/w3c_dom/org/w3c/dom/ls/LSParser.java, external/w3c_dom/org/w3c/dom/ls/LSParserFilter.java, external/w3c_dom/org/w3c/dom/ls/LSProgressEvent.java, external/w3c_dom/org/w3c/dom/ls/LSResourceResolver.java, external/w3c_dom/org/w3c/dom/ls/LSSerializer.java, external/w3c_dom/org/w3c/dom/ls/LSSerializerFilter.java, external/w3c_dom/org/w3c/dom/ranges/DocumentRange.java, external/w3c_dom/org/w3c/dom/ranges/Range.java, external/w3c_dom/org/w3c/dom/ranges/RangeException.java, external/w3c_dom/org/w3c/dom/stylesheets/DocumentStyle.java, external/w3c_dom/org/w3c/dom/stylesheets/LinkStyle.java, external/w3c_dom/org/w3c/dom/stylesheets/MediaList.java, external/w3c_dom/org/w3c/dom/stylesheets/StyleSheet.java, external/w3c_dom/org/w3c/dom/stylesheets/StyleSheetList.java, external/w3c_dom/org/w3c/dom/traversal/DocumentTraversal.java, external/w3c_dom/org/w3c/dom/traversal/NodeFilter.java, external/w3c_dom/org/w3c/dom/traversal/NodeIterator.java, external/w3c_dom/org/w3c/dom/traversal/TreeWalker.java, external/w3c_dom/org/w3c/dom/views/AbstractView.java, external/w3c_dom/org/w3c/dom/views/DocumentView.java, external/w3c_dom/org/w3c/dom/xpath/XPathEvaluator.java, external/w3c_dom/org/w3c/dom/xpath/XPathException.java, external/w3c_dom/org/w3c/dom/xpath/XPathExpression.java, external/w3c_dom/org/w3c/dom/xpath/XPathNSResolver.java, external/w3c_dom/org/w3c/dom/xpath/XPathNamespace.java, external/w3c_dom/org/w3c/dom/xpath/XPathResult.java: New files from Classpath. From-SVN: r94577
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libjava/external/Makefile.am
0 → 100644
libjava/external/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/external/README
0 → 100644
libjava/external/sax/Makefile.am
0 → 100644
libjava/external/sax/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/external/sax/README
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/external/w3c_dom/COPYRIGHT.html
0 → 100644
libjava/external/w3c_dom/Makefile.am
0 → 100644
libjava/external/w3c_dom/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/external/w3c_dom/README
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/aelfred2/JAXPFactory.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/aelfred2/SAXDriver.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/aelfred2/XmlParser.java
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libjava/gnu/xml/aelfred2/XmlReader.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/aelfred2/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/Consumer.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DTDElementTypeInfo.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomAttr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomCDATA.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomCharacterData.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomComment.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomDoctype.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomDocument.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomDocumentBuilder.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomElement.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomEntity.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomEntityReference.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomEvent.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomEx.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomExtern.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomFragment.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomImpl.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomIterator.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomNamedNodeMap.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomNodeIterator.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomNotation.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomNsNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomPI.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomText.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomXPathExpression.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomXPathNSResolver.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/DomXPathResult.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ImplementationList.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/JAXPFactory.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ls/DomLSEx.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ls/DomLSInput.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ls/DomLSOutput.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ls/DomLSParser.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ls/DomLSSerializer.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/ls/SAXEventSink.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/dom/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/CallFilter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/DomConsumer.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/EventConsumer.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/EventFilter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/LinkFilter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/NSFilter.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/TeeConsumer.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/TextConsumer.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/XIncludeFilter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/XsltFilter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/pipeline/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/AttributeNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/AttributeSet.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/Bindings.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/ChooseNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/CommentNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/CopyNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/CopyOfNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/ElementNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/ForEachNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/IfNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/Key.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/KeyFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/LiteralNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/MessageNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/NumberNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/OtherwiseNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/ParameterNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/SAXSerializer.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/SortKey.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/Stylesheet.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/Template.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/TemplateNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/TemplatesImpl.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/TextNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/ValueOfNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/WhenNode.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/WithParam.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/XSLComparator.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/transform/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/DoParse.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/DomParser.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/Resolver.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/XCat.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/XHTMLWriter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/XMLWriter.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/util/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/AndExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/ArithmeticExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/BooleanFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/CeilingFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/ConcatFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Constant.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/ContainsFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/CountFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/EqualityExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Expr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/FalseFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/FloorFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Function.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/FunctionCall.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/IdFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/LangFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/LastFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/LocalNameFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NameFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NameTest.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NamespaceTest.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NegativeExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NodeTypeTest.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NotFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/NumberFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/OrExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/ParenthesizedExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Path.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Pattern.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/PositionFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Predicate.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/RelationalExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Root.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/RoundFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Selector.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Steps.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/StringFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/SubstringFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/SumFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/Test.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/TranslateFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/TrueFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/UnionExpr.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/VariableReference.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/XPathFactoryImpl.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/XPathImpl.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/XPathParser.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/XPathParser.y
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/gnu/xml/xpath/XPathTokenizer.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/XMLConstants.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/datatype/Duration.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/datatype/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/namespace/QName.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/namespace/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/parsers/SAXParser.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/parsers/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/OutputKeys.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/Result.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/Source.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/Templates.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/Transformer.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/URIResolver.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/dom/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/transform/sax/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/validation/Schema.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/validation/Validator.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/validation/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/XPath.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/XPathConstants.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/XPathException.java
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/XPathExpression.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/XPathFactory.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/XPathFunction.java
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/javax/xml/xpath/package.html
0 → 100644
This diff is collapsed.
Click to expand it.
libjava/org/w3c/dom/Attr.java
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/org/w3c/dom/Document.java
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
libjava/org/w3c/dom/Element.java
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
libjava/org/w3c/dom/Entity.java
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libjava/org/w3c/dom/Node.java
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
libjava/org/w3c/dom/Text.java
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment