From: znek Date: Fri, 21 Apr 2006 17:25:33 +0000 (+0000) Subject: minor bundle fix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fab3374682e3f7ea34af0a87ccb5495800ac9a3;p=sope minor bundle fix git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1251 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ical/versitSaxDriver/ChangeLog b/sope-ical/versitSaxDriver/ChangeLog index c6700d6f..666788da 100644 --- a/sope-ical/versitSaxDriver/ChangeLog +++ b/sope-ical/versitSaxDriver/ChangeLog @@ -1,3 +1,7 @@ +2006-04-21 Marcus Mueller + + * GNUmakefile: properly declare principal class (v4.5.23) + 2006-04-08 Marcus Mueller * VSSaxDriver.m: improved error reporting in case no data could be diff --git a/sope-ical/versitSaxDriver/GNUmakefile b/sope-ical/versitSaxDriver/GNUmakefile index 22fe099f..00f0f550 100644 --- a/sope-ical/versitSaxDriver/GNUmakefile +++ b/sope-ical/versitSaxDriver/GNUmakefile @@ -9,6 +9,8 @@ BUNDLE_NAME = versitSaxDriver BUNDLE_EXTENSION = .sax BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/ +versitSaxDriver_PRINCIPAL_CLASS = VSSaxDriver + versitSaxDriver_PCH_FILE = common.h versitSaxDriver_OBJC_FILES = \ diff --git a/sope-ical/versitSaxDriver/Version b/sope-ical/versitSaxDriver/Version index 021f6fc6..163b203a 100644 --- a/sope-ical/versitSaxDriver/Version +++ b/sope-ical/versitSaxDriver/Version @@ -1,3 +1,3 @@ # Version file -SUBMINOR_VERSION:=22 +SUBMINOR_VERSION:=23