From 7515ca9a0623ac6e4af6b087835941be8c4e9a67 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 21 Mar 2004 10:08:44 +0000 Subject: [PATCH] MANIFEST: Added files: ruby/lib/rss: xml-stylesheet.rb ruby/test/rss: test_xml-stylesheet.rb rss-assertions.rb rss-testcase.rb Removed files: ruby/test/rss: common.rb my-assertions.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index 88a28d207f..ac8eecf73f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -359,6 +359,7 @@ lib/rss/syndication.rb lib/rss/taxonomy.rb lib/rss/trackback.rb lib/rss/utils.rb +lib/rss/xml-stylesheet.rb lib/rss/xmlparser.rb lib/rss/xmlscanner.rb lib/rubyunit.rb @@ -803,8 +804,8 @@ test/optparse/test_placearg.rb test/optparse/test_reqarg.rb test/ostruct/test_ostruct.rb test/rinda/test_rinda.rb -test/rss/common.rb -test/rss/my-assertions.rb +test/rss/rss-assertions.rb +test/rss/rss-testcase.rb test/rss/test_1.0.rb test/rss/test_accessor.rb test/rss/test_content.rb @@ -812,6 +813,7 @@ test/rss/test_dublincore.rb test/rss/test_parser.rb test/rss/test_syndication.rb test/rss/test_trackback.rb +test/rss/test_xml-stylesheet.rb test/ruby/beginmainend.rb test/ruby/endblockwarn.rb test/ruby/envutil.rb