From 807a7719d208ee63dc78faa1a872d4a532186bde Mon Sep 17 00:00:00 2001 From: mguesdon Date: Mon, 1 Mar 2004 16:50:24 +0000 Subject: [PATCH] removed GSCache.* git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18743 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GSWeb.framework/GNUmakefile b/GSWeb.framework/GNUmakefile index dc9d3a9..a8f16f3 100644 --- a/GSWeb.framework/GNUmakefile +++ b/GSWeb.framework/GNUmakefile @@ -1,6 +1,6 @@ # GNUmakefile - GSWeb: GNUmakefile # -# Copyright (C) 1999-2003 Free Software Foundation, Inc. +# Copyright (C) 1999-2004 Free Software Foundation, Inc. # # Written by: Manuel Guesdon # Date: Jan 1999 @@ -127,7 +127,6 @@ GSWStatisticsStore.m \ GSWAdaptor.m \ GSWDefaultAdaptor.m \ GSWUtils.m \ -GSCache.m \ GSWClientSideScript.m \ GSWActiveImage.m \ GSWBody.m \ @@ -214,7 +213,6 @@ WebObjects_OBJC_FILES = $(GSWeb_OBJC_FILES) # The framework installed header files GSWeb_HEADER_FILES = \ -GSCache.h \ GSWeb.h \ GSWActiveImage.h \ GSWAdaptor.h \