forked from valeriusjames/libxml-jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Manifest.txt
91 lines (91 loc) · 1.91 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
History.txt
Manifest.txt
README.txt
Rakefile
lib/libxml-jruby.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
tasks/git.rake
tasks/manifest.rake
tasks/notes.rake
tasks/post_load.rake
tasks/rdoc.rake
tasks/rubyforge.rake
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