diff --git a/ChangeLog b/ChangeLog index c4e52a0..93ca80a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2003-01-22 Manuel Guesdon + * GSWeb.framework/WebObjects: removed WO* + 2003-01-22 Manuel Guesdon * GSWeb.framework/Makefile.postamble: o use $(LN_S) -f in install-WO-headers diff --git a/GSWeb.framework/WebObjects/WOApplication.h b/GSWeb.framework/WebObjects/WOApplication.h deleted file mode 100644 index 32f9b04..0000000 --- a/GSWeb.framework/WebObjects/WOApplication.h +++ /dev/null @@ -1,38 +0,0 @@ -/** WOApplication.h - GSWeb: Compatibility Header - WOApplication - - Copyright (C) 2002 Free Software Foundation, Inc. - - Written by: Manuel Guesdon - - Date: Jul 2002 - - $Revision$ - $Date$ - - This file is part of the GNUstep Web Library. - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -**/ - -// $Id$ - -#ifndef _WOApplication_h__ - #define _WOApplication_h__ - -#include - -#endif diff --git a/GSWeb.framework/WebObjects/WOComponent.h b/GSWeb.framework/WebObjects/WOComponent.h deleted file mode 100644 index 5841e62..0000000 --- a/GSWeb.framework/WebObjects/WOComponent.h +++ /dev/null @@ -1,38 +0,0 @@ -/** WOComponent.h - GSWeb: Compatibility Header - WOComponent - - Copyright (C) 2002 Free Software Foundation, Inc. - - Written by: Manuel Guesdon - - Date: Jul 2002 - - $Revision$ - $Date$ - - This file is part of the GNUstep Web Library. - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -**/ - -// $Id$ - -#ifndef _WOComponent_h__ - #define _WOComponent_h__ - -#include - -#endif diff --git a/GSWeb.framework/WebObjects/WOContext.h b/GSWeb.framework/WebObjects/WOContext.h deleted file mode 100644 index 7cd5697..0000000 --- a/GSWeb.framework/WebObjects/WOContext.h +++ /dev/null @@ -1,38 +0,0 @@ -/** WOContext.h - GSWeb: Compatibility Header - WOContext - - Copyright (C) 2002 Free Software Foundation, Inc. - - Written by: Manuel Guesdon - - Date: Jul 2002 - - $Revision$ - $Date$ - - This file is part of the GNUstep Web Library. - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -**/ - -// $Id$ - -#ifndef _WOContext_h__ - #define _WOContext_h__ - -#include - -#endif diff --git a/GSWeb.framework/WebObjects/WODirectAction.h b/GSWeb.framework/WebObjects/WODirectAction.h deleted file mode 100644 index f00b4f8..0000000 --- a/GSWeb.framework/WebObjects/WODirectAction.h +++ /dev/null @@ -1,38 +0,0 @@ -/** WODirectAction.h - GSWeb: Compatibility Header - WODirectAction - - Copyright (C) 2002 Free Software Foundation, Inc. - - Written by: Manuel Guesdon - - Date: Jul 2002 - - $Revision$ - $Date$ - - This file is part of the GNUstep Web Library. - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -**/ - -// $Id$ - -#ifndef _WODirectAction_h__ - #define _WODirectAction_h__ - -#include - -#endif diff --git a/GSWeb.framework/WebObjects/WORequest.h b/GSWeb.framework/WebObjects/WORequest.h deleted file mode 100644 index cfabebf..0000000 --- a/GSWeb.framework/WebObjects/WORequest.h +++ /dev/null @@ -1,38 +0,0 @@ -/** WORequest.h - GSWeb: Compatibility Header - WORequest - - Copyright (C) 2002 Free Software Foundation, Inc. - - Written by: Manuel Guesdon - - Date: Jul 2002 - - $Revision$ - $Date$ - - This file is part of the GNUstep Web Library. - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -**/ - -// $Id$ - -#ifndef _WORequest_h__ - #define _WORequest_h__ - -#include - -#endif diff --git a/GSWeb.framework/WebObjects/WOSession.h b/GSWeb.framework/WebObjects/WOSession.h deleted file mode 100644 index c46a62e..0000000 --- a/GSWeb.framework/WebObjects/WOSession.h +++ /dev/null @@ -1,38 +0,0 @@ -/** WOSession.h - GSWeb: Compatibility Header - WOSession - - Copyright (C) 2002 Free Software Foundation, Inc. - - Written by: Manuel Guesdon - - Date: Jul 2002 - - $Revision$ - $Date$ - - This file is part of the GNUstep Web Library. - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -**/ - -// $Id$ - -#ifndef _WOSession_h__ - #define _WOSession_h__ - -#include - -#endif