Changeset 104323 in webkit


Ignore:
Timestamp:
Jan 6, 2012 12:31:05 PM (12 years ago)
Author:
benjamin@webkit.org
Message:

[Mac] Sort the resources of WTF.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=75639

Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-01-06
Reviewed by Andreas Kling.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r104289 r104323  
     12012-01-06  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        [Mac] Sort the resources of WTF.xcodeproj
     4        https://bugs.webkit.org/show_bug.cgi?id=75639
     5
     6        Reviewed by Andreas Kling.
     7
     8        * WTF.xcodeproj/project.pbxproj:
     9
    1102012-01-06  Eric Seidel  <eric@webkit.org> and Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
    211
  • trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r100850 r104323  
    3737                        isa = PBXGroup;
    3838                        children = (
    39                                 5D247B7614689D7600E78B76 /* Source */,
    4039                                5D247B6D14689C4700E78B76 /* Configurations */,
    4140                                5D247B6314689B8600E78B76 /* Products */,
     41                                5D247B7614689D7600E78B76 /* Source */,
    4242                        );
    4343                        sourceTree = "<group>";
     
    7979                        buildActionMask = 2147483647;
    8080                        files = (
     81                                5D247EB21468B01500E78B76 /* HeaderDetection.h in Headers */,
    8182                                5D247B7A14689D8900E78B76 /* Stub.h in Headers */,
    82                                 5D247EB21468B01500E78B76 /* HeaderDetection.h in Headers */,
    8383                        );
    8484                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.