From: helge Date: Fri, 20 Aug 2004 21:08:46 +0000 (+0000) Subject: moved SxComponents to Recycler X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263c558f6aa5c1f0b14cd72b7e1e4f9c6fde9795;p=sope moved SxComponents to Recycler git-svn-id: http://svn.opengroupware.org/SOPE/trunk@15 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/SxComponents/COPYING b/Recycler/SxComponents/COPYING similarity index 100% rename from sope-appserver/SxComponents/COPYING rename to Recycler/SxComponents/COPYING diff --git a/sope-appserver/SxComponents/ChangeLog b/Recycler/SxComponents/ChangeLog similarity index 100% rename from sope-appserver/SxComponents/ChangeLog rename to Recycler/SxComponents/ChangeLog diff --git a/sope-appserver/SxComponents/GNUmakefile b/Recycler/SxComponents/GNUmakefile similarity index 100% rename from sope-appserver/SxComponents/GNUmakefile rename to Recycler/SxComponents/GNUmakefile diff --git a/sope-appserver/SxComponents/GNUmakefile.preamble b/Recycler/SxComponents/GNUmakefile.preamble similarity index 100% rename from sope-appserver/SxComponents/GNUmakefile.preamble rename to Recycler/SxComponents/GNUmakefile.preamble diff --git a/sope-appserver/SxComponents/NSObject+SxXmlRpcValue.m b/Recycler/SxComponents/NSObject+SxXmlRpcValue.m similarity index 100% rename from sope-appserver/SxComponents/NSObject+SxXmlRpcValue.m rename to Recycler/SxComponents/NSObject+SxXmlRpcValue.m diff --git a/sope-appserver/SxComponents/README b/Recycler/SxComponents/README similarity index 100% rename from sope-appserver/SxComponents/README rename to Recycler/SxComponents/README diff --git a/sope-appserver/SxComponents/SxBasicAuthCredentials.h b/Recycler/SxComponents/SxBasicAuthCredentials.h similarity index 100% rename from sope-appserver/SxComponents/SxBasicAuthCredentials.h rename to Recycler/SxComponents/SxBasicAuthCredentials.h diff --git a/sope-appserver/SxComponents/SxBasicAuthCredentials.m b/Recycler/SxComponents/SxBasicAuthCredentials.m similarity index 100% rename from sope-appserver/SxComponents/SxBasicAuthCredentials.m rename to Recycler/SxComponents/SxBasicAuthCredentials.m diff --git a/sope-appserver/SxComponents/SxComponent.h b/Recycler/SxComponents/SxComponent.h similarity index 100% rename from sope-appserver/SxComponents/SxComponent.h rename to Recycler/SxComponents/SxComponent.h diff --git a/sope-appserver/SxComponents/SxComponent.m b/Recycler/SxComponents/SxComponent.m similarity index 100% rename from sope-appserver/SxComponents/SxComponent.m rename to Recycler/SxComponents/SxComponent.m diff --git a/sope-appserver/SxComponents/SxComponentException.h b/Recycler/SxComponents/SxComponentException.h similarity index 100% rename from sope-appserver/SxComponents/SxComponentException.h rename to Recycler/SxComponents/SxComponentException.h diff --git a/sope-appserver/SxComponents/SxComponentException.m b/Recycler/SxComponents/SxComponentException.m similarity index 100% rename from sope-appserver/SxComponents/SxComponentException.m rename to Recycler/SxComponents/SxComponentException.m diff --git a/sope-appserver/SxComponents/SxComponentInvocation.h b/Recycler/SxComponents/SxComponentInvocation.h similarity index 100% rename from sope-appserver/SxComponents/SxComponentInvocation.h rename to Recycler/SxComponents/SxComponentInvocation.h diff --git a/sope-appserver/SxComponents/SxComponentInvocation.m b/Recycler/SxComponents/SxComponentInvocation.m similarity index 100% rename from sope-appserver/SxComponents/SxComponentInvocation.m rename to Recycler/SxComponents/SxComponentInvocation.m diff --git a/sope-appserver/SxComponents/SxComponentMethodSignature.h b/Recycler/SxComponents/SxComponentMethodSignature.h similarity index 100% rename from sope-appserver/SxComponents/SxComponentMethodSignature.h rename to Recycler/SxComponents/SxComponentMethodSignature.h diff --git a/sope-appserver/SxComponents/SxComponentMethodSignature.m b/Recycler/SxComponents/SxComponentMethodSignature.m similarity index 100% rename from sope-appserver/SxComponents/SxComponentMethodSignature.m rename to Recycler/SxComponents/SxComponentMethodSignature.m diff --git a/sope-appserver/SxComponents/SxComponentRegistry.h b/Recycler/SxComponents/SxComponentRegistry.h similarity index 100% rename from sope-appserver/SxComponents/SxComponentRegistry.h rename to Recycler/SxComponents/SxComponentRegistry.h diff --git a/sope-appserver/SxComponents/SxComponentRegistry.m b/Recycler/SxComponents/SxComponentRegistry.m similarity index 100% rename from sope-appserver/SxComponents/SxComponentRegistry.m rename to Recycler/SxComponents/SxComponentRegistry.m diff --git a/sope-appserver/SxComponents/SxComponents.h b/Recycler/SxComponents/SxComponents.h similarity index 100% rename from sope-appserver/SxComponents/SxComponents.h rename to Recycler/SxComponents/SxComponents.h diff --git a/sope-appserver/SxComponents/SxXmlRpcComponent.h b/Recycler/SxComponents/SxXmlRpcComponent.h similarity index 100% rename from sope-appserver/SxComponents/SxXmlRpcComponent.h rename to Recycler/SxComponents/SxXmlRpcComponent.h diff --git a/sope-appserver/SxComponents/SxXmlRpcComponent.m b/Recycler/SxComponents/SxXmlRpcComponent.m similarity index 100% rename from sope-appserver/SxComponents/SxXmlRpcComponent.m rename to Recycler/SxComponents/SxXmlRpcComponent.m diff --git a/sope-appserver/SxComponents/SxXmlRpcInvocation.h b/Recycler/SxComponents/SxXmlRpcInvocation.h similarity index 100% rename from sope-appserver/SxComponents/SxXmlRpcInvocation.h rename to Recycler/SxComponents/SxXmlRpcInvocation.h diff --git a/sope-appserver/SxComponents/SxXmlRpcInvocation.m b/Recycler/SxComponents/SxXmlRpcInvocation.m similarity index 100% rename from sope-appserver/SxComponents/SxXmlRpcInvocation.m rename to Recycler/SxComponents/SxXmlRpcInvocation.m diff --git a/sope-appserver/SxComponents/SxXmlRpcRegBackend.m b/Recycler/SxComponents/SxXmlRpcRegBackend.m similarity index 100% rename from sope-appserver/SxComponents/SxXmlRpcRegBackend.m rename to Recycler/SxComponents/SxXmlRpcRegBackend.m diff --git a/sope-appserver/SxComponents/Version b/Recycler/SxComponents/Version similarity index 100% rename from sope-appserver/SxComponents/Version rename to Recycler/SxComponents/Version diff --git a/sope-appserver/SxComponents/common.h b/Recycler/SxComponents/common.h similarity index 100% rename from sope-appserver/SxComponents/common.h rename to Recycler/SxComponents/common.h diff --git a/sope-appserver/SxComponents/sxc_call.m b/Recycler/SxComponents/sxc_call.m similarity index 100% rename from sope-appserver/SxComponents/sxc_call.m rename to Recycler/SxComponents/sxc_call.m diff --git a/sope-appserver/SxComponents/sxc_ls.m b/Recycler/SxComponents/sxc_ls.m similarity index 100% rename from sope-appserver/SxComponents/sxc_ls.m rename to Recycler/SxComponents/sxc_ls.m diff --git a/sope-appserver/ChangeLog b/sope-appserver/ChangeLog index 1dcd6aaa..b84ecee0 100644 --- a/sope-appserver/ChangeLog +++ b/sope-appserver/ChangeLog @@ -1,3 +1,7 @@ +2004-08-20 Helge Hess + + * moved SxComponents to Recycler + 2004-07-21 Marcus Mueller * SOPE.xcode: fixed an incorrect framework search path.