diff options
author | Aaron <aaron@10gen.com> | 2009-03-04 15:57:35 -0500 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-03-04 15:57:35 -0500 |
commit | ae7864878173cd9274abf8a97414317bb7b8ce20 (patch) | |
tree | b70d95efbe61b013b54b42c5b335123fb73179d0 /mongo.xcodeproj | |
parent | 54160011dec1379485165ec410827521f4510f47 (diff) | |
download | mongo-ae7864878173cd9274abf8a97414317bb7b8ce20.tar.gz |
Better cloneCollection checkpoint
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 8c3635e05af..32fbfc4cb10 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -229,6 +229,7 @@ 93B4A82A0F1C0256000C862C /* pdfiletests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdfiletests.cpp; sourceTree = "<group>"; }; 93D0C1520EF1D377005253B7 /* jsobjtests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsobjtests.cpp; sourceTree = "<group>"; }; 93D0C1FB0EF1E267005253B7 /* namespacetests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = namespacetests.cpp; sourceTree = "<group>"; }; + 93D19B310F5EF09C0084C329 /* clonecollection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clonecollection.js; sourceTree = "<group>"; }; 93D6BBF70F265E1100FE5722 /* matchertests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matchertests.cpp; sourceTree = "<group>"; }; 93D6BC9B0F266FC300FE5722 /* querytests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = querytests.cpp; sourceTree = "<group>"; }; 93E727090F4B5B5B004F9B5D /* shardkey.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shardkey.cpp; sourceTree = "<group>"; }; @@ -504,6 +505,7 @@ 93A8D1D10F37544800C92B85 /* jstests */ = { isa = PBXGroup; children = ( + 93D19B300F5EF09C0084C329 /* clone */, 939C67200F535D72006570D3 /* cursor8.js */, 93AB914F0F4F1C970020A046 /* _runner_leak.js */, 93AB91500F4F1C970020A046 /* _runner_leak_nojni.js */, @@ -593,6 +595,14 @@ path = repl; sourceTree = "<group>"; }; + 93D19B300F5EF09C0084C329 /* clone */ = { + isa = PBXGroup; + children = ( + 93D19B310F5EF09C0084C329 /* clonecollection.js */, + ); + path = clone; + sourceTree = "<group>"; + }; C6859E8C029090F304C91782 /* Documentation */ = { isa = PBXGroup; children = ( |