]> err.no Git - scalable-opengroupware.org/commitdiff
moved remaining parts of OGoContentStore to SOGo
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 25 Mar 2005 22:51:30 +0000 (22:51 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 25 Mar 2005 22:51:30 +0000 (22:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@644 d1b88da0-ebda-0310-925b-ed51d893ca5b

40 files changed:
GNUmakefile
SOGo/GNUmakefile
SOGo/OGoContentStore/COPYING [moved from OGoContentStore/COPYING with 100% similarity]
SOGo/OGoContentStore/COPYRIGHT [moved from OGoContentStore/COPYRIGHT with 100% similarity]
SOGo/OGoContentStore/ChangeLog [moved from OGoContentStore/ChangeLog with 100% similarity]
SOGo/OGoContentStore/GNUmakefile [moved from OGoContentStore/GNUmakefile with 100% similarity]
SOGo/OGoContentStore/GNUmakefile.postamble [moved from OGoContentStore/GNUmakefile.postamble with 100% similarity]
SOGo/OGoContentStore/GNUmakefile.preamble [moved from OGoContentStore/GNUmakefile.preamble with 100% similarity]
SOGo/OGoContentStore/OCSContactFieldExtractor.m [moved from OGoContentStore/OCSContactFieldExtractor.m with 100% similarity]
SOGo/OGoContentStore/OCSiCalFieldExtractor.h [moved from OGoContentStore/OCSiCalFieldExtractor.h with 100% similarity]
SOGo/OGoContentStore/OCSiCalFieldExtractor.m [moved from OGoContentStore/OCSiCalFieldExtractor.m with 100% similarity]
SOGo/OGoContentStore/OGoContentStore.xcode/project.pbxproj [moved from OGoContentStore/OGoContentStore.xcode/project.pbxproj with 100% similarity]
SOGo/OGoContentStore/README [moved from OGoContentStore/README with 100% similarity]
SOGo/OGoContentStore/Version [moved from OGoContentStore/Version with 100% similarity]
SOGo/OGoContentStore/appointment.ocs [moved from OGoContentStore/appointment.ocs with 100% similarity]
SOGo/OGoContentStore/common.h [moved from OGoContentStore/common.h with 100% similarity]
SOGo/OGoContentStore/contact.ocs [moved from OGoContentStore/contact.ocs with 100% similarity]
SOGo/OGoContentStore/iCalRepeatableEntityObject+OCS.h [moved from OGoContentStore/iCalRepeatableEntityObject+OCS.h with 100% similarity]
SOGo/OGoContentStore/iCalRepeatableEntityObject+OCS.m [moved from OGoContentStore/iCalRepeatableEntityObject+OCS.m with 100% similarity]
SOGo/OGoContentStore/misc/iNetOrgPerson.txt [moved from OGoContentStore/misc/iNetOrgPerson.txt with 100% similarity]
SOGo/OGoContentStore/misc/icaltest.ical [moved from OGoContentStore/misc/icaltest.ical with 100% similarity]
SOGo/OGoContentStore/misc/test1/GNUmakefile [moved from OGoContentStore/misc/test1/GNUmakefile with 100% similarity]
SOGo/OGoContentStore/misc/test1/common.h [moved from OGoContentStore/misc/test1/common.h with 100% similarity]
SOGo/OGoContentStore/misc/test1/test1.m [moved from OGoContentStore/misc/test1/test1.m with 100% similarity]
SOGo/OGoContentStore/sql/README [moved from OGoContentStore/sql/README with 100% similarity]
SOGo/OGoContentStore/sql/appointment-create.psql [moved from OGoContentStore/sql/appointment-create.psql with 100% similarity]
SOGo/OGoContentStore/sql/folderinfo-create.psql [moved from OGoContentStore/sql/folderinfo-create.psql with 100% similarity]
SOGo/OGoContentStore/sql/folderinfo-create.sqlite [moved from OGoContentStore/sql/folderinfo-create.sqlite with 100% similarity]
SOGo/OGoContentStore/sql/foldertablecreate-helge-privcal.psql [moved from OGoContentStore/sql/foldertablecreate-helge-privcal.psql with 100% similarity]
SOGo/OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite [moved from OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite with 100% similarity]
SOGo/OGoContentStore/sql/foldertablecreate-root.psql [moved from OGoContentStore/sql/foldertablecreate-root.psql with 100% similarity]
SOGo/OGoContentStore/sql/foldertablecreate-test-contacts.psql [moved from OGoContentStore/sql/foldertablecreate-test-contacts.psql with 100% similarity]
SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh [moved from OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh with 100% similarity]
SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh [moved from OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh with 100% similarity]
SOGo/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh [moved from OGoContentStore/sql/generate-folderinfo-sql-for-users.sh with 100% similarity]
SOGo/OGoContentStore/sql/register-agenor-helge-privcal.psql [moved from OGoContentStore/sql/register-agenor-helge-privcal.psql with 100% similarity]
SOGo/OGoContentStore/sql/register-agenor-test-contacts.psql [moved from OGoContentStore/sql/register-agenor-test-contacts.psql with 100% similarity]
SOGo/OGoContentStore/sql/testapt-agenor-helge-privcal.psql [moved from OGoContentStore/sql/testapt-agenor-helge-privcal.psql with 100% similarity]
SOGo/OGoContentStore/sql/testapt-hh.psql [moved from OGoContentStore/sql/testapt-hh.psql with 100% similarity]
SOGo/OGoContentStore/sql/testcontact-agenor-test-contact.psql [moved from OGoContentStore/sql/testcontact-agenor-test-contact.psql with 100% similarity]

index 069122c6233eff272fb2e5bb4b8476348c9982ba..116a4b011f3de42d60c9925e8e23c9302470a664 100644 (file)
@@ -3,7 +3,6 @@
 include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECTS = \
-       OGoContentStore \
        SOGo            \
 
 include $(GNUSTEP_MAKEFILES)/aggregate.make
index 42d2186e88d1a5f31a6a79ce7a067204b2258938..759d931be72ac6acc1bd3790063e7380ae84150d 100644 (file)
@@ -3,6 +3,7 @@
 include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECTS = \
+       OGoContentStore \
        SoObjects       \
        Main            \
        UI              \