From be60e6baeceefcb030ae6e1b8a7b170d9bf00bbb Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 3 Jul 2004 16:03:16 +0000 Subject: * MANIFEST: add soap files again. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index cde224122a..9282fa844f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -374,6 +374,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 @@ -542,6 +545,11 @@ 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 @@ -707,6 +715,11 @@ 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 @@ -730,6 +743,10 @@ sample/soap/icd/IICD.rb sample/soap/icd/icd.rb sample/soap/raa/iRAA.rb sample/soap/raa/soap4r.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/iSampleStruct.rb @@ -737,6 +754,24 @@ 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 @@ -771,6 +806,8 @@ 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 @@ -874,15 +911,33 @@ 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/testunit/collector/test_dir.rb @@ -925,6 +980,8 @@ 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 -- cgit v1.2.3