Ignore:
Timestamp:
Jul 31, 2008, 2:58:12 AM (17 years ago)
Author:
[email protected]
Message:

Rubber-stamped by Oliver Hunt.

Fix the Mac project to not display "test/" as part of file name for tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r35454 r35477  
    3939                140B7D1D0DC69AF7009C42B8 /* JSActivation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14DA818F0D99FD2000B0A4FB /* JSActivation.cpp */; };
    4040                141211310A48794D00480255 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 932F5BD90822A1C700736975 /* JavaScriptCore.framework */; };
    41                 141211340A48795800480255 /* tests/minidom.c in Sources */ = {isa = PBXBuildFile; fileRef = 141211020A48780900480255 /* tests/minidom.c */; };
     41                141211340A48795800480255 /* minidom.c in Sources */ = {isa = PBXBuildFile; fileRef = 141211020A48780900480255 /* minidom.c */; };
    4242                1421359B0A677F4F00A8195E /* JSBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1421359A0A677F4F00A8195E /* JSBase.cpp */; };
    4343                143A97E60A4A06E200456B66 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6560A4CF04B3B3E7008AE952 /* CoreFoundation.framework */; };
    44                 1440057F0A5335640005F061 /* tests/JSNode.c in Sources */ = {isa = PBXBuildFile; fileRef = 1440F6420A4F8B6A0005F061 /* tests/JSNode.c */; };
    45                 144005CB0A5338D10005F061 /* tests/JSNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1440F6410A4F8B6A0005F061 /* tests/JSNode.h */; };
    46                 144005CC0A5338F80005F061 /* tests/Node.h in Headers */ = {isa = PBXBuildFile; fileRef = 1440051F0A531D3B0005F061 /* tests/Node.h */; };
    47                 1440063F0A53598A0005F061 /* tests/Node.c in Sources */ = {isa = PBXBuildFile; fileRef = 144005200A531D3B0005F061 /* tests/Node.c */; };
    48                 1440074A0A536CC20005F061 /* tests/NodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 144007480A536CC20005F061 /* tests/NodeList.h */; };
    49                 1440074B0A536CC20005F061 /* tests/NodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = 144007490A536CC20005F061 /* tests/NodeList.c */; };
    50                 144007570A5370D20005F061 /* tests/JSNodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 144007550A5370D20005F061 /* tests/JSNodeList.h */; };
    51                 144007580A5370D20005F061 /* tests/JSNodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = 144007560A5370D20005F061 /* tests/JSNodeList.c */; };
     44                1440057F0A5335640005F061 /* JSNode.c in Sources */ = {isa = PBXBuildFile; fileRef = 1440F6420A4F8B6A0005F061 /* JSNode.c */; };
     45                144005CB0A5338D10005F061 /* JSNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1440F6410A4F8B6A0005F061 /* JSNode.h */; };
     46                144005CC0A5338F80005F061 /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = 1440051F0A531D3B0005F061 /* Node.h */; };
     47                1440063F0A53598A0005F061 /* Node.c in Sources */ = {isa = PBXBuildFile; fileRef = 144005200A531D3B0005F061 /* Node.c */; };
     48                1440074A0A536CC20005F061 /* NodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 144007480A536CC20005F061 /* NodeList.h */; };
     49                1440074B0A536CC20005F061 /* NodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = 144007490A536CC20005F061 /* NodeList.c */; };
     50                144007570A5370D20005F061 /* JSNodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 144007550A5370D20005F061 /* JSNodeList.h */; };
     51                144007580A5370D20005F061 /* JSNodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = 144007560A5370D20005F061 /* JSNodeList.c */; };
    5252                1440F6100A4F85670005F061 /* testapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 14BD5A2D0A3E91F600BAF59C /* testapi.c */; };
    5353                1440F8920A508B100005F061 /* JSCallbackFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1440F8900A508B100005F061 /* JSCallbackFunction.cpp */; };
     
    427427                06D358A20DAAD9C4003B174E /* MainThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MainThread.cpp; sourceTree = "<group>"; };
    428428                06D358A30DAAD9C4003B174E /* MainThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainThread.h; sourceTree = "<group>"; };
    429                 141211020A48780900480255 /* tests/minidom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tests/minidom.c; sourceTree = "<group>"; };
    430                 1412110D0A48788700480255 /* tests/minidom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tests/minidom.js; sourceTree = "<group>"; };
     429                141211020A48780900480255 /* minidom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minidom.c; path = tests/minidom.c; sourceTree = "<group>"; };
     430                1412110D0A48788700480255 /* minidom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = minidom.js; path = tests/minidom.js; sourceTree = "<group>"; };
    431431                141211200A48793C00480255 /* minidom */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = minidom; sourceTree = BUILT_PRODUCTS_DIR; };
    432432                1419D32C0CEA7CDE00FF507A /* RefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCounted.h; sourceTree = "<group>"; };
    433433                1421359A0A677F4F00A8195E /* JSBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSBase.cpp; sourceTree = "<group>"; };
    434434                142711380A460BBB0080EEEA /* JSBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSBase.h; sourceTree = "<group>"; };
    435                 1440051F0A531D3B0005F061 /* tests/Node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tests/Node.h; sourceTree = "<group>"; };
    436                 144005200A531D3B0005F061 /* tests/Node.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tests/Node.c; sourceTree = "<group>"; };
    437                 144007480A536CC20005F061 /* tests/NodeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tests/NodeList.h; sourceTree = "<group>"; };
    438                 144007490A536CC20005F061 /* tests/NodeList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tests/NodeList.c; sourceTree = "<group>"; };
    439                 144007550A5370D20005F061 /* tests/JSNodeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tests/JSNodeList.h; sourceTree = "<group>"; };
    440                 144007560A5370D20005F061 /* tests/JSNodeList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tests/JSNodeList.c; sourceTree = "<group>"; };
    441                 1440F6410A4F8B6A0005F061 /* tests/JSNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tests/JSNode.h; sourceTree = "<group>"; };
    442                 1440F6420A4F8B6A0005F061 /* tests/JSNode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tests/JSNode.c; sourceTree = "<group>"; };
     435                1440051F0A531D3B0005F061 /* Node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Node.h; path = tests/Node.h; sourceTree = "<group>"; };
     436                144005200A531D3B0005F061 /* Node.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Node.c; path = tests/Node.c; sourceTree = "<group>"; };
     437                144007480A536CC20005F061 /* NodeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NodeList.h; path = tests/NodeList.h; sourceTree = "<group>"; };
     438                144007490A536CC20005F061 /* NodeList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = NodeList.c; path = tests/NodeList.c; sourceTree = "<group>"; };
     439                144007550A5370D20005F061 /* JSNodeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSNodeList.h; path = tests/JSNodeList.h; sourceTree = "<group>"; };
     440                144007560A5370D20005F061 /* JSNodeList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = JSNodeList.c; path = tests/JSNodeList.c; sourceTree = "<group>"; };
     441                1440F6410A4F8B6A0005F061 /* JSNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSNode.h; path = tests/JSNode.h; sourceTree = "<group>"; };
     442                1440F6420A4F8B6A0005F061 /* JSNode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = JSNode.c; path = tests/JSNode.c; sourceTree = "<group>"; };
    443443                1440F88F0A508B100005F061 /* JSCallbackFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCallbackFunction.h; sourceTree = "<group>"; };
    444444                1440F8900A508B100005F061 /* JSCallbackFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCallbackFunction.cpp; sourceTree = "<group>"; };
     
    918918                        isa = PBXGroup;
    919919                        children = (
    920                                 1440F6420A4F8B6A0005F061 /* tests/JSNode.c */,
    921                                 1440F6410A4F8B6A0005F061 /* tests/JSNode.h */,
    922                                 144007560A5370D20005F061 /* tests/JSNodeList.c */,
    923                                 144007550A5370D20005F061 /* tests/JSNodeList.h */,
    924                                 141211020A48780900480255 /* tests/minidom.c */,
    925                                 1412110D0A48788700480255 /* tests/minidom.js */,
    926                                 144005200A531D3B0005F061 /* tests/Node.c */,
    927                                 1440051F0A531D3B0005F061 /* tests/Node.h */,
    928                                 144007490A536CC20005F061 /* tests/NodeList.c */,
    929                                 144007480A536CC20005F061 /* tests/NodeList.h */,
     920                                1440F6420A4F8B6A0005F061 /* JSNode.c */,
     921                                1440F6410A4F8B6A0005F061 /* JSNode.h */,
     922                                144007560A5370D20005F061 /* JSNodeList.c */,
     923                                144007550A5370D20005F061 /* JSNodeList.h */,
     924                                141211020A48780900480255 /* minidom.c */,
     925                                1412110D0A48788700480255 /* minidom.js */,
     926                                144005200A531D3B0005F061 /* Node.c */,
     927                                1440051F0A531D3B0005F061 /* Node.h */,
     928                                144007490A536CC20005F061 /* NodeList.c */,
     929                                144007480A536CC20005F061 /* NodeList.h */,
    930930                        );
    931931                        name = minidom;
     
    13251325                        buildActionMask = 2147483647;
    13261326                        files = (
    1327                                 144005CB0A5338D10005F061 /* tests/JSNode.h in Headers */,
    1328                                 144007570A5370D20005F061 /* tests/JSNodeList.h in Headers */,
    1329                                 144005CC0A5338F80005F061 /* tests/Node.h in Headers */,
    1330                                 1440074A0A536CC20005F061 /* tests/NodeList.h in Headers */,
     1327                                144005CB0A5338D10005F061 /* JSNode.h in Headers */,
     1328                                144007570A5370D20005F061 /* JSNodeList.h in Headers */,
     1329                                144005CC0A5338F80005F061 /* Node.h in Headers */,
     1330                                1440074A0A536CC20005F061 /* NodeList.h in Headers */,
    13311331                                A72701B90DADE94900E548D7 /* ExceptionHelpers.h in Headers */,
    13321332                                A7C31DAA0DBEBA4300FDF8EB /* SegmentedVector.h in Headers */,
     
    17571757                        buildActionMask = 2147483647;
    17581758                        files = (
    1759                                 1440057F0A5335640005F061 /* tests/JSNode.c in Sources */,
    1760                                 144007580A5370D20005F061 /* tests/JSNodeList.c in Sources */,
    1761                                 1440063F0A53598A0005F061 /* tests/Node.c in Sources */,
    1762                                 1440074B0A536CC20005F061 /* tests/NodeList.c in Sources */,
    1763                                 141211340A48795800480255 /* tests/minidom.c in Sources */,
     1759                                1440057F0A5335640005F061 /* JSNode.c in Sources */,
     1760                                144007580A5370D20005F061 /* JSNodeList.c in Sources */,
     1761                                1440063F0A53598A0005F061 /* Node.c in Sources */,
     1762                                1440074B0A536CC20005F061 /* NodeList.c in Sources */,
     1763                                141211340A48795800480255 /* minidom.c in Sources */,
    17641764                        );
    17651765                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.