diff options
author | Aaron <aaron@10gen.com> | 2010-04-13 15:17:34 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-04-13 15:17:34 -0700 |
commit | 9ff79142507703a0bb0cd8233233a9c022d43a59 (patch) | |
tree | 77e7ef98676453bb0f06edd9dc4f3e6a2b250a27 /mongo.xcodeproj | |
parent | 41d65a81f9e0b04e80ee435c81d909c7c4b6fe98 (diff) | |
download | mongo-9ff79142507703a0bb0cd8233233a9c022d43a59.tar.gz |
SERVER-1004 $or with other top level fields
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 05913868189..85746b14e39 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -539,6 +539,7 @@ 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>"; }; + 93E8A4D01174EEAF0025F7F8 /* or2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = or2.js; sourceTree = "<group>"; }; 93F0957010E165E50053380C /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = "<group>"; }; 93F095CC10E16FF70053380C /* shellfork.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shellfork.js; sourceTree = "<group>"; }; C6859E8B029090EE04C91782 /* mongo.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = mongo.1; sourceTree = "<group>"; }; @@ -780,6 +781,7 @@ 934BEB9A10DFFA9600178102 /* jstests */ = { isa = PBXGroup; children = ( + 93E8A4D01174EEAF0025F7F8 /* or2.js */, 93E8A4381173E6480025F7F8 /* or1.js */, 930750A8114EFB9900272A70 /* update_addToSet.js */, 930750A9114EFB9900272A70 /* update_arraymatch1.js */, |