mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
* GSWExtensions.framework/GNUmakefile: rewrite using framework.make
* GSWExtensions.framework/*.(h|m): changed gsweb include dir from gsweb/GSWeb.framework/ to GSWeb/ * GSWeb.framework/GNUmakefile: rewrite using framework.make * GSWeb.framework/*.(h|m): changed gsweb include dir from gsweb/GSWeb.framework/ to GSWeb/ * GSWeb.framework/GSWConstants.m: removed the frameworkd suffix. * GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
529604093e
commit
44817b9a86
140 changed files with 316 additions and 379 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2000-10-30 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||||
|
|
||||||
|
* GSWExtensions.framework/GNUmakefile: rewrite using framework.make
|
||||||
|
* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
|
||||||
|
gsweb/GSWeb.framework/ to GSWeb/
|
||||||
|
|
||||||
|
* GSWeb.framework/GNUmakefile: rewrite using framework.make
|
||||||
|
* GSWeb.framework/*.(h|m): changed gsweb include dir from
|
||||||
|
gsweb/GSWeb.framework/ to GSWeb/
|
||||||
|
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
|
||||||
|
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.
|
||||||
|
|
||||||
2000-10-29 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
2000-10-29 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||||
|
|
||||||
* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of
|
* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of
|
||||||
|
|
|
@ -42,7 +42,7 @@ else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include
|
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include -I/usr/local/include
|
||||||
|
|
||||||
APXS := $(APXS) -l PropList -L/usr/local/lib
|
APXS := $(APXS) -l PropList -L/usr/local/lib
|
||||||
|
|
||||||
|
|
|
@ -32,15 +32,14 @@ include ../config.mak
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
|
|
||||||
# The library to be compiled
|
# The framework to be compiled
|
||||||
GSWBUNDLE_NAME=GSWExtensions
|
FRAMEWORK_NAME = GSWExtensions
|
||||||
GSWExtensions_HAS_GSWCOMPONENTS=YES
|
|
||||||
|
|
||||||
# The bundle resource files and directories
|
# The framework resource files and directories
|
||||||
GSWExtensions_RESOURCE_FILES = \
|
GSWExtensions_RESOURCE_FILES = \
|
||||||
Resources/Info-gnustep.plist
|
Resources/Info-gnustep.plist
|
||||||
|
|
||||||
GSWExtensions_COMPONENTS= \
|
GSWExtensions_COMPONENTS = \
|
||||||
GSWSessionCreationErrorPage.gswc \
|
GSWSessionCreationErrorPage.gswc \
|
||||||
GSWSessionRestorationErrorPage.gswc \
|
GSWSessionRestorationErrorPage.gswc \
|
||||||
GSWCollapsibleComponentContent.gswc \
|
GSWCollapsibleComponentContent.gswc \
|
||||||
|
@ -66,7 +65,7 @@ GSWRedirect.gswc
|
||||||
#GSWPageRestorationErrorPage.gswc
|
#GSWPageRestorationErrorPage.gswc
|
||||||
#GSWToOneRelationship.gswc
|
#GSWToOneRelationship.gswc
|
||||||
|
|
||||||
GSWExtensions_LANGUAGES= \
|
GSWExtensions_LANGUAGES = \
|
||||||
French
|
French
|
||||||
|
|
||||||
GSWExtensions_RESOURCE_DIRS =
|
GSWExtensions_RESOURCE_DIRS =
|
||||||
|
@ -92,23 +91,16 @@ gswapp.gif \
|
||||||
gswappsrv.gif
|
gswappsrv.gif
|
||||||
|
|
||||||
|
|
||||||
# The bundles libraries to link against
|
|
||||||
#GSWExtensions_BUNDLE_LIBS =
|
|
||||||
|
|
||||||
# The bundles to be installed
|
|
||||||
GSWBUNDLE_INSTALL = $(BUNDLE_NAME)
|
|
||||||
GSWBUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/gsweb
|
|
||||||
|
|
||||||
# Determine the bundle directory extension
|
# Determine the bundle directory extension
|
||||||
ifeq ($(profile), yes)
|
#ifeq ($(profile), yes)
|
||||||
GSWBUNDLE_EXTENSION = .frameworkp
|
# GSWBUNDLE_EXTENSION = .frameworkp
|
||||||
else
|
#else
|
||||||
ifeq ($(debug), yes)
|
# ifeq ($(debug), yes)
|
||||||
GSWBUNDLE_EXTENSION = .frameworkd
|
# GSWBUNDLE_EXTENSION = .frameworkd
|
||||||
else
|
# else
|
||||||
GSWBUNDLE_EXTENSION = .framework
|
# GSWBUNDLE_EXTENSION = .framework
|
||||||
endif
|
# endif
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
# The Objective-C source files to be compiled
|
# The Objective-C source files to be compiled
|
||||||
GSWExtensions_OBJC_FILES = \
|
GSWExtensions_OBJC_FILES = \
|
||||||
|
@ -124,16 +116,8 @@ GSWMetaRefresh.m
|
||||||
|
|
||||||
#GSWCompletionBar.m
|
#GSWCompletionBar.m
|
||||||
|
|
||||||
# The library to be compiled
|
# The header files to be installed
|
||||||
LIBRARY_NAME=libGSWExtensions
|
GSWExtensions_HEADER_FILES = \
|
||||||
|
|
||||||
# The bundle Objective-C source files to be compiled
|
|
||||||
libGSWExtensions_OBJC_FILES = $(GSWExtensions_OBJC_FILES)
|
|
||||||
|
|
||||||
libGSWExtensions_HEADER_FILES_DIR = .
|
|
||||||
libGSWExtensions_HEADER_FILES_INSTALL_DIR = /gsweb/GSWExtensions.framework
|
|
||||||
|
|
||||||
libGSWExtensions_HEADER_FILES = \
|
|
||||||
GSWCollapsibleComponentContent.h \
|
GSWCollapsibleComponentContent.h \
|
||||||
GSWDictionaryRepetition.h \
|
GSWDictionaryRepetition.h \
|
||||||
GSWExceptionPage.h \
|
GSWExceptionPage.h \
|
||||||
|
@ -164,8 +148,7 @@ HDRS = $(LIBRARY_NAME:=.h)
|
||||||
|
|
||||||
-include GNUmakefile.local
|
-include GNUmakefile.local
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/gswbundle.make
|
include $(GNUSTEP_MAKEFILES)/framework.make
|
||||||
include $(GNUSTEP_MAKEFILES)/library.make
|
|
||||||
|
|
||||||
-include Makefile.postamble
|
-include Makefile.postamble
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWCollapsibleComponentContent.h"
|
#include "GSWCollapsibleComponentContent.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWDictionaryRepetition.h"
|
#include "GSWDictionaryRepetition.h"
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWExceptionPage.h"
|
#include "GSWExceptionPage.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWIFrame.h"
|
#include "GSWIFrame.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWMetaRefresh.h"
|
#include "GSWMetaRefresh.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWPageRestorationErrorPage.h"
|
#include "GSWPageRestorationErrorPage.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWRedirect.h"
|
#include "GSWRedirect.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWSessionCreationErrorPage.h"
|
#include "GSWSessionCreationErrorPage.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWSessionRestorationErrorPage.h"
|
#include "GSWSessionRestorationErrorPage.h"
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWStatsPage.h"
|
#include "GSWStatsPage.h"
|
||||||
|
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
|
@ -32,11 +32,10 @@ include ../config.mak
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
|
|
||||||
# The library to be compiled
|
# The framework to be compiled
|
||||||
GSWBUNDLE_NAME=GSWExtensionsGSW
|
FRAMEWORK_NAME = GSWExtensionsGSW
|
||||||
GSWExtensionsGSW_HAS_GSWCOMPONENTS=YES
|
|
||||||
|
|
||||||
# The bundle resource files and directories
|
# The framework resource files and directories
|
||||||
GSWExtensionsGSW_RESOURCE_FILES = \
|
GSWExtensionsGSW_RESOURCE_FILES = \
|
||||||
Resources/Info-gnustep.plist \
|
Resources/Info-gnustep.plist \
|
||||||
|
|
||||||
|
@ -54,23 +53,16 @@ GSWExtensionsGSW_RESOURCE_DIRS =
|
||||||
|
|
||||||
GSWExtensionsGSW_WEBSERVER_RESOURCE_FILES =
|
GSWExtensionsGSW_WEBSERVER_RESOURCE_FILES =
|
||||||
|
|
||||||
# The bundles libraries to link against
|
|
||||||
#GNUstepWeb_BUNDLE_LIBS =
|
|
||||||
|
|
||||||
# The bundles to be installed
|
|
||||||
GSWBUNDLE_INSTALL = $(BUNDLE_NAME)
|
|
||||||
GSWBUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/gsweb
|
|
||||||
|
|
||||||
# Determine the bundle directory extension
|
# Determine the bundle directory extension
|
||||||
ifeq ($(profile), yes)
|
#ifeq ($(profile), yes)
|
||||||
GSWBUNDLE_EXTENSION = .frameworkp
|
# GSWBUNDLE_EXTENSION = .frameworkp
|
||||||
else
|
#else
|
||||||
ifeq ($(debug), yes)
|
# ifeq ($(debug), yes)
|
||||||
GSWBUNDLE_EXTENSION = .frameworkd
|
# GSWBUNDLE_EXTENSION = .frameworkd
|
||||||
else
|
# else
|
||||||
GSWBUNDLE_EXTENSION = .framework
|
# GSWBUNDLE_EXTENSION = .framework
|
||||||
endif
|
# endif
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
# The Objective-C source files to be compiled
|
# The Objective-C source files to be compiled
|
||||||
GSWExtensionsGSW_OBJC_FILES = \
|
GSWExtensionsGSW_OBJC_FILES = \
|
||||||
|
@ -80,16 +72,8 @@ GSWValidationFailureComponent.m \
|
||||||
GSWSimpleFormComponent.m \
|
GSWSimpleFormComponent.m \
|
||||||
GSWFileUploadFormComponent.m
|
GSWFileUploadFormComponent.m
|
||||||
|
|
||||||
# The library to be compiled
|
# The header files to be installed
|
||||||
LIBRARY_NAME=libGSWExtensionsGSW
|
GSWExtensionsGSW_HEADER_FILES = \
|
||||||
|
|
||||||
# The bundle Objective-C source files to be compiled
|
|
||||||
libGSWExtensionsGSW_OBJC_FILES = $(GSWExtensionsGSW_OBJC_FILES)
|
|
||||||
|
|
||||||
libGSWExtensionsGSW_HEADER_FILES_DIR = .
|
|
||||||
libGSWExtensionsGSW_HEADER_FILES_INSTALL_DIR = /gsweb/GSWExtensionsGSW.framework
|
|
||||||
|
|
||||||
libGSWExtensionsGSW_HEADER_FILES = \
|
|
||||||
GSWLogin.h \
|
GSWLogin.h \
|
||||||
GSWTabComponent.h \
|
GSWTabComponent.h \
|
||||||
GSWValidationFailureComponent.h \
|
GSWValidationFailureComponent.h \
|
||||||
|
@ -105,7 +89,6 @@ HDRS = $(LIBRARY_NAME:=.h)
|
||||||
|
|
||||||
-include GNUmakefile.local
|
-include GNUmakefile.local
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/gswbundle.make
|
include $(GNUSTEP_MAKEFILES)/framework.make
|
||||||
include $(GNUSTEP_MAKEFILES)/library.make
|
|
||||||
|
|
||||||
-include Makefile.postamble
|
-include Makefile.postamble
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWFileUploadFormComponent.h"
|
#include "GSWFileUploadFormComponent.h"
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWFileUploadFormComponent
|
@implementation GSWFileUploadFormComponent
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWLogin.h"
|
#include "GSWLogin.h"
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWLogin
|
@implementation GSWLogin
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWSimpleFormComponent.h"
|
#include "GSWSimpleFormComponent.h"
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWSimpleFormComponent
|
@implementation GSWSimpleFormComponent
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWTabComponent.h"
|
#include "GSWTabComponent.h"
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWTabComponent
|
@implementation GSWTabComponent
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSWValidationFailureComponent.h"
|
#include "GSWValidationFailureComponent.h"
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWValidationFailureComponent
|
@implementation GSWValidationFailureComponent
|
||||||
|
|
|
@ -32,8 +32,8 @@ include ../config.mak
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
|
|
||||||
# The Bundle to be compiled
|
# The framework to be compiled
|
||||||
GSWBUNDLE_NAME=GSWeb
|
FRAMEWORK_NAME = GSWeb
|
||||||
|
|
||||||
# DTDs to install
|
# DTDs to install
|
||||||
srcDTDDir = DTDs
|
srcDTDDir = DTDs
|
||||||
|
@ -47,30 +47,27 @@ xhtml1-frameset.dtd \
|
||||||
xhtml1-transitional.dtd
|
xhtml1-transitional.dtd
|
||||||
|
|
||||||
|
|
||||||
# The bundle resource files and directories
|
# The framework resource files and directories
|
||||||
GSWeb_RESOURCE_FILES = \
|
GSWeb_RESOURCE_FILES = \
|
||||||
Resources/MIME.plist \
|
Resources/MIME.plist \
|
||||||
Resources/languages.plist
|
Resources/languages.plist \
|
||||||
|
DTDs
|
||||||
|
|
||||||
GSWeb_RESOURCE_DIRS =
|
GSWeb_RESOURCE_DIRS = DTDs
|
||||||
|
|
||||||
# The bundles libraries to link against
|
# The framework libraries to link against
|
||||||
GSWeb_GSWBUNDLE_LIBS =
|
GSWeb_GSWBUNDLE_LIBS =
|
||||||
|
|
||||||
# The bundles to be installed
|
|
||||||
GSWBUNDLE_INSTALL = $(BUNDLE_NAME)
|
|
||||||
GSWBUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/gsweb
|
|
||||||
|
|
||||||
# Determine the bundle directory extension
|
# Determine the bundle directory extension
|
||||||
ifeq ($(profile), yes)
|
#ifeq ($(profile), yes)
|
||||||
GSWBUNDLE_EXTENSION = .frameworkp
|
# GSWBUNDLE_EXTENSION = .frameworkp
|
||||||
else
|
#else
|
||||||
ifeq ($(debug), yes)
|
# ifeq ($(debug), yes)
|
||||||
GSWBUNDLE_EXTENSION = .frameworkd
|
# GSWBUNDLE_EXTENSION = .frameworkd
|
||||||
else
|
# else
|
||||||
GSWBUNDLE_EXTENSION = .framework
|
# GSWBUNDLE_EXTENSION = .framework
|
||||||
endif
|
# endif
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
# The Bundle Objective-C source files to be compiled
|
# The Bundle Objective-C source files to be compiled
|
||||||
GSWeb_OBJC_FILES = \
|
GSWeb_OBJC_FILES = \
|
||||||
|
@ -185,16 +182,8 @@ stacktrace.m \
|
||||||
attach.m
|
attach.m
|
||||||
|
|
||||||
|
|
||||||
# The library to be compiled
|
# The framework installed header files
|
||||||
LIBRARY_NAME=libGSWeb
|
GSWeb_HEADER_FILES = \
|
||||||
|
|
||||||
# The bundle Objective-C source files to be compiled
|
|
||||||
libGSWeb_OBJC_FILES = $(GSWeb_OBJC_FILES)
|
|
||||||
|
|
||||||
libGSWeb_HEADER_FILES_DIR = .
|
|
||||||
libGSWeb_HEADER_FILES_INSTALL_DIR = /gsweb/GSWeb.framework
|
|
||||||
|
|
||||||
libGSWeb_HEADER_FILES = \
|
|
||||||
GSCache.h \
|
GSCache.h \
|
||||||
GSWActiveImage.h \
|
GSWActiveImage.h \
|
||||||
GSWAdaptor.h \
|
GSWAdaptor.h \
|
||||||
|
@ -312,13 +301,10 @@ SRCS = $(LIBRARY_NAME:=.m)
|
||||||
HDRS = $(LIBRARY_NAME:=.h)
|
HDRS = $(LIBRARY_NAME:=.h)
|
||||||
|
|
||||||
|
|
||||||
#DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble
|
|
||||||
|
|
||||||
-include Makefile.preamble
|
-include Makefile.preamble
|
||||||
|
|
||||||
-include GNUmakefile.local
|
-include GNUmakefile.local
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/gswbundle.make
|
include $(GNUSTEP_MAKEFILES)/framework.make
|
||||||
include $(GNUSTEP_MAKEFILES)/library.make
|
|
||||||
|
|
||||||
-include Makefile.postamble
|
-include Makefile.postamble
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include "GSCache.h"
|
#include "GSCache.h"
|
||||||
|
|
||||||
//========================================================================================
|
//========================================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWActionURL
|
@implementation GSWActionURL
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWActiveImage
|
@implementation GSWActiveImage
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWApplet
|
@implementation GSWApplet
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <extensions/NGReflection.h>
|
#include <extensions/NGReflection.h>
|
||||||
#include <extensions/GarbageCollector.h>
|
#include <extensions/GarbageCollector.h>
|
||||||
#if GDL2 // GDL2 implementation
|
#if GDL2 // GDL2 implementation
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
static NSDictionary* localMinMaxDictionary=nil;
|
static NSDictionary* localMinMaxDictionary=nil;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWBindingNameAssociation
|
@implementation GSWBindingNameAssociation
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWBody
|
@implementation GSWBody
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWBrowser
|
@implementation GSWBrowser
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWCheckBox
|
@implementation GSWCheckBox
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWCheckBoxList
|
@implementation GSWCheckBoxList
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWClientSideScript
|
@implementation GSWClientSideScript
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWComponent
|
@implementation GSWComponent
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWComponentContent
|
@implementation GSWComponentContent
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWComponentDefinition
|
@implementation GSWComponentDefinition
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWComponentReference
|
@implementation GSWComponentReference
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWComponentRequestHandler
|
@implementation GSWComponentRequestHandler
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWConditional
|
@implementation GSWConditional
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWConstantValueAssociation
|
@implementation GSWConstantValueAssociation
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
// -
|
// -
|
||||||
|
@ -75,13 +75,8 @@ NSString* GSWMonitorServiceName=@"gsweb-monitor";
|
||||||
NSString* GSWLibraryPSuffix=@".gswso";
|
NSString* GSWLibraryPSuffix=@".gswso";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
NSString* GSFrameworkSuffix=@"frameworkd";
|
|
||||||
NSString* GSFrameworkPSuffix=@".frameworkd";
|
|
||||||
#else
|
|
||||||
NSString* GSFrameworkSuffix=@"framework";
|
NSString* GSFrameworkSuffix=@"framework";
|
||||||
NSString* GSFrameworkPSuffix=@".framework";
|
NSString* GSFrameworkPSuffix=@".framework";
|
||||||
#endif
|
|
||||||
NSString* GSLanguageSuffix=@"lproj";
|
NSString* GSLanguageSuffix=@"lproj";
|
||||||
NSString* GSLanguagePSuffix=@".lproj";
|
NSString* GSLanguagePSuffix=@".lproj";
|
||||||
NSString* GSWComponentTemplateSuffix=@"html";
|
NSString* GSWComponentTemplateSuffix=@"html";
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
static int dontTraceComponentActionURL=0;
|
static int dontTraceComponentActionURL=0;
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWCookie
|
@implementation GSWCookie
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <Foundation/NSThread.h>
|
#include <Foundation/NSThread.h>
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWDefaultAdaptor
|
@implementation GSWDefaultAdaptor
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "NSNonBlockingFileHandle.h"
|
#include "NSNonBlockingFileHandle.h"
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWDirectAction
|
@implementation GSWDirectAction
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWDirectActionRequestHandler
|
@implementation GSWDirectActionRequestHandler
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
#ifndef _GSWDisplayGroup_h__
|
#ifndef _GSWDisplayGroup_h__
|
||||||
#define _GSWDisplayGroup_h__
|
#define _GSWDisplayGroup_h__
|
||||||
|
|
||||||
#if !GDL2
|
#if !GDL2
|
||||||
#include <eoaccess/EOModel.h>
|
#include <eoaccess/EOModel.h>
|
||||||
|
@ -48,11 +48,14 @@
|
||||||
#include <eoaccess/EONull.h>
|
#include <eoaccess/EONull.h>
|
||||||
#include <eoaccess/EOSQLExpression.h>
|
#include <eoaccess/EOSQLExpression.h>
|
||||||
|
|
||||||
|
@class EOKeyValueUnarchiver;
|
||||||
|
|
||||||
#define EODataSource EODatabaseDataSource
|
#define EODataSource EODatabaseDataSource
|
||||||
#else
|
#else
|
||||||
#import <EOControl/EOQualifier.h>
|
#import <EOControl/EOQualifier.h>
|
||||||
#import <EOControl/EODataSource.h>
|
#import <EOControl/EODataSource.h>
|
||||||
#import <EOControl/EODetailDataSource.h>
|
#import <EOControl/EODetailDataSource.h>
|
||||||
|
#import <EOControl/EOKeyValueArchiver.h>
|
||||||
#import <EOAccess/EODatabaseDataSource.h>
|
#import <EOAccess/EODatabaseDataSource.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -140,10 +143,10 @@
|
||||||
- (unsigned)indexOfFirstDisplayedObject;
|
- (unsigned)indexOfFirstDisplayedObject;
|
||||||
- (unsigned)indexOfLastDisplayedObject;
|
- (unsigned)indexOfLastDisplayedObject;
|
||||||
- (id)init;
|
- (id)init;
|
||||||
-(void)awakeFromKeyValueUnarchiver:(EOKeyValueUnarchiver*)object_;
|
- (void)awakeFromKeyValueUnarchiver:(EOKeyValueUnarchiver*)object_;
|
||||||
- (NSMutableDictionary *)inputObjectForQualifier;
|
- (NSMutableDictionary *)inputObjectForQualifier;
|
||||||
- (BOOL)inQueryMode;
|
- (BOOL)inQueryMode;
|
||||||
-(void)editingContext:(id)editingContext_
|
- (void)editingContext:(id)editingContext_
|
||||||
presentErrorMessage:(id)msg;
|
presentErrorMessage:(id)msg;
|
||||||
- (id)insert;
|
- (id)insert;
|
||||||
- (NSDictionary *)insertedObjectDefaultValues;
|
- (NSDictionary *)insertedObjectDefaultValues;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWDynamicURLString
|
@implementation GSWDynamicURLString
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
BYTE ElementsMap_htmlBareString = (BYTE)0x53;
|
BYTE ElementsMap_htmlBareString = (BYTE)0x53;
|
||||||
BYTE ElementsMap_gswebElement = (BYTE)0x57;
|
BYTE ElementsMap_gswebElement = (BYTE)0x57;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWElementIDString
|
@implementation GSWElementIDString
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWEmbeddedObject
|
@implementation GSWEmbeddedObject
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWFileUpload
|
@implementation GSWFileUpload
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWForm
|
@implementation GSWForm
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWFrame
|
@implementation GSWFrame
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWGenericContainer
|
@implementation GSWGenericContainer
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWGenericElement
|
@implementation GSWGenericElement
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "gsantlr/ANTLRException.h"
|
#include "gsantlr/ANTLRException.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "gsantlr/ANTLRTokenizer.h"
|
#include "gsantlr/ANTLRTokenizer.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "GSWHTMLAttrParser.h"
|
#include "GSWHTMLAttrParser.h"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLAttrParser (GSWHTMLAttrParserExt)
|
@implementation GSWHTMLAttrParser (GSWHTMLAttrParserExt)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
enum GSWHTMLAttrTokenTypes {
|
enum GSWHTMLAttrTokenTypes {
|
||||||
GSWHTMLAttrTokenType_EOF_ = 1,
|
GSWHTMLAttrTokenType_EOF_ = 1,
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLBareString
|
@implementation GSWHTMLBareString
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLComment
|
@implementation GSWHTMLComment
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLDynamicElement
|
@implementation GSWHTMLDynamicElement
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "gsantlr/ANTLRException.h"
|
#include "gsantlr/ANTLRException.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "gsantlr/ANTLRTokenizer.h"
|
#include "gsantlr/ANTLRTokenizer.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "GSWHTMLParser.h"
|
#include "GSWHTMLParser.h"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLParser (GSWHTMLParserExt)
|
@implementation GSWHTMLParser (GSWHTMLParserExt)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLStaticElement
|
@implementation GSWHTMLStaticElement
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLStaticGroup
|
@implementation GSWHTMLStaticGroup
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
enum GSWHTMLTokenTypes {
|
enum GSWHTMLTokenTypes {
|
||||||
GSWHTMLTokenType_EOF_ = 1,
|
GSWHTMLTokenType_EOF_ = 1,
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHTMLURLValuedElement
|
@implementation GSWHTMLURLValuedElement
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHiddenField
|
@implementation GSWHiddenField
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWHyperlink
|
@implementation GSWHyperlink
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWImage
|
@implementation GSWImage
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWImageButton
|
@implementation GSWImageButton
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWInput
|
@implementation GSWInput
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWJavaScript
|
@implementation GSWJavaScript
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWKeyValueAssociation
|
@implementation GSWKeyValueAssociation
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWMailDelivery
|
@implementation GSWMailDelivery
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#define DEFAULT_DICTIONARY_CAPACITY 32
|
#define DEFAULT_DICTIONARY_CAPACITY 32
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWNestedList
|
@implementation GSWNestedList
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "gsantlr/ANTLRException.h"
|
#include "gsantlr/ANTLRException.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "gsantlr/ANTLRTokenizer.h"
|
#include "gsantlr/ANTLRTokenizer.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
#include "gsantlr/ANTLRCommon.h"
|
#include "gsantlr/ANTLRCommon.h"
|
||||||
#include "GSWPageDefParser.h"
|
#include "GSWPageDefParser.h"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWPageDefParser (GSWPageDefParserExt)
|
@implementation GSWPageDefParser (GSWPageDefParserExt)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
enum GSWPageDefTokenTypes {
|
enum GSWPageDefTokenTypes {
|
||||||
GSWPageDefTokenType_EOF_ = 1,
|
GSWPageDefTokenType_EOF_ = 1,
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWParam
|
@implementation GSWParam
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <gsweb/GSWeb.framework/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@implementation GSWPasswordField
|
@implementation GSWPasswordField
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue