From 693a26ac7437a41f493e2e8e3a17cd33600569a0 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 28 Jan 2004 03:50:41 +0000 Subject: * add lib/rss file entries to MANIFEST. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/MANIFEST b/MANIFEST index 330aeabd17..3e2b6d5d52 100644 --- a/MANIFEST +++ b/MANIFEST @@ -327,6 +327,21 @@ lib/rexml/xpath_parser.rb lib/rinda/rinda.rb lib/rinda/ring.rb lib/rinda/tuplespace.rb +lib/rss/0.9.rb +lib/rss/1.0.rb +lib/rss/2.0.rb +lib/rss/content.rb +lib/rss/converter.rb +lib/rss/dublincore.rb +lib/rss/parser.rb +lib/rss/rexmlparser.rb +lib/rss/rss.rb +lib/rss/syndication.rb +lib/rss/taxonomy.rb +lib/rss/trackback.rb +lib/rss/utils.rb +lib/rss/xmlparser.rb +lib/rss/xmlscanner.rb lib/rubyunit.rb lib/runit/assert.rb lib/runit/cui/testrunner.rb @@ -647,6 +662,26 @@ sample/soap/icd/IICD.rb sample/soap/icd/icd.rb sample/soap/raa/iRAA.rb sample/soap/raa/soap4r.rb +sample/rss/articles.rss +sample/rss/content.xml +sample/rss/index.rdf.ja +sample/rss/list_description.rb +sample/rss/news.rss +sample/rss/php.rss +sample/rss/raa-rdf10.xml +sample/rss/rnn.rdf +sample/rss/rss.xml +sample/rss/rss2dc.xml +sample/rss/rssMarkPilgrimExample.xml +sample/rss/rssTwoExample.xml +sample/rss/rss_recent.rb +sample/rss/sampleRss.xml +sample/rss/slashdot.rdf +sample/rss/slashdotorg.rdf +sample/rss/tdiary_plugin +sample/rss/tdiary_plugin/rss-recent.rb +sample/rss/w3c.rdf +sample/rss/wiliki.rss sample/soap/sampleStruct/client.rb sample/soap/sampleStruct/httpd.rb sample/soap/sampleStruct/iSampleStruct.rb @@ -716,6 +751,17 @@ test/optparse/test_optparse.rb test/optparse/test_placearg.rb test/optparse/test_reqarg.rb test/ostruct/test_ostruct.rb +test/rss/common.rb +test/rss/each_parser.rb +test/rss/my-assertions.rb +test/rss/test.rb +test/rss/test_1.0.rb +test/rss/test_accessor.rb +test/rss/test_content.rb +test/rss/test_dublincore.rb +test/rss/test_parser.rb +test/rss/test_syndication.rb +test/rss/test_trackback.rb test/ruby/beginmainend.rb test/ruby/endblockwarn.rb test/ruby/envutil.rb -- cgit v1.2.3