mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 01:11:01 +00:00
* 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:
parent
79110c7ac7
commit
93fca6e752
4 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
Loading…
Reference in a new issue