summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-07 01:42:06 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-07 01:42:06 +0000
commit5a1207beabc16abd4c23547ec1399305993a1386 (patch)
tree8bc10c63a8e83a1109a5212625bce68d23c42628
parent5dd84ed6f3085230636aab7ab642efa773796c81 (diff)
downloadruby-5a1207beabc16abd4c23547ec1399305993a1386.tar.gz
ruby-5a1207beabc16abd4c23547ec1399305993a1386.tar.xz
ruby-5a1207beabc16abd4c23547ec1399305993a1386.zip
* MANIFEST: add these files:
lib/rexml/validation/relaxng.rb lib/rexml/validation/validation.rb lib/rexml/validation/validationexception.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--MANIFEST5
1 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 79552dd91..5273b4c25 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -315,15 +315,18 @@ lib/rexml/parsers/lightparser.rb
lib/rexml/parsers/pullparser.rb
lib/rexml/parsers/sax2parser.rb
lib/rexml/parsers/streamparser.rb
+lib/rexml/parsers/treeparser.rb
lib/rexml/parsers/ultralightparser.rb
lib/rexml/parsers/xpathparser.rb
-lib/rexml/parsers/treeparser.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/validation/relaxng.rb
+lib/rexml/validation/validation.rb
+lib/rexml/validation/validationexception.rb
lib/rexml/xmldecl.rb
lib/rexml/xmltokens.rb
lib/rexml/xpath.rb