diff options
author | Aaron <aaron@10gen.com> | 2009-05-15 14:55:18 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-05-15 14:55:18 -0400 |
commit | d0122e2e1ae74dfc4207b1c9ba8f77c3e86201e1 (patch) | |
tree | 79c1a28ca4ad17d876239761c26815f108ff49ff /mongo.xcodeproj | |
parent | ae217d4c58d63f8eaa72c600f431626e2e79746d (diff) | |
download | mongo-d0122e2e1ae74dfc4207b1c9ba8f77c3e86201e1.tar.gz |
add ability to spawn a shell from shell
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 5b6887e7f5f..397064de6d3 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ 931974EE0FB9C3A5001FE537 /* diskfull.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = diskfull.js; sourceTree = "<group>"; }; 931979800FBC67FB001FE537 /* mongo_vstudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mongo_vstudio.cpp; sourceTree = "<group>"; }; 931979810FBC67FB001FE537 /* utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utils.cpp; sourceTree = "<group>"; }; + 93197CDD0FBDEDD0001FE537 /* shellspawn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shellspawn.js; sourceTree = "<group>"; }; 931A027A0F58AA4400147C0E /* jsobjmanipulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsobjmanipulator.h; sourceTree = "<group>"; }; 93202DE40F879CB600AF3B71 /* all.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = all.js; sourceTree = "<group>"; }; 93278F570F72D32900844664 /* gridfs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gridfs.cpp; sourceTree = "<group>"; }; @@ -273,7 +274,6 @@ 93D941C00F77D64F00C3C768 /* replacePeer2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = replacePeer2.js; sourceTree = "<group>"; }; 93D9469F0F7ABB0600C3C768 /* repl6.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl6.js; sourceTree = "<group>"; }; 93D948200F7BF4FA00C3C768 /* remove5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = remove5.js; sourceTree = "<group>"; }; - 93D948210F7BF4FA00C3C768 /* shellfork.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shellfork.js; sourceTree = "<group>"; }; 93D949B40F7D2A7700C3C768 /* median.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = median.js; sourceTree = "<group>"; }; 93DCDB5B0F93ED98005349BC /* nin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nin.js; sourceTree = "<group>"; }; 93DCDBD30F9515AF005349BC /* file_allocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file_allocator.h; sourceTree = "<group>"; }; @@ -577,6 +577,7 @@ 93A8D1D10F37544800C92B85 /* jstests */ = { isa = PBXGroup; children = ( + 93197CDD0FBDEDD0001FE537 /* shellspawn.js */, 931974610FB8C2BD001FE537 /* count.js */, 93BC2ADE0FB87442006BC285 /* disk */, 938DECB70FB5017A00C393D8 /* repair.js */, @@ -591,7 +592,6 @@ 93CCC87F0F8562E900E20FA0 /* datasize.js */, 93D949B40F7D2A7700C3C768 /* median.js */, 93D948200F7BF4FA00C3C768 /* remove5.js */, - 93D948210F7BF4FA00C3C768 /* shellfork.js */, 93D19B300F5EF09C0084C329 /* clone */, 939C67200F535D72006570D3 /* cursor8.js */, 93AB914F0F4F1C970020A046 /* _runner_leak.js */, |