From: helge Date: Wed, 30 Jun 2004 09:24:03 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@103 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d554a703433f4f0a815d869aec318a68562dbe77;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@103 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Common/ChangeLog b/SOGo/UI/Common/ChangeLog new file mode 100644 index 00000000..e44beab7 --- /dev/null +++ b/SOGo/UI/Common/ChangeLog @@ -0,0 +1,8 @@ +2004-06-30 Helge Hess + + * product.plist: make categories on SOGoObject instead of SxFolder + + * GNUmakefile: patches for different build/runtime environment + + * created ChangeLog + diff --git a/SOGo/UI/Common/GNUmakefile b/SOGo/UI/Common/GNUmakefile index 0fda272f..3b50ba21 100644 --- a/SOGo/UI/Common/GNUmakefile +++ b/SOGo/UI/Common/GNUmakefile @@ -2,23 +2,20 @@ include $(GNUSTEP_MAKEFILES)/common.make -ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12 - - BUNDLE_NAME = CommonUI -BUNDLE_EXTENSION = .zsp -BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/ZideStore12 +BUNDLE_EXTENSION = .SOGo +BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo -LIBRARY_NAME = libZideStoreCommonUI +LIBRARY_NAME = libSOGoUI -libZideStoreCommonUI_HEADER_FILES_DIR = . -libZideStoreCommonUI_HEADER_FILES_INSTALL_DIR = $(ZIDESTORE)/Common +libSOGoUI_HEADER_FILES_DIR = . +libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI -libZideStoreCommonUI_HEADER_FILES += \ +libSOGoUI_HEADER_FILES += \ UIxComponent.h \ -libZideStoreCommonUI_OBJC_FILES += \ +libSOGoUI_OBJC_FILES += \ UIxComponent.m \ @@ -69,11 +66,6 @@ CommonUI_RESOURCE_FILES += \ images/corner_right.gif\ images/closewindow.gif -ADDITIONAL_INCLUDE_DIRS += \ - -I. \ - -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE) - - # make -include GNUmakefile.preamble diff --git a/SOGo/UI/Common/product.plist b/SOGo/UI/Common/product.plist index 1636c420..a5f5a454 100644 --- a/SOGo/UI/Common/product.plist +++ b/SOGo/UI/Common/product.plist @@ -27,7 +27,7 @@ }; categories = { - SxFolder = { + SOGoObject = { methods = { "app" = { protectedBy = "View";