diff options
author | Aaron <aaron@10gen.com> | 2010-02-17 17:06:54 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-02-17 17:06:54 -0800 |
commit | 56150cc727b8faabbb255daa74b3b2bdbb912852 (patch) | |
tree | 295a0b61d9525debb5c88fb38939ea58f9912323 /mongo.xcodeproj | |
parent | 810eb323c33e210974b8aaa0814c0039253c7321 (diff) | |
download | mongo-56150cc727b8faabbb255daa74b3b2bdbb912852.tar.gz |
SERVER-305 shell kills in progress operations on clean exit
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 731b0da6360..45f2992269e 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -472,6 +472,7 @@ 93B9F91A112C7F200066ECD2 /* set4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = set4.js; sourceTree = "<group>"; }; 93B9F91B112C7F200066ECD2 /* set5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = set5.js; sourceTree = "<group>"; }; 93B9F91C112C7F200066ECD2 /* set6.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = set6.js; sourceTree = "<group>"; }; + 93B9FA36112CAC3C0066ECD2 /* shellkillop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shellkillop.js; sourceTree = "<group>"; }; 93BC2AE10FB87662006BC285 /* cursortests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cursortests.cpp; sourceTree = "<group>"; }; 93BC2AE20FB87662006BC285 /* jstests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jstests.cpp; sourceTree = "<group>"; }; 93BCE15610F25DFE00FA139B /* arrayfind1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = arrayfind1.js; sourceTree = "<group>"; }; @@ -742,6 +743,7 @@ 934BEB9A10DFFA9600178102 /* jstests */ = { isa = PBXGroup; children = ( + 93B9FA36112CAC3C0066ECD2 /* shellkillop.js */, 93B9F91A112C7F200066ECD2 /* set4.js */, 93B9F91B112C7F200066ECD2 /* set5.js */, 93B9F91C112C7F200066ECD2 /* set6.js */, |