summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-10 13:26:03 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-10 13:26:03 +0000
commit1f2d2603c7c20cba3de6de29715f44502a904f33 (patch)
treec139e1e4984c2ac58edf1181069d03f691d8c773
parente5cff158cf2bfd553227d5669f080e7c6d21c514 (diff)
downloadruby-1f2d2603c7c20cba3de6de29715f44502a904f33.tar.gz
ruby-1f2d2603c7c20cba3de6de29715f44502a904f33.tar.xz
ruby-1f2d2603c7c20cba3de6de29715f44502a904f33.zip
* MANIFEST: add these files:
lib/rexml/encodings/ICONV.rb lib/rexml/encodings/UTF-8.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 540ff09be..5ac9d8b5f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -235,12 +235,14 @@ lib/rexml/dtd/notationdecl.rb
lib/rexml/element.rb
lib/rexml/encoding.rb
lib/rexml/encodings/EUC-JP.rb
+lib/rexml/encodings/ICONV.rb
lib/rexml/encodings/ISO-8859-1.rb
lib/rexml/encodings/SHIFT-JIS.rb
lib/rexml/encodings/SHIFT_JIS.rb
lib/rexml/encodings/UNILE.rb
lib/rexml/encodings/US-ASCII.rb
lib/rexml/encodings/UTF-16.rb
+lib/rexml/encodings/UTF-8.rb
lib/rexml/entity.rb
lib/rexml/functions.rb
lib/rexml/instruction.rb