summaryrefslogtreecommitdiff
path: root/mongo.xcodeproj
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-06-15 12:29:27 -0700
committerAaron <aaron@10gen.com>2010-06-15 12:29:27 -0700
commit0715c4db07354dffa7c08b0c2269b1fae5517684 (patch)
treea1c6ac8c1dbf5ff0e41be1abdd233065d5a36993 /mongo.xcodeproj
parent0676284bb13c252782c3f6a9343c6e4140ca799e (diff)
downloadmongo-0715c4db07354dffa7c08b0c2269b1fae5517684.tar.gz
SERVER-1242 check nsdetails before using
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r--mongo.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj
index d14e0ff35a4..867ddc67034 100644
--- a/mongo.xcodeproj/project.pbxproj
+++ b/mongo.xcodeproj/project.pbxproj
@@ -444,6 +444,8 @@
936B895E0F4C899400934AF2 /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = "<group>"; };
936B895F0F4C899400934AF2 /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = "<group>"; };
9378842D11C6C987007E85F5 /* indexh.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = indexh.js; sourceTree = "<group>"; };
+ 937884C311C80276007E85F5 /* indexi.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = indexi.js; sourceTree = "<group>"; };
+ 937884E811C80B22007E85F5 /* or8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = or8.js; sourceTree = "<group>"; };
937C493311C0358D00836543 /* or7.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = or7.js; sourceTree = "<group>"; };
937CACE90F27BF4900C57AA6 /* socktests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = socktests.cpp; sourceTree = "<group>"; };
937D0E340F28CB070071FFA9 /* repltests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = repltests.cpp; sourceTree = "<group>"; };
@@ -818,6 +820,8 @@
934BEB9A10DFFA9600178102 /* jstests */ = {
isa = PBXGroup;
children = (
+ 937884E811C80B22007E85F5 /* or8.js */,
+ 937884C311C80276007E85F5 /* indexi.js */,
9378842D11C6C987007E85F5 /* indexh.js */,
937C493311C0358D00836543 /* or7.js */,
932D854611AB912B002749FB /* array_match1.js */,