mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15871 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1039d80df
commit
22206c66f3
4 changed files with 8 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-02-04 Adam Fedor <fedor@Eldorado.local.>
|
||||
|
||||
* Headers/gnustep/base/.cvsignore: Don't include config.h.in
|
||||
* Documentation/.cvsignore: Don't include *texi
|
||||
* Source/Additions/GSXML.h: Fix up GSXLM.h include on MacOSX
|
||||
|
||||
2003-02-02 Stephane Corthesy <stephane@sente.ch>
|
||||
Adam Fedor <fedor@gnu.org>
|
||||
|
||||
|
|
|
@ -1,15 +1,6 @@
|
|||
=*
|
||||
version.tmpl.texi
|
||||
version.texi
|
||||
gnustep-base.texi
|
||||
gnustep-zones.texi
|
||||
announce.texi
|
||||
coding-standards.texi
|
||||
install.texi
|
||||
news.texi
|
||||
readme.texi
|
||||
status.texi
|
||||
todo.texi
|
||||
gnustep-base.info
|
||||
gnustep-base_toc.html
|
||||
gnustep-base_1.html
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
preface.h config.h config.h.in
|
||||
*_bas.h *_cbs.h
|
||||
preface.h config.h
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
#ifdef HAVE_LIBXML
|
||||
|
||||
#include <gnustep/base/GSXML.h>
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#include <Foundation/GSXML.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
|
|
Loading…
Reference in a new issue