diff options
author | Aaron <aaron@10gen.com> | 2010-07-26 15:34:16 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-07-26 15:34:16 -0700 |
commit | 69a0d45f5cad648b727369b21a0a7fa1b1a5b732 (patch) | |
tree | d7009ea65979eb77d601cca1f76260bdc2261c1f /mongo.xcodeproj | |
parent | 4af7fec5313f2b9fa68f783c3fa189bffb4356d5 (diff) | |
download | mongo-69a0d45f5cad648b727369b21a0a7fa1b1a5b732.tar.gz |
capped trunc prob final cut
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 b5f76a2e6fb..d64006fb718 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -581,6 +581,7 @@ 93E5B88E10D7FF890044F9E4 /* v8_wrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = v8_wrapper.cpp; sourceTree = "<group>"; }; 93E5B88F10D7FF890044F9E4 /* v8_wrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = v8_wrapper.h; sourceTree = "<group>"; }; 93E6E09F11FDFAAA00EDA451 /* cap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cap.cpp; sourceTree = "<group>"; }; + 93E6E10A11FE2BBC00EDA451 /* capped6.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = capped6.js; sourceTree = "<group>"; }; 93E727090F4B5B5B004F9B5D /* shardkey.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shardkey.cpp; sourceTree = "<group>"; }; 93E7270A0F4B5B5B004F9B5D /* shardkey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = shardkey.h; sourceTree = "<group>"; }; 93E8A4381173E6480025F7F8 /* or1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = or1.js; sourceTree = "<group>"; }; @@ -830,6 +831,7 @@ 934BEB9A10DFFA9600178102 /* jstests */ = { isa = PBXGroup; children = ( + 93E6E10A11FE2BBC00EDA451 /* capped6.js */, 93C5BC9E11E5B7FE00F9671C /* group6.js */, 93C5BC7911E5AE8700F9671C /* in6.js */, 938A74BF11D17ECE005265E1 /* numberlong.js */, |