From 24b5b8a5e66358c76f02c3f7f830f921f0182a79 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Mon, 29 Oct 2007 14:51:28 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1203 d1b88da0-ebda-0310-925b-ed51d893ca5b --- GNUmakefile | 2 +- SOPE/{sope-gdl1 => }/GDLContentStore/COPYING | 0 SOPE/{sope-gdl1 => }/GDLContentStore/COPYRIGHT | 0 SOPE/{sope-gdl1 => }/GDLContentStore/ChangeLog | 0 SOPE/{sope-gdl1 => }/GDLContentStore/EOAdaptorChannel+GCS.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/EOAdaptorChannel+GCS.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/EOQualifier+GCS.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/EOQualifier+GCS.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSChannelManager.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSChannelManager.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSContext.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSContext.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldExtractor.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldExtractor.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldInfo.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldInfo.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolder.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolder.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderManager.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderManager.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderType.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderType.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSStringFormatter.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GCSStringFormatter.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GNUmakefile | 0 SOPE/{sope-gdl1 => }/GDLContentStore/GNUmakefile.preamble | 0 SOPE/{sope-gdl1 => }/GDLContentStore/NSURL+GCS.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/NSURL+GCS.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/README | 0 SOPE/{sope-gdl1 => }/GDLContentStore/Version | 0 SOPE/{sope-gdl1 => }/GDLContentStore/common.h | 0 SOPE/{sope-gdl1 => }/GDLContentStore/fhs.make | 0 SOPE/{sope-gdl1 => }/GDLContentStore/gcs_cat.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/gcs_gensql.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/gcs_ls.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/gcs_mkdir.m | 0 SOPE/{sope-gdl1 => }/GDLContentStore/gcs_recreatequick.m | 0 37 files changed, 1 insertion(+), 1 deletion(-) rename SOPE/{sope-gdl1 => }/GDLContentStore/COPYING (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/COPYRIGHT (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/ChangeLog (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/EOAdaptorChannel+GCS.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/EOAdaptorChannel+GCS.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/EOQualifier+GCS.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/EOQualifier+GCS.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSChannelManager.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSChannelManager.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSContext.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSContext.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldExtractor.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldExtractor.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldInfo.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFieldInfo.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolder.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolder.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderManager.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderManager.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderType.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSFolderType.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSStringFormatter.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GCSStringFormatter.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GNUmakefile (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/GNUmakefile.preamble (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/NSURL+GCS.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/NSURL+GCS.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/README (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/Version (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/common.h (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/fhs.make (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/gcs_cat.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/gcs_gensql.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/gcs_ls.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/gcs_mkdir.m (100%) rename SOPE/{sope-gdl1 => }/GDLContentStore/gcs_recreatequick.m (100%) diff --git a/GNUmakefile b/GNUmakefile index 2877399d..36388a08 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,7 @@ include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECTS = \ SOPE/NGCards \ - SOPE/sope-gdl1/GDLContentStore \ + SOPE/GDLContentStore \ OGoContentStore \ SoObjects \ Main \ diff --git a/SOPE/sope-gdl1/GDLContentStore/COPYING b/SOPE/GDLContentStore/COPYING similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/COPYING rename to SOPE/GDLContentStore/COPYING diff --git a/SOPE/sope-gdl1/GDLContentStore/COPYRIGHT b/SOPE/GDLContentStore/COPYRIGHT similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/COPYRIGHT rename to SOPE/GDLContentStore/COPYRIGHT diff --git a/SOPE/sope-gdl1/GDLContentStore/ChangeLog b/SOPE/GDLContentStore/ChangeLog similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/ChangeLog rename to SOPE/GDLContentStore/ChangeLog diff --git a/SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.h b/SOPE/GDLContentStore/EOAdaptorChannel+GCS.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.h rename to SOPE/GDLContentStore/EOAdaptorChannel+GCS.h diff --git a/SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.m b/SOPE/GDLContentStore/EOAdaptorChannel+GCS.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.m rename to SOPE/GDLContentStore/EOAdaptorChannel+GCS.m diff --git a/SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.h b/SOPE/GDLContentStore/EOQualifier+GCS.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.h rename to SOPE/GDLContentStore/EOQualifier+GCS.h diff --git a/SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.m b/SOPE/GDLContentStore/EOQualifier+GCS.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.m rename to SOPE/GDLContentStore/EOQualifier+GCS.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.h b/SOPE/GDLContentStore/GCSChannelManager.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.h rename to SOPE/GDLContentStore/GCSChannelManager.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.m b/SOPE/GDLContentStore/GCSChannelManager.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.m rename to SOPE/GDLContentStore/GCSChannelManager.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSContext.h b/SOPE/GDLContentStore/GCSContext.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSContext.h rename to SOPE/GDLContentStore/GCSContext.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSContext.m b/SOPE/GDLContentStore/GCSContext.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSContext.m rename to SOPE/GDLContentStore/GCSContext.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.h b/SOPE/GDLContentStore/GCSFieldExtractor.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.h rename to SOPE/GDLContentStore/GCSFieldExtractor.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.m b/SOPE/GDLContentStore/GCSFieldExtractor.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.m rename to SOPE/GDLContentStore/GCSFieldExtractor.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.h b/SOPE/GDLContentStore/GCSFieldInfo.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.h rename to SOPE/GDLContentStore/GCSFieldInfo.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.m b/SOPE/GDLContentStore/GCSFieldInfo.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.m rename to SOPE/GDLContentStore/GCSFieldInfo.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFolder.h b/SOPE/GDLContentStore/GCSFolder.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFolder.h rename to SOPE/GDLContentStore/GCSFolder.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFolder.m rename to SOPE/GDLContentStore/GCSFolder.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.h b/SOPE/GDLContentStore/GCSFolderManager.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.h rename to SOPE/GDLContentStore/GCSFolderManager.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.m b/SOPE/GDLContentStore/GCSFolderManager.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.m rename to SOPE/GDLContentStore/GCSFolderManager.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFolderType.h b/SOPE/GDLContentStore/GCSFolderType.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFolderType.h rename to SOPE/GDLContentStore/GCSFolderType.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSFolderType.m b/SOPE/GDLContentStore/GCSFolderType.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSFolderType.m rename to SOPE/GDLContentStore/GCSFolderType.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.h b/SOPE/GDLContentStore/GCSStringFormatter.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.h rename to SOPE/GDLContentStore/GCSStringFormatter.h diff --git a/SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.m b/SOPE/GDLContentStore/GCSStringFormatter.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.m rename to SOPE/GDLContentStore/GCSStringFormatter.m diff --git a/SOPE/sope-gdl1/GDLContentStore/GNUmakefile b/SOPE/GDLContentStore/GNUmakefile similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GNUmakefile rename to SOPE/GDLContentStore/GNUmakefile diff --git a/SOPE/sope-gdl1/GDLContentStore/GNUmakefile.preamble b/SOPE/GDLContentStore/GNUmakefile.preamble similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/GNUmakefile.preamble rename to SOPE/GDLContentStore/GNUmakefile.preamble diff --git a/SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.h b/SOPE/GDLContentStore/NSURL+GCS.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.h rename to SOPE/GDLContentStore/NSURL+GCS.h diff --git a/SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.m b/SOPE/GDLContentStore/NSURL+GCS.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.m rename to SOPE/GDLContentStore/NSURL+GCS.m diff --git a/SOPE/sope-gdl1/GDLContentStore/README b/SOPE/GDLContentStore/README similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/README rename to SOPE/GDLContentStore/README diff --git a/SOPE/sope-gdl1/GDLContentStore/Version b/SOPE/GDLContentStore/Version similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/Version rename to SOPE/GDLContentStore/Version diff --git a/SOPE/sope-gdl1/GDLContentStore/common.h b/SOPE/GDLContentStore/common.h similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/common.h rename to SOPE/GDLContentStore/common.h diff --git a/SOPE/sope-gdl1/GDLContentStore/fhs.make b/SOPE/GDLContentStore/fhs.make similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/fhs.make rename to SOPE/GDLContentStore/fhs.make diff --git a/SOPE/sope-gdl1/GDLContentStore/gcs_cat.m b/SOPE/GDLContentStore/gcs_cat.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/gcs_cat.m rename to SOPE/GDLContentStore/gcs_cat.m diff --git a/SOPE/sope-gdl1/GDLContentStore/gcs_gensql.m b/SOPE/GDLContentStore/gcs_gensql.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/gcs_gensql.m rename to SOPE/GDLContentStore/gcs_gensql.m diff --git a/SOPE/sope-gdl1/GDLContentStore/gcs_ls.m b/SOPE/GDLContentStore/gcs_ls.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/gcs_ls.m rename to SOPE/GDLContentStore/gcs_ls.m diff --git a/SOPE/sope-gdl1/GDLContentStore/gcs_mkdir.m b/SOPE/GDLContentStore/gcs_mkdir.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/gcs_mkdir.m rename to SOPE/GDLContentStore/gcs_mkdir.m diff --git a/SOPE/sope-gdl1/GDLContentStore/gcs_recreatequick.m b/SOPE/GDLContentStore/gcs_recreatequick.m similarity index 100% rename from SOPE/sope-gdl1/GDLContentStore/gcs_recreatequick.m rename to SOPE/GDLContentStore/gcs_recreatequick.m -- 2.39.5