Skip to content

Commit

Permalink
updated Manifest.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mguterl committed Oct 2, 2008
1 parent 10006f4 commit 6935e55
Showing 1 changed file with 72 additions and 3 deletions.
75 changes: 72 additions & 3 deletions Manifest.txt
Expand Up @@ -2,10 +2,25 @@ History.txt
Manifest.txt
README.txt
Rakefile
bin/libxml-jruby
lib/libxml-jruby.rb
spec/libxml-jruby_spec.rb
spec/spec_helper.rb
lib/libxml-jruby/xml.rb
lib/libxml-jruby/xml/attr.rb
lib/libxml-jruby/xml/attributes.rb
lib/libxml-jruby/xml/document.rb
lib/libxml-jruby/xml/dtd.rb
lib/libxml-jruby/xml/node.rb
lib/libxml-jruby/xml/ns.rb
lib/libxml-jruby/xml/parser.rb
lib/libxml-jruby/xml/xpath.rb
lib/libxml.rb
lib/xml.rb
lib/xml/libxml.rb
script/benchmark/depixelate.rb
script/benchmark/hamlet.xml
script/benchmark/sock_entries.xml
script/benchmark/throughput.rb
script/benchmark/xml_benchmarks.rb
script/test
tasks/ann.rake
tasks/bones.rake
tasks/gem.rake
Expand All @@ -19,4 +34,58 @@ tasks/setup.rb
tasks/spec.rake
tasks/svn.rake
tasks/test.rake
test/etc_doc_to_s.rb
test/ets_copy_bug.rb
test/ets_copy_bug3.rb
test/ets_doc_file.rb
test/ets_doc_to_s.rb
test/ets_gpx.rb
test/ets_node_gc.rb
test/ets_test.xml
test/ets_tsr.rb
test/model/books.xml
test/model/default_validation_bug.rb
test/model/merge_bug_data.xml
test/model/rubynet.xml
test/model/rubynet_project
test/model/saxtest.xml
test/model/shiporder.rnc
test/model/shiporder.rng
test/model/shiporder.xml
test/model/shiporder.xsd
test/model/simple.xml
test/model/soap.xml
test/model/xinclude.xml
test/tc_attributes.rb
test/tc_deprecated_require.rb
test/tc_document.rb
test/tc_document_write.rb
test/tc_dtd.rb
test/tc_html_parser.rb
test/tc_node.rb
test/tc_node_attr.rb
test/tc_node_cdata.rb
test/tc_node_comment.rb
test/tc_node_copy.rb
test/tc_node_edit.rb
test/tc_node_set.rb
test/tc_node_set2.rb
test/tc_node_text.rb
test/tc_node_xlink.rb
test/tc_ns.rb
test/tc_parser.rb
test/tc_parser_context.rb
test/tc_properties.rb
test/tc_reader.rb
test/tc_relaxng.rb
test/tc_sax_parser.rb
test/tc_schema.rb
test/tc_traversal.rb
test/tc_well_formed.rb
test/tc_xinclude.rb
test/tc_xpath.rb
test/tc_xpath_context.rb
test/tc_xpointer.rb
test/test_libxml-jruby.rb
test/test_suite.rb
test/ts_working.rb

0 comments on commit 6935e55

Please sign in to comment.