Changeset 24615 in webkit


Ignore:
Timestamp:
Jul 24, 2007 6:22:19 PM (17 years ago)
Author:
weinig
Message:

Rubber-stamped by Adam Roben.

Remove unused .strip files.

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r24608 r24615  
     12007-07-24  Sam Weinig  <sam@webkit.org>
     2
     3        Rubber-stamped by Adam Roben.
     4
     5        Remove unused .strip files.
     6
     7        * WebCore.xcodeproj/project.pbxproj:
     8
    192007-07-24  Adele Peterson  <adele@apple.com>
    210
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r24603 r24615  
    36293629                656580EE09D12B20000E61D7 /* CSSPropertyNames.gperf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CSSPropertyNames.gperf; sourceTree = "<group>"; };
    36303630                656580EF09D12B20000E61D7 /* CSSPropertyNames.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CSSPropertyNames.h; sourceTree = "<group>"; };
    3631                 656580F109D12B20000E61D7 /* CSSPropertyNames.strip */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CSSPropertyNames.strip; sourceTree = "<group>"; };
    36323631                6565811C09D12DB2000E61D7 /* DocTypeStrings.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DocTypeStrings.cpp; sourceTree = "<group>"; };
    36333632                6565814409D13043000E61D7 /* CSSGrammar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CSSGrammar.cpp; sourceTree = "<group>"; };
     
    36353634                6565814709D13043000E61D7 /* CSSValueKeywords.gperf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CSSValueKeywords.gperf; sourceTree = "<group>"; };
    36363635                6565814809D13043000E61D7 /* CSSValueKeywords.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CSSValueKeywords.h; sourceTree = "<group>"; };
    3637                 6565814A09D13043000E61D7 /* CSSValueKeywords.strip */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CSSValueKeywords.strip; sourceTree = "<group>"; };
    36383636                6565814B09D13043000E61D7 /* HTMLEntityNames.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = HTMLEntityNames.c; sourceTree = "<group>"; };
    36393637                6565814C09D13043000E61D7 /* tokenizer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = tokenizer.cpp; sourceTree = "<group>"; };
     
    71167114                                656580EE09D12B20000E61D7 /* CSSPropertyNames.gperf */,
    71177115                                656580EF09D12B20000E61D7 /* CSSPropertyNames.h */,
    7118                                 656580F109D12B20000E61D7 /* CSSPropertyNames.strip */,
    71197116                                6565814609D13043000E61D7 /* CSSValueKeywords.c */,
    71207117                                6565814709D13043000E61D7 /* CSSValueKeywords.gperf */,
    71217118                                6565814809D13043000E61D7 /* CSSValueKeywords.h */,
    7122                                 6565814A09D13043000E61D7 /* CSSValueKeywords.strip */,
    71237119                                6565811C09D12DB2000E61D7 /* DocTypeStrings.cpp */,
    71247120                                6565814B09D13043000E61D7 /* HTMLEntityNames.c */,
     
    1173511731                        isa = PBXProject;
    1173611732                        buildConfigurationList = 149C284308902B11008A9EFC /* Build configuration list for PBXProject "WebCore" */;
    11737                         compatibilityVersion = "Xcode 2.4";
    1173811733                        hasScannedForEncodings = 1;
    1173911734                        knownRegions = (
Note: See TracChangeset for help on using the changeset viewer.