diff options
author | Aaron <aaron@10gen.com> | 2009-05-18 13:25:30 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-05-18 13:25:30 -0400 |
commit | e57cb387c4588b3ec9ff1cf04e60124237b32e95 (patch) | |
tree | e34ca3118e37bea47de99cca5b247d76156898d3 /mongo.xcodeproj | |
parent | b773d2c965a3965fc470b0d1cac3f52346f80b3a (diff) | |
download | mongo-e57cb387c4588b3ec9ff1cf04e60124237b32e95.tar.gz |
add cloneCollectionAsCapped command
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 397064de6d3..f806eeec9ac 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -275,6 +275,7 @@ 93D9469F0F7ABB0600C3C768 /* repl6.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl6.js; sourceTree = "<group>"; }; 93D948200F7BF4FA00C3C768 /* remove5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = remove5.js; sourceTree = "<group>"; }; 93D949B40F7D2A7700C3C768 /* median.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = median.js; sourceTree = "<group>"; }; + 93DB94A40FC1BFA30047F950 /* capped3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = capped3.js; sourceTree = "<group>"; }; 93DCDB5B0F93ED98005349BC /* nin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nin.js; sourceTree = "<group>"; }; 93DCDBD30F9515AF005349BC /* file_allocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file_allocator.h; sourceTree = "<group>"; }; 93E3C5310F704C9D0029011E /* repl4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl4.js; sourceTree = "<group>"; }; @@ -577,6 +578,7 @@ 93A8D1D10F37544800C92B85 /* jstests */ = { isa = PBXGroup; children = ( + 93DB94A40FC1BFA30047F950 /* capped3.js */, 93197CDD0FBDEDD0001FE537 /* shellspawn.js */, 931974610FB8C2BD001FE537 /* count.js */, 93BC2ADE0FB87442006BC285 /* disk */, |