mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* MANIFEST: added soap files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
df731e37a1
commit
b7aacc5b69
1 changed files with 90 additions and 16 deletions
106
MANIFEST
106
MANIFEST
|
@ -309,17 +309,17 @@ lib/rexml/dtd/entitydecl.rb
|
|||
lib/rexml/dtd/notationdecl.rb
|
||||
lib/rexml/element.rb
|
||||
lib/rexml/encoding.rb
|
||||
lib/rexml/encodings/CP-1252.rb
|
||||
lib/rexml/encodings/EUC-JP.rb
|
||||
lib/rexml/encodings/ICONV.rb
|
||||
lib/rexml/encodings/ISO-8859-1.rb
|
||||
lib/rexml/encodings/ISO-8859-15.rb
|
||||
lib/rexml/encodings/SHIFT-JIS.rb
|
||||
lib/rexml/encodings/SHIFT_JIS.rb
|
||||
lib/rexml/encodings/UNILE.rb
|
||||
lib/rexml/encodings/US-ASCII.rb
|
||||
lib/rexml/encodings/UTF-16.rb
|
||||
lib/rexml/encodings/UTF-8.rb
|
||||
lib/rexml/encodings/ISO-8859-15.rb
|
||||
lib/rexml/encodings/CP-1252.rb
|
||||
lib/rexml/entity.rb
|
||||
lib/rexml/functions.rb
|
||||
lib/rexml/instruction.rb
|
||||
|
@ -333,8 +333,8 @@ lib/rexml/parsers/baseparser.rb
|
|||
lib/rexml/parsers/lightparser.rb
|
||||
lib/rexml/parsers/pullparser.rb
|
||||
lib/rexml/parsers/sax2parser.rb
|
||||
lib/rexml/parsers/treeparser.rb
|
||||
lib/rexml/parsers/streamparser.rb
|
||||
lib/rexml/parsers/treeparser.rb
|
||||
lib/rexml/parsers/ultralightparser.rb
|
||||
lib/rexml/parsers/xpathparser.rb
|
||||
lib/rexml/quickpath.rb
|
||||
|
@ -394,6 +394,9 @@ lib/soap/encodingstyle/handler.rb
|
|||
lib/soap/encodingstyle/literalHandler.rb
|
||||
lib/soap/encodingstyle/soapHandler.rb
|
||||
lib/soap/generator.rb
|
||||
lib/soap/header/handler.rb
|
||||
lib/soap/header/handlerset.rb
|
||||
lib/soap/header/simplehandler.rb
|
||||
lib/soap/mapping.rb
|
||||
lib/soap/mapping/factory.rb
|
||||
lib/soap/mapping/mapping.rb
|
||||
|
@ -410,6 +413,7 @@ lib/soap/property.rb
|
|||
lib/soap/rpc/cgistub.rb
|
||||
lib/soap/rpc/driver.rb
|
||||
lib/soap/rpc/element.rb
|
||||
lib/soap/rpc/httpserver.rb
|
||||
lib/soap/rpc/proxy.rb
|
||||
lib/soap/rpc/router.rb
|
||||
lib/soap/rpc/rpc.rb
|
||||
|
@ -513,13 +517,22 @@ lib/wsdl/service.rb
|
|||
lib/wsdl/soap/address.rb
|
||||
lib/wsdl/soap/binding.rb
|
||||
lib/wsdl/soap/body.rb
|
||||
lib/wsdl/soap/cgiStubCreator.rb
|
||||
lib/wsdl/soap/classDefCreator.rb
|
||||
lib/wsdl/soap/classDefCreatorSupport.rb
|
||||
lib/wsdl/soap/clientSkeltonCreator.rb
|
||||
lib/wsdl/soap/complexType.rb
|
||||
lib/wsdl/soap/data.rb
|
||||
lib/wsdl/soap/definitions.rb
|
||||
lib/wsdl/soap/driverCreator.rb
|
||||
lib/wsdl/soap/fault.rb
|
||||
lib/wsdl/soap/header.rb
|
||||
lib/wsdl/soap/headerfault.rb
|
||||
lib/wsdl/soap/mappingRegistryCreator.rb
|
||||
lib/wsdl/soap/methodDefCreator.rb
|
||||
lib/wsdl/soap/operation.rb
|
||||
lib/wsdl/soap/servantSkeltonCreator.rb
|
||||
lib/wsdl/soap/standaloneServerStubCreator.rb
|
||||
lib/wsdl/types.rb
|
||||
lib/wsdl/wsdl.rb
|
||||
lib/wsdl/xmlSchema/all.rb
|
||||
|
@ -531,10 +544,13 @@ lib/wsdl/xmlSchema/complexType.rb
|
|||
lib/wsdl/xmlSchema/content.rb
|
||||
lib/wsdl/xmlSchema/data.rb
|
||||
lib/wsdl/xmlSchema/element.rb
|
||||
lib/wsdl/xmlSchema/enumeration.rb
|
||||
lib/wsdl/xmlSchema/import.rb
|
||||
lib/wsdl/xmlSchema/parser.rb
|
||||
lib/wsdl/xmlSchema/schema.rb
|
||||
lib/wsdl/xmlSchema/sequence.rb
|
||||
lib/wsdl/xmlSchema/simpleRestriction.rb
|
||||
lib/wsdl/xmlSchema/simpleType.rb
|
||||
lib/wsdl/xmlSchema/unique.rb
|
||||
lib/xmlrpc/README.txt
|
||||
lib/xmlrpc/base64.rb
|
||||
|
@ -548,6 +564,12 @@ lib/xmlrpc/parser.rb
|
|||
lib/xmlrpc/server.rb
|
||||
lib/xmlrpc/utils.rb
|
||||
lib/xsd/charset.rb
|
||||
lib/xsd/codegen.rb
|
||||
lib/xsd/codegen/classdef.rb
|
||||
lib/xsd/codegen/commentdef.rb
|
||||
lib/xsd/codegen/gensupport.rb
|
||||
lib/xsd/codegen/methoddef.rb
|
||||
lib/xsd/codegen/moduledef.rb
|
||||
lib/xsd/datatypes.rb
|
||||
lib/xsd/datatypes1999.rb
|
||||
lib/xsd/iconvcharset.rb
|
||||
|
@ -709,7 +731,15 @@ sample/rcs.awk
|
|||
sample/rcs.dat
|
||||
sample/rcs.rb
|
||||
sample/regx.rb
|
||||
sample/rss/list_description.rb
|
||||
sample/rss/rss_recent.rb
|
||||
sample/rss/tdiary_plugin/rss-recent.rb
|
||||
sample/sieve.rb
|
||||
sample/soap/authheader/authmgr.rb
|
||||
sample/soap/authheader/client.rb
|
||||
sample/soap/authheader/client2.rb
|
||||
sample/soap/authheader/server.rb
|
||||
sample/soap/authheader/server2.rb
|
||||
sample/soap/babelfish.rb
|
||||
sample/soap/calc/calc.rb
|
||||
sample/soap/calc/calc2.rb
|
||||
|
@ -733,16 +763,36 @@ sample/soap/icd/IICD.rb
|
|||
sample/soap/icd/icd.rb
|
||||
sample/soap/raa/iRAA.rb
|
||||
sample/soap/raa/soap4r.rb
|
||||
sample/rss/list_description.rb
|
||||
sample/rss/rss_recent.rb
|
||||
sample/rss/tdiary_plugin/rss-recent.rb
|
||||
sample/soap/raa2.4/raa.rb
|
||||
sample/soap/raa2.4/raaDriver.rb
|
||||
sample/soap/raa2.4/raaServiceClient.rb
|
||||
sample/soap/raa2.4/sample.rb
|
||||
sample/soap/sampleStruct/client.rb
|
||||
sample/soap/sampleStruct/httpd.rb
|
||||
sample/soap/sampleStruct/samplehttpd.conf
|
||||
sample/soap/sampleStruct/iSampleStruct.rb
|
||||
sample/soap/sampleStruct/sampleStruct.rb
|
||||
sample/soap/sampleStruct/samplehttpd.conf
|
||||
sample/soap/sampleStruct/server.cgi
|
||||
sample/soap/sampleStruct/server.rb
|
||||
sample/soap/ssl/files/README
|
||||
sample/soap/ssl/files/ca.cert
|
||||
sample/soap/ssl/files/client.cert
|
||||
sample/soap/ssl/files/client.key
|
||||
sample/soap/ssl/files/server.cert
|
||||
sample/soap/ssl/files/server.key
|
||||
sample/soap/ssl/files/sslclient.properties
|
||||
sample/soap/ssl/files/sslclient_require_noserverauth.properties
|
||||
sample/soap/ssl/files/sslclient_with_clientauth.properties
|
||||
sample/soap/ssl/files/subca.cert
|
||||
sample/soap/ssl/sslclient.rb
|
||||
sample/soap/ssl/sslclient_require_noserverauth.rb
|
||||
sample/soap/ssl/sslclient_with_clientauth.rb
|
||||
sample/soap/ssl/sslserver.rb
|
||||
sample/soap/ssl/sslserver_noauth.rb
|
||||
sample/soap/ssl/sslserver_require_clientauth.rb
|
||||
sample/soap/swa/client.rb
|
||||
sample/soap/swa/server.rb
|
||||
sample/soap/whois.rb
|
||||
sample/svr.rb
|
||||
sample/test.rb
|
||||
sample/testunit/adder.rb
|
||||
|
@ -770,12 +820,14 @@ sample/wsdl/googleSearch/GoogleSearch.rb
|
|||
sample/wsdl/googleSearch/GoogleSearchDriver.rb
|
||||
sample/wsdl/googleSearch/README
|
||||
sample/wsdl/googleSearch/httpd.rb
|
||||
sample/wsdl/googleSearch/samplehttpd.conf
|
||||
sample/wsdl/googleSearch/sampleClient.rb
|
||||
sample/wsdl/googleSearch/samplehttpd.conf
|
||||
sample/wsdl/googleSearch/sjissearch.sh
|
||||
sample/wsdl/googleSearch/wsdlDriver.rb
|
||||
sample/wsdl/raa/raa.wsdl
|
||||
sample/wsdl/raa/soap4r.rb
|
||||
sample/wsdl/raa2.4/raa.rb
|
||||
sample/wsdl/raa2.4/wsdlDriver.rb
|
||||
test/csv/test_csv.rb
|
||||
test/dbm/test_dbm.rb
|
||||
test/digest/test_digest.rb
|
||||
|
@ -886,17 +938,43 @@ test/soap/calc/server2.rb
|
|||
test/soap/calc/test_calc.rb
|
||||
test/soap/calc/test_calc2.rb
|
||||
test/soap/calc/test_calc_cgi.rb
|
||||
test/soap/header/server.cgi
|
||||
test/soap/header/test_authheader.rb
|
||||
test/soap/header/test_authheader_cgi.rb
|
||||
test/soap/helloworld/hw_s.rb
|
||||
test/soap/helloworld/test_helloworld.rb
|
||||
test/soap/marshal/test_digraph.rb
|
||||
test/soap/marshal/test_marshal.rb
|
||||
test/soap/marshal/test_struct.rb
|
||||
test/soap/ssl/README
|
||||
test/soap/ssl/ca.cert
|
||||
test/soap/ssl/client.cert
|
||||
test/soap/ssl/client.key
|
||||
test/soap/ssl/server.cert
|
||||
test/soap/ssl/server.key
|
||||
test/soap/ssl/sslsvr.rb
|
||||
test/soap/ssl/subca.cert
|
||||
test/soap/ssl/test_ssl.rb
|
||||
test/soap/struct/test_struct.rb
|
||||
test/soap/swa/test_file.rb
|
||||
test/soap/test_basetype.rb
|
||||
test/soap/test_property.rb
|
||||
test/soap/test_soapelement.rb
|
||||
test/soap/test_streamhandler.rb
|
||||
test/soap/wsdlDriver/README.txt
|
||||
test/soap/wsdlDriver/echo_version.rb
|
||||
test/soap/wsdlDriver/simpletype.wsdl
|
||||
test/soap/wsdlDriver/test_simpletype.rb
|
||||
test/stringio/test_stringio.rb
|
||||
test/strscan/test_stringscanner.rb
|
||||
test/test_generator.rb
|
||||
test/test_ipaddr.rb
|
||||
test/test_pathname.rb
|
||||
test/test_pp.rb
|
||||
test/test_prettyprint.rb
|
||||
test/test_set.rb
|
||||
test/test_time.rb
|
||||
test/test_tsort.rb
|
||||
test/testunit/collector/test_dir.rb
|
||||
test/testunit/collector/test_objectspace.rb
|
||||
test/testunit/runit/test_assert.rb
|
||||
|
@ -912,14 +990,6 @@ test/testunit/test_testsuite.rb
|
|||
test/testunit/util/test_backtracefilter.rb
|
||||
test/testunit/util/test_observable.rb
|
||||
test/testunit/util/test_procwrapper.rb
|
||||
test/test_generator.rb
|
||||
test/test_ipaddr.rb
|
||||
test/test_pathname.rb
|
||||
test/test_pp.rb
|
||||
test/test_prettyprint.rb
|
||||
test/test_set.rb
|
||||
test/test_time.rb
|
||||
test/test_tsort.rb
|
||||
test/uri/test_common.rb
|
||||
test/uri/test_ftp.rb
|
||||
test/uri/test_generic.rb
|
||||
|
@ -938,16 +1008,20 @@ test/wsdl/emptycomplextype.wsdl
|
|||
test/wsdl/map/map.wsdl
|
||||
test/wsdl/map/map.xml
|
||||
test/wsdl/map/test_map.rb
|
||||
test/wsdl/multiplefault.wsdl
|
||||
test/wsdl/raa/RAA.rb
|
||||
test/wsdl/raa/RAAServant.rb
|
||||
test/wsdl/raa/RAAService.rb
|
||||
test/wsdl/raa/README.txt
|
||||
test/wsdl/raa/raa.wsdl
|
||||
test/wsdl/raa/test_raa.rb
|
||||
test/wsdl/simpletype/simpletype.wsdl
|
||||
test/wsdl/simpletype/test_simpletype.rb
|
||||
test/wsdl/soap/soapbodyparts.wsdl
|
||||
test/wsdl/soap/test_soapbodyparts.rb
|
||||
test/wsdl/test_emptycomplextype.rb
|
||||
test/wsdl/test_fault.rb
|
||||
test/wsdl/test_multiplefault.rb
|
||||
test/xsd/noencoding.xml
|
||||
test/xsd/test_noencoding.rb
|
||||
test/xsd/test_xmlschemaparser.rb
|
||||
|
|
Loading…
Reference in a new issue