]> err.no Git - sope/commit
moved NGXmlRpc out of NGObjWeb to an own project
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 23 Aug 2004 14:32:36 +0000 (14:32 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 23 Aug 2004 14:32:36 +0000 (14:32 +0000)
commitb84c75da546fd8bb5f997d9e9a9bace284458f22
treeb32e244e83dc212784575d9188fd3ba0328cbc17
parentb7083885c70346921772e6edf8f9227342dd8837
moved NGXmlRpc out of NGObjWeb to an own project

git-svn-id: http://svn.opengroupware.org/SOPE/trunk@40 e4a50df8-12e2-0310-a44c-efbce7f8a7e3
48 files changed:
sope-appserver/GNUmakefile
sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/GNUmakefile
sope-appserver/NGObjWeb/GNUmakefile.preamble
sope-appserver/NGObjWeb/NGXmlRpc/GNUmakefile.preamble [deleted file]
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/WOHttpAdaptor/WOHttpTransaction.m
sope-appserver/NGObjWeb/WOStatisticsStore.m
sope-appserver/NGXmlRpc/ChangeLog [moved from sope-appserver/NGObjWeb/NGXmlRpc/ChangeLog with 98% similarity]
sope-appserver/NGXmlRpc/EOFetchSpecification+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/EOFetchSpecification+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/EOKeyGlobalID+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/EOKeyGlobalID+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/EONull+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/EONull+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/EOQualifier+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/EOQualifier+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/EOSortOrdering+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/EOSortOrdering+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/GNUmakefile [moved from sope-appserver/NGObjWeb/NGXmlRpc/GNUmakefile with 73% similarity]
sope-appserver/NGXmlRpc/GNUmakefile.preamble [new file with mode: 0644]
sope-appserver/NGXmlRpc/NGAsyncResultProxy.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGAsyncResultProxy.h with 100% similarity]
sope-appserver/NGXmlRpc/NGAsyncResultProxy.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGAsyncResultProxy.m with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpc-Info.plist [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpc-Info.plist with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpc.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpc.h with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcAction+Registry.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcAction+Registry.m with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcAction.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcAction.h with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcAction.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcAction.m with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcClient.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcClient.h with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcClient.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcClient.m with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcInvocation.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcInvocation.h with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcInvocation.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcInvocation.m with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcMethodSignature.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcMethodSignature.h with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcMethodSignature.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcMethodSignature.m with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcRequestHandler.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcRequestHandler.h with 100% similarity]
sope-appserver/NGXmlRpc/NGXmlRpcRequestHandler.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NGXmlRpcRequestHandler.m with 100% similarity]
sope-appserver/NGXmlRpc/NSObject+Reflection.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/NSObject+Reflection.h with 100% similarity]
sope-appserver/NGXmlRpc/NSObject+Reflection.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/NSObject+Reflection.m with 100% similarity]
sope-appserver/NGXmlRpc/Version [new file with mode: 0644]
sope-appserver/NGXmlRpc/WODirectAction+XmlRpc.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/WODirectAction+XmlRpc.h with 100% similarity]
sope-appserver/NGXmlRpc/WODirectAction+XmlRpc.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/WODirectAction+XmlRpc.m with 100% similarity]
sope-appserver/NGXmlRpc/WODirectAction+XmlRpcIntrospection.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/WODirectAction+XmlRpcIntrospection.h with 100% similarity]
sope-appserver/NGXmlRpc/WODirectAction+XmlRpcIntrospection.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/WODirectAction+XmlRpcIntrospection.m with 100% similarity]
sope-appserver/NGXmlRpc/WOMessage+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/WOMessage+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/WORequest+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/WORequest+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/WOResponse+XmlRpcCoding.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/WOResponse+XmlRpcCoding.m with 100% similarity]
sope-appserver/NGXmlRpc/XmlRpcMethodCall+WO.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/XmlRpcMethodCall+WO.h with 100% similarity]
sope-appserver/NGXmlRpc/XmlRpcMethodCall+WO.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/XmlRpcMethodCall+WO.m with 100% similarity]
sope-appserver/NGXmlRpc/XmlRpcMethodResponse+WO.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/XmlRpcMethodResponse+WO.h with 100% similarity]
sope-appserver/NGXmlRpc/XmlRpcMethodResponse+WO.m [moved from sope-appserver/NGObjWeb/NGXmlRpc/XmlRpcMethodResponse+WO.m with 100% similarity]
sope-appserver/NGXmlRpc/common.h [moved from sope-appserver/NGObjWeb/NGXmlRpc/common.h with 68% similarity]
sope-appserver/NGXmlRpc/xmlrpc_call.m [moved from sope-appserver/NGObjWeb/xmlrpc_call.m with 99% similarity]
sope-appserver/SoOFS/GNUmakefile