mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* add lib/rss file entries to MANIFEST.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8640f16308
commit
693a26ac74
1 changed files with 46 additions and 0 deletions
46
MANIFEST
46
MANIFEST
|
@ -327,6 +327,21 @@ lib/rexml/xpath_parser.rb
|
||||||
lib/rinda/rinda.rb
|
lib/rinda/rinda.rb
|
||||||
lib/rinda/ring.rb
|
lib/rinda/ring.rb
|
||||||
lib/rinda/tuplespace.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/rubyunit.rb
|
||||||
lib/runit/assert.rb
|
lib/runit/assert.rb
|
||||||
lib/runit/cui/testrunner.rb
|
lib/runit/cui/testrunner.rb
|
||||||
|
@ -647,6 +662,26 @@ sample/soap/icd/IICD.rb
|
||||||
sample/soap/icd/icd.rb
|
sample/soap/icd/icd.rb
|
||||||
sample/soap/raa/iRAA.rb
|
sample/soap/raa/iRAA.rb
|
||||||
sample/soap/raa/soap4r.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/client.rb
|
||||||
sample/soap/sampleStruct/httpd.rb
|
sample/soap/sampleStruct/httpd.rb
|
||||||
sample/soap/sampleStruct/iSampleStruct.rb
|
sample/soap/sampleStruct/iSampleStruct.rb
|
||||||
|
@ -716,6 +751,17 @@ test/optparse/test_optparse.rb
|
||||||
test/optparse/test_placearg.rb
|
test/optparse/test_placearg.rb
|
||||||
test/optparse/test_reqarg.rb
|
test/optparse/test_reqarg.rb
|
||||||
test/ostruct/test_ostruct.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/beginmainend.rb
|
||||||
test/ruby/endblockwarn.rb
|
test/ruby/endblockwarn.rb
|
||||||
test/ruby/envutil.rb
|
test/ruby/envutil.rb
|
||||||
|
|
Loading…
Reference in a new issue