* Headers/Foundation/NSMetadataQuery.h: Remove old file.

* Source/GNUmakefile: Change name to NSMetadata.[hm].
	* Source/NSMetadata.m: Add new file with correct name.
	* Source/NSMetadataQuery.m: Remove old file.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35804 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2012-11-18 16:54:08 +00:00
parent 79110c7ac7
commit 93fca6e752
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2012-11-18 11:47-EST Gregory John Casamento <greg.casamento@gmail.com>
* Headers/Foundation/NSMetadataQuery.h: Remove old file.
* Source/GNUmakefile: Change name to NSMetadata.[hm].
* Source/NSMetadata.m: Add new file with correct name.
* Source/NSMetadataQuery.m: Remove old file.
2012-11-18 11:29-EST Gregory John Casamento <greg.casamento@gmail.com>
* Headers/Foundation/Foundation.h: Add NSMetadataQuery.h to

View file

@ -227,7 +227,7 @@ NSLocale.m \
NSLock.m \
NSLog.m \
NSMapTable.m \
NSMetadataQuery.m \
NSMetadata.m \
NSMethodSignature.m \
NSNotification.m \
NSNotificationCenter.m \
@ -390,7 +390,7 @@ NSKeyValueObserving.h \
NSLocale.h \
NSLock.h \
NSMapTable.h \
NSMetadataQuery.h \
NSMetadata.h \
NSMethodSignature.h \
NSNetServices.h \
NSNotification.h \

View file

@ -21,10 +21,10 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
AutogsdocSource: NSMetadataQuery.h
AutogsdocSource: NSMetadata.m
*/
#import <Foundation/NSMetadataQuery.h>
#import <Foundation/NSMetadata.h>
#import <Foundation/NSArray.h>
#import "GNUstepBase/NSObject+GNUstepBase.h"