diff options
author | Aaron <aaron@10gen.com> | 2010-06-22 17:53:11 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-06-22 17:53:11 -0700 |
commit | bf36eebd4f32728d4ff0de6cc4a3a3605ab0af1d (patch) | |
tree | 410775fff2c8bb84aca5f6a05f83cc53234ce7ad /mongo.xcodeproj/project.pbxproj | |
parent | 155e38b679502bfee1a3caf5ca452667353074fc (diff) | |
download | mongo-bf36eebd4f32728d4ff0de6cc4a3a3605ab0af1d.tar.gz |
SERVER-776 NumberLong in sm
Diffstat (limited to 'mongo.xcodeproj/project.pbxproj')
-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 8da938bd3f9..5aa2d7c75da 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -452,6 +452,7 @@ 937D14AB0F2A225F0071FFA9 /* nonce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nonce.h; sourceTree = "<group>"; }; 937D14AC0F2A226E0071FFA9 /* nonce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nonce.cpp; sourceTree = "<group>"; }; 938A748A11D140EC005265E1 /* in4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = in4.js; sourceTree = "<group>"; }; + 938A74BF11D17ECE005265E1 /* numberlong.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = numberlong.js; sourceTree = "<group>"; }; 938A7A420F54871000FB7A07 /* storage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = storage.cpp; sourceTree = "<group>"; }; 938A7A430F54873600FB7A07 /* concurrency.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = concurrency.h; sourceTree = "<group>"; }; 938A7A440F54873600FB7A07 /* queryutil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = queryutil.cpp; sourceTree = "<group>"; }; @@ -822,6 +823,7 @@ 934BEB9A10DFFA9600178102 /* jstests */ = { isa = PBXGroup; children = ( + 938A74BF11D17ECE005265E1 /* numberlong.js */, 938A748A11D140EC005265E1 /* in4.js */, 93C529C511D047CF00CF42F7 /* repair2.js */, 937884E811C80B22007E85F5 /* or8.js */, |