Title: [104323] trunk/Source/WTF
Revision
104323
Author
[email protected]
Date
2012-01-06 12:31:05 -0800 (Fri, 06 Jan 2012)

Log Message

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

Patch by Benjamin Poulain <[email protected]> on 2012-01-06
Reviewed by Andreas Kling.

* WTF.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (104322 => 104323)


--- trunk/Source/WTF/ChangeLog	2012-01-06 20:30:15 UTC (rev 104322)
+++ trunk/Source/WTF/ChangeLog	2012-01-06 20:31:05 UTC (rev 104323)
@@ -1,3 +1,12 @@
+2012-01-06  Benjamin Poulain  <[email protected]>
+
+        [Mac] Sort the resources of WTF.xcodeproj
+        https://bugs.webkit.org/show_bug.cgi?id=75639
+
+        Reviewed by Andreas Kling.
+
+        * WTF.xcodeproj/project.pbxproj:
+
 2012-01-06  Eric Seidel  <[email protected]> and Gustavo Noronha Silva  <[email protected]>
 
         Make the new WTF module build on Gtk

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (104322 => 104323)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2012-01-06 20:30:15 UTC (rev 104322)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2012-01-06 20:31:05 UTC (rev 104323)
@@ -36,9 +36,9 @@
 		5D247B5714689B8600E78B76 = {
 			isa = PBXGroup;
 			children = (
-				5D247B7614689D7600E78B76 /* Source */,
 				5D247B6D14689C4700E78B76 /* Configurations */,
 				5D247B6314689B8600E78B76 /* Products */,
+				5D247B7614689D7600E78B76 /* Source */,
 			);
 			sourceTree = "<group>";
 		};
@@ -78,8 +78,8 @@
 			isa = PBXHeadersBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				5D247EB21468B01500E78B76 /* HeaderDetection.h in Headers */,
 				5D247B7A14689D8900E78B76 /* Stub.h in Headers */,
-				5D247EB21468B01500E78B76 /* HeaderDetection.h in Headers */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to