[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.14, 1.58.2.15
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 15:45:54
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12046 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add another unit test Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.14 retrieving revision 1.58.2.15 diff -C2 -d -r1.58.2.14 -r1.58.2.15 *** project.pbxproj 26 Dec 2006 01:42:52 -0000 1.58.2.14 --- project.pbxproj 29 Dec 2006 15:45:52 -0000 1.58.2.15 *************** *** 574,577 **** --- 574,579 ---- 49EFA68508F8A8F900FCD194 /* SmoothTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EFA68308F8A8F900FCD194 /* SmoothTool.h */; }; 49EFA68608F8A8F900FCD194 /* SmoothTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EFA68408F8A8F900FCD194 /* SmoothTool.cpp */; }; + 49F4D63F0B456651001D5ED9 /* PluginUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B73E4D064B08DC00C766D2 /* PluginUtils.cpp */; }; + 49F4D64A0B4566B3001D5ED9 /* PluginTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49F4D6440B4566AD001D5ED9 /* PluginTests.cpp */; }; 49F505AA0A699BF200049552 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = 49F5054D0A69983300049552 /* Credits.html */; }; 49F59D9705FA9F3D00CDC512 /* Constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49F59D9605FA9F3D00CDC512 /* Constants.cpp */; }; *************** *** 1261,1264 **** --- 1263,1268 ---- 49EFA68408F8A8F900FCD194 /* SmoothTool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SmoothTool.cpp; path = PlanTool/SmoothTool.cpp; sourceTree = "<group>"; }; 49F3604C085CDDA500C3E090 /* Metakit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Metakit.xcodeproj; path = ../../../external/Metakit/mac/Metakit.xcodeproj; sourceTree = SOURCE_ROOT; }; + 49F4D6430B4566AD001D5ED9 /* PluginTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PluginTests.h; path = ../UnitTest/PluginTests.h; sourceTree = SOURCE_ROOT; }; + 49F4D6440B4566AD001D5ED9 /* PluginTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PluginTests.cpp; path = ../UnitTest/PluginTests.cpp; sourceTree = SOURCE_ROOT; }; 49F5054D0A69983300049552 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = Credits.html; path = ../source/Credits.html; sourceTree = SOURCE_ROOT; }; 49F59D9605FA9F3D00CDC512 /* Constants.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Constants.cpp; path = ../source/Constants.cpp; sourceTree = SOURCE_ROOT; }; *************** *** 1977,1983 **** 49534E880649BF8D00DB7E02 /* ToolPalette.cpp */, 490749D406488E1100C334E8 /* ToolPalette.h */, 49144F3407A4338100DE6CA0 /* WarningOverlay.cpp */, 49144F2E07A432FE00DE6CA0 /* WarningOverlay.h */, - 49534E890649BF8D00DB7E02 /* WritablePlanView.cpp */, 490749DC06488E1100C334E8 /* WritablePlanView.h */, ); --- 1981,1987 ---- 49534E880649BF8D00DB7E02 /* ToolPalette.cpp */, 490749D406488E1100C334E8 /* ToolPalette.h */, + 49534E890649BF8D00DB7E02 /* WritablePlanView.cpp */, 49144F3407A4338100DE6CA0 /* WarningOverlay.cpp */, 49144F2E07A432FE00DE6CA0 /* WarningOverlay.h */, 490749DC06488E1100C334E8 /* WritablePlanView.h */, ); *************** *** 2108,2111 **** --- 2112,2117 ---- 49C7E30C0B2E3FC000755D16 /* UnitTest.cpp */, 49C7E30D0B2E3FC000755D16 /* UnitTest.h */, + 49F4D6430B4566AD001D5ED9 /* PluginTests.h */, + 49F4D6440B4566AD001D5ED9 /* PluginTests.cpp */, ); name = UnitTest; *************** *** 2668,2671 **** --- 2674,2679 ---- 49C7E3130B2E3FC700755D16 /* UnitTest.cpp in Sources */, 49C7E3250B2E40A000755D16 /* LayoutDBTests.cpp in Sources */, + 49F4D63F0B456651001D5ED9 /* PluginUtils.cpp in Sources */, + 49F4D64A0B4566B3001D5ED9 /* PluginTests.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; |