From: helge Date: Fri, 25 Mar 2005 22:51:30 +0000 (+0000) Subject: moved remaining parts of OGoContentStore to SOGo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd31dd85bcfb2a2313d75d77709145c0325af29;p=scalable-opengroupware.org moved remaining parts of OGoContentStore to SOGo git-svn-id: http://svn.opengroupware.org/SOGo/trunk@644 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/GNUmakefile b/GNUmakefile index 069122c6..116a4b01 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,6 @@ include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECTS = \ - OGoContentStore \ SOGo \ include $(GNUSTEP_MAKEFILES)/aggregate.make diff --git a/SOGo/GNUmakefile b/SOGo/GNUmakefile index 42d2186e..759d931b 100644 --- a/SOGo/GNUmakefile +++ b/SOGo/GNUmakefile @@ -3,6 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECTS = \ + OGoContentStore \ SoObjects \ Main \ UI \ diff --git a/OGoContentStore/COPYING b/SOGo/OGoContentStore/COPYING similarity index 100% rename from OGoContentStore/COPYING rename to SOGo/OGoContentStore/COPYING diff --git a/OGoContentStore/COPYRIGHT b/SOGo/OGoContentStore/COPYRIGHT similarity index 100% rename from OGoContentStore/COPYRIGHT rename to SOGo/OGoContentStore/COPYRIGHT diff --git a/OGoContentStore/ChangeLog b/SOGo/OGoContentStore/ChangeLog similarity index 100% rename from OGoContentStore/ChangeLog rename to SOGo/OGoContentStore/ChangeLog diff --git a/OGoContentStore/GNUmakefile b/SOGo/OGoContentStore/GNUmakefile similarity index 100% rename from OGoContentStore/GNUmakefile rename to SOGo/OGoContentStore/GNUmakefile diff --git a/OGoContentStore/GNUmakefile.postamble b/SOGo/OGoContentStore/GNUmakefile.postamble similarity index 100% rename from OGoContentStore/GNUmakefile.postamble rename to SOGo/OGoContentStore/GNUmakefile.postamble diff --git a/OGoContentStore/GNUmakefile.preamble b/SOGo/OGoContentStore/GNUmakefile.preamble similarity index 100% rename from OGoContentStore/GNUmakefile.preamble rename to SOGo/OGoContentStore/GNUmakefile.preamble diff --git a/OGoContentStore/OCSContactFieldExtractor.m b/SOGo/OGoContentStore/OCSContactFieldExtractor.m similarity index 100% rename from OGoContentStore/OCSContactFieldExtractor.m rename to SOGo/OGoContentStore/OCSContactFieldExtractor.m diff --git a/OGoContentStore/OCSiCalFieldExtractor.h b/SOGo/OGoContentStore/OCSiCalFieldExtractor.h similarity index 100% rename from OGoContentStore/OCSiCalFieldExtractor.h rename to SOGo/OGoContentStore/OCSiCalFieldExtractor.h diff --git a/OGoContentStore/OCSiCalFieldExtractor.m b/SOGo/OGoContentStore/OCSiCalFieldExtractor.m similarity index 100% rename from OGoContentStore/OCSiCalFieldExtractor.m rename to SOGo/OGoContentStore/OCSiCalFieldExtractor.m diff --git a/OGoContentStore/OGoContentStore.xcode/project.pbxproj b/SOGo/OGoContentStore/OGoContentStore.xcode/project.pbxproj similarity index 100% rename from OGoContentStore/OGoContentStore.xcode/project.pbxproj rename to SOGo/OGoContentStore/OGoContentStore.xcode/project.pbxproj diff --git a/OGoContentStore/README b/SOGo/OGoContentStore/README similarity index 100% rename from OGoContentStore/README rename to SOGo/OGoContentStore/README diff --git a/OGoContentStore/Version b/SOGo/OGoContentStore/Version similarity index 100% rename from OGoContentStore/Version rename to SOGo/OGoContentStore/Version diff --git a/OGoContentStore/appointment.ocs b/SOGo/OGoContentStore/appointment.ocs similarity index 100% rename from OGoContentStore/appointment.ocs rename to SOGo/OGoContentStore/appointment.ocs diff --git a/OGoContentStore/common.h b/SOGo/OGoContentStore/common.h similarity index 100% rename from OGoContentStore/common.h rename to SOGo/OGoContentStore/common.h diff --git a/OGoContentStore/contact.ocs b/SOGo/OGoContentStore/contact.ocs similarity index 100% rename from OGoContentStore/contact.ocs rename to SOGo/OGoContentStore/contact.ocs diff --git a/OGoContentStore/iCalRepeatableEntityObject+OCS.h b/SOGo/OGoContentStore/iCalRepeatableEntityObject+OCS.h similarity index 100% rename from OGoContentStore/iCalRepeatableEntityObject+OCS.h rename to SOGo/OGoContentStore/iCalRepeatableEntityObject+OCS.h diff --git a/OGoContentStore/iCalRepeatableEntityObject+OCS.m b/SOGo/OGoContentStore/iCalRepeatableEntityObject+OCS.m similarity index 100% rename from OGoContentStore/iCalRepeatableEntityObject+OCS.m rename to SOGo/OGoContentStore/iCalRepeatableEntityObject+OCS.m diff --git a/OGoContentStore/misc/iNetOrgPerson.txt b/SOGo/OGoContentStore/misc/iNetOrgPerson.txt similarity index 100% rename from OGoContentStore/misc/iNetOrgPerson.txt rename to SOGo/OGoContentStore/misc/iNetOrgPerson.txt diff --git a/OGoContentStore/misc/icaltest.ical b/SOGo/OGoContentStore/misc/icaltest.ical similarity index 100% rename from OGoContentStore/misc/icaltest.ical rename to SOGo/OGoContentStore/misc/icaltest.ical diff --git a/OGoContentStore/misc/test1/GNUmakefile b/SOGo/OGoContentStore/misc/test1/GNUmakefile similarity index 100% rename from OGoContentStore/misc/test1/GNUmakefile rename to SOGo/OGoContentStore/misc/test1/GNUmakefile diff --git a/OGoContentStore/misc/test1/common.h b/SOGo/OGoContentStore/misc/test1/common.h similarity index 100% rename from OGoContentStore/misc/test1/common.h rename to SOGo/OGoContentStore/misc/test1/common.h diff --git a/OGoContentStore/misc/test1/test1.m b/SOGo/OGoContentStore/misc/test1/test1.m similarity index 100% rename from OGoContentStore/misc/test1/test1.m rename to SOGo/OGoContentStore/misc/test1/test1.m diff --git a/OGoContentStore/sql/README b/SOGo/OGoContentStore/sql/README similarity index 100% rename from OGoContentStore/sql/README rename to SOGo/OGoContentStore/sql/README diff --git a/OGoContentStore/sql/appointment-create.psql b/SOGo/OGoContentStore/sql/appointment-create.psql similarity index 100% rename from OGoContentStore/sql/appointment-create.psql rename to SOGo/OGoContentStore/sql/appointment-create.psql diff --git a/OGoContentStore/sql/folderinfo-create.psql b/SOGo/OGoContentStore/sql/folderinfo-create.psql similarity index 100% rename from OGoContentStore/sql/folderinfo-create.psql rename to SOGo/OGoContentStore/sql/folderinfo-create.psql diff --git a/OGoContentStore/sql/folderinfo-create.sqlite b/SOGo/OGoContentStore/sql/folderinfo-create.sqlite similarity index 100% rename from OGoContentStore/sql/folderinfo-create.sqlite rename to SOGo/OGoContentStore/sql/folderinfo-create.sqlite diff --git a/OGoContentStore/sql/foldertablecreate-helge-privcal.psql b/SOGo/OGoContentStore/sql/foldertablecreate-helge-privcal.psql similarity index 100% rename from OGoContentStore/sql/foldertablecreate-helge-privcal.psql rename to SOGo/OGoContentStore/sql/foldertablecreate-helge-privcal.psql diff --git a/OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite b/SOGo/OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite similarity index 100% rename from OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite rename to SOGo/OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite diff --git a/OGoContentStore/sql/foldertablecreate-root.psql b/SOGo/OGoContentStore/sql/foldertablecreate-root.psql similarity index 100% rename from OGoContentStore/sql/foldertablecreate-root.psql rename to SOGo/OGoContentStore/sql/foldertablecreate-root.psql diff --git a/OGoContentStore/sql/foldertablecreate-test-contacts.psql b/SOGo/OGoContentStore/sql/foldertablecreate-test-contacts.psql similarity index 100% rename from OGoContentStore/sql/foldertablecreate-test-contacts.psql rename to SOGo/OGoContentStore/sql/foldertablecreate-test-contacts.psql diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh b/SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh similarity index 100% rename from OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh rename to SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh b/SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh similarity index 100% rename from OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh rename to SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh b/SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh similarity index 100% rename from OGoContentStore/sql/generate-folderinfo-sql-for-users.sh rename to SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh diff --git a/OGoContentStore/sql/register-agenor-helge-privcal.psql b/SOGo/OGoContentStore/sql/register-agenor-helge-privcal.psql similarity index 100% rename from OGoContentStore/sql/register-agenor-helge-privcal.psql rename to SOGo/OGoContentStore/sql/register-agenor-helge-privcal.psql diff --git a/OGoContentStore/sql/register-agenor-test-contacts.psql b/SOGo/OGoContentStore/sql/register-agenor-test-contacts.psql similarity index 100% rename from OGoContentStore/sql/register-agenor-test-contacts.psql rename to SOGo/OGoContentStore/sql/register-agenor-test-contacts.psql diff --git a/OGoContentStore/sql/testapt-agenor-helge-privcal.psql b/SOGo/OGoContentStore/sql/testapt-agenor-helge-privcal.psql similarity index 100% rename from OGoContentStore/sql/testapt-agenor-helge-privcal.psql rename to SOGo/OGoContentStore/sql/testapt-agenor-helge-privcal.psql diff --git a/OGoContentStore/sql/testapt-hh.psql b/SOGo/OGoContentStore/sql/testapt-hh.psql similarity index 100% rename from OGoContentStore/sql/testapt-hh.psql rename to SOGo/OGoContentStore/sql/testapt-hh.psql diff --git a/OGoContentStore/sql/testcontact-agenor-test-contact.psql b/SOGo/OGoContentStore/sql/testcontact-agenor-test-contact.psql similarity index 100% rename from OGoContentStore/sql/testcontact-agenor-test-contact.psql rename to SOGo/OGoContentStore/sql/testcontact-agenor-test-contact.psql