From b5d9609df5e2132ec5ad704141ac350ce9193dbd Mon Sep 17 00:00:00 2001 From: ser Date: Tue, 10 Jun 2003 01:44:55 +0000 Subject: Added the REXML files to the MANIFEST. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index f69aaab2a9..a12a114a65 100644 --- a/MANIFEST +++ b/MANIFEST @@ -253,6 +253,59 @@ lib/uri/https.rb lib/uri/ldap.rb lib/uri/mailto.rb lib/weakref.rb +lib/rexml/dtd/attlistdecl.rb +lib/rexml/dtd/dtd.rb +lib/rexml/dtd/elementdecl.rb +lib/rexml/dtd/entitydecl.rb +lib/rexml/dtd/notationdecl.rb +lib/rexml/attlistdecl.rb +lib/rexml/attribute.rb +lib/rexml/cdata.rb +lib/rexml/child.rb +lib/rexml/comment.rb +lib/rexml/doctype.rb +lib/rexml/document.rb +lib/rexml/element.rb +lib/rexml/encoding.rb +lib/rexml/entity.rb +lib/rexml/functions.rb +lib/rexml/instruction.rb +lib/rexml/namespace.rb +lib/rexml/node.rb +lib/rexml/output.rb +lib/rexml/parent.rb +lib/rexml/parseexception.rb +lib/rexml/quickpath.rb +lib/rexml/rexml.rb +lib/rexml/sax2listener.rb +lib/rexml/source.rb +lib/rexml/streamlistener.rb +lib/rexml/text.rb +lib/rexml/xmldecl.rb +lib/rexml/xmltokens.rb +lib/rexml/xpath.rb +lib/rexml/xpath_parser.rb +lib/rexml/encodings/EUC-JP.rb +lib/rexml/encodings/EUC-JP_decl.rb +lib/rexml/encodings/ISO-8859-1.rb +lib/rexml/encodings/ISO-8859-1_decl.rb +lib/rexml/encodings/Shift-JIS.rb +lib/rexml/encodings/Shift-JIS_decl.rb +lib/rexml/encodings/Shift_JIS.rb +lib/rexml/encodings/UNILE.rb +lib/rexml/encodings/UNILE_decl.rb +lib/rexml/encodings/US-ASCII.rb +lib/rexml/encodings/US-ASCII_decl.rb +lib/rexml/encodings/UTF-16.rb +lib/rexml/encodings/UTF-16_decl.rb +lib/rexml/light/node.rb +lib/rexml/parsers/baseparser.rb +lib/rexml/parsers/lightparser.rb +lib/rexml/parsers/pullparser.rb +lib/rexml/parsers/sax2parser.rb +lib/rexml/parsers/streamparser.rb +lib/rexml/parsers/ultralightparser.rb +lib/rexml/parsers/xpathparser.rb misc/README misc/inf-ruby.el misc/ruby-mode.el -- cgit v1.2.3