*0.9.1* (October 19th, 2005) * Upgraded to Action Pack 1.10.1 and Active Record 1.12.1 *0.9.0* (October 16th, 2005) * Fix invalid XML request generation bug in test_invoke [Ken Barker] * Add XML-RPC 'system.multicall' support #1941 [jbonnar] * Fix duplicate XSD entries for custom types shared across delegated/layered services #1729 [Tyler Kovacs] * Allow multiple invocations in the same test method #1720 [dkhawk] * Added ActionWebService::API::Base.soap_client and ActionWebService::API::Base.xmlrpc_client helper methods to create the internal clients for an API, useful for testing from ./script/console * ActionWebService now always returns UTF-8 responses.
60 lines
3.7 KiB
Text
60 lines
3.7 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2005/11/03 05:41:39 taca Exp $
|
|
${RUBY_SITELIBDIR}/action_web_service.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/api.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/base.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/casting.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/client.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/client/base.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/client/soap_client.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/client/xmlrpc_client.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/container.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/container/action_controller_container.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/container/delegated_container.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/container/direct_container.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/dispatcher.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/dispatcher/abstract.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/dispatcher/action_controller_dispatcher.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/invocation.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/protocol.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/protocol/abstract.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/protocol/discovery.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/protocol/soap_protocol.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/protocol/soap_protocol/marshaler.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/protocol/xmlrpc_protocol.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/scaffolding.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/struct.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/support/class_inheritable_options.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/support/signature_types.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/test_invoke.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/README
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/autoloading/google_search_api.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/autoloading/google_search_controller.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/delegated/google_search_service.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/delegated/search_controller.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/direct/google_search_api.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/direct/search_controller.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/README
|
|
${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/blogger_api.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/blogger_service.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/meta_weblog_api.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/meta_weblog_service.rb
|
|
${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers/xmlrpc_controller.rb
|
|
${RUBY_SITELIBDIR}/action_web_service/version.rb
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/direct
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/delegated
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/autoloading
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch
|
|
@dirrm ${RUBY_EXAMPLESDIR}/action_web_service
|
|
@exec ${MKDIR} ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/templates
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/support
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/protocol/soap_protocol
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/protocol
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/dispatcher
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/container
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service/client
|
|
@dirrm ${RUBY_SITELIBDIR}/action_web_service
|