Changeset 20309 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Mar 18, 2007, 10:05:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r20225 r20309 455 455 14ABDF5D0A437FEF00ECCA01 /* JSCallbackObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCallbackObject.h; sourceTree = "<group>"; }; 456 456 14ABDF5E0A437FEF00ECCA01 /* JSCallbackObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCallbackObject.cpp; sourceTree = "<group>"; }; 457 14B8ECA60A5653980062BE54 /* JavaScriptCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JavaScriptCore.exp; sourceTree = "<group>"; };457 14B8ECA60A5653980062BE54 /* JavaScriptCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JavaScriptCore.exp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; }; 458 458 14BD534A0A3E0AEA00BAF59C /* SavedBuiltins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedBuiltins.h; sourceTree = "<group>"; }; 459 459 14BD53F30A3E12D800BAF59C /* ExecState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecState.h; sourceTree = "<group>"; }; … … 729 729 name = Products; 730 730 sourceTree = "<group>"; 731 tabWidth = 4; 732 usesTabs = 1; 731 733 }; 732 734 0867D691FE84028FC02AAC07 /* JavaScriptCore */ = { … … 762 764 name = Frameworks; 763 765 sourceTree = "<group>"; 766 tabWidth = 4; 767 usesTabs = 1; 764 768 }; 765 769 141211000A48772600480255 /* tests */ = { … … 774 778 path = API; 775 779 sourceTree = "<group>"; 780 tabWidth = 4; 781 usesTabs = 1; 776 782 }; 777 783 1432EBD70A34CAD400717B9F /* API */ = { … … 803 809 path = API; 804 810 sourceTree = "<group>"; 811 tabWidth = 4; 812 usesTabs = 1; 805 813 }; 806 814 144005170A531CB50005F061 /* minidom */ = { … … 831 839 path = Configurations; 832 840 sourceTree = "<group>"; 841 tabWidth = 4; 842 usesTabs = 1; 833 843 }; 834 844 51856D950562EE9C008B9D83 /* bindings */ = { … … 884 894 name = bindings; 885 895 sourceTree = "<group>"; 896 tabWidth = 4; 897 usesTabs = 1; 886 898 }; 887 899 650FDF8D09D0FCA700769E54 /* Derived Sources */ = { … … 902 914 path = DerivedSources/JavaScriptCore; 903 915 sourceTree = BUILT_PRODUCTS_DIR; 916 tabWidth = 4; 917 usesTabs = 1; 904 918 }; 905 919 65162EF108E6A21C007556CD /* wtf */ = { … … 943 957 path = wtf; 944 958 sourceTree = "<group>"; 959 tabWidth = 4; 960 usesTabs = 1; 945 961 }; 946 962 65417200039E01BA0058BFEB /* kjs */ = { … … 1037 1053 path = kjs; 1038 1054 sourceTree = "<group>"; 1055 tabWidth = 4; 1056 usesTabs = 1; 1039 1057 }; 1040 1058 65417203039E01F90058BFEB /* pcre */ = { … … 1061 1079 name = pcre; 1062 1080 sourceTree = "<group>"; 1081 tabWidth = 4; 1082 usesTabs = 1; 1063 1083 }; 1064 1084 932FC3C10824BB61005B3C75 /* Intermediates */ = { … … 1069 1089 name = Intermediates; 1070 1090 sourceTree = "<group>"; 1091 tabWidth = 4; 1092 usesTabs = 1; 1071 1093 }; 1072 1094 932FC3C20824BB70005B3C75 /* Resources */ = { … … 1077 1099 name = Resources; 1078 1100 sourceTree = "<group>"; 1101 tabWidth = 4; 1102 usesTabs = 1; 1079 1103 }; 1080 1104 E195678D09E7CF1200B89D13 /* unicode */ = {
Note:
See TracChangeset
for help on using the changeset viewer.