[webkit-changes] cvs commit: WebKit/WebKit.xcodeproj project.pbxproj

Timothy thatcher at opensource.apple.com
Wed Sep 14 16:54:14 PDT 2005


thatcher    05/09/14 16:54:14

  Modified:    .        ChangeLog
               WebKit.xcodeproj project.pbxproj
  Log:
          Reviewed by Eric.
  
          * WebKit.xcodeproj/project.pbxproj:
          made WebDashboardRegion.h a private header
  
  Revision  Changes    Path
  1.3320    +7 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3319
  retrieving revision 1.3320
  diff -u -r1.3319 -r1.3320
  --- ChangeLog	14 Sep 2005 16:21:27 -0000	1.3319
  +++ ChangeLog	14 Sep 2005 23:54:11 -0000	1.3320
  @@ -1,3 +1,10 @@
  +2005-09-14  Timothy Hatcher  <thatcher at apple.com>
  +
  +        Reviewed by Eric.
  +        
  +        * WebKit.xcodeproj/project.pbxproj:
  +        made WebDashboardRegion.h a private header
  +
   2005-09-14  Darin Adler  <darin at apple.com>
   
           Reviewed by Maciej.
  
  
  
  1.9       +1 -1      WebKit/WebKit.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebKit/WebKit.xcodeproj/project.pbxproj,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.pbxproj	11 Sep 2005 17:04:17 -0000	1.8
  +++ project.pbxproj	14 Sep 2005 23:54:14 -0000	1.9
  @@ -1668,7 +1668,7 @@
   			);
   			runOnlyForDeploymentPostprocessing = 0;
   			shellPath = /bin/sh;
  -			shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PUBLIC_HEADERS_FOLDER_PATH\"\nsed -e s/WebCore/WebKit/ \"$WEBCORE_PRIVATE_HEADERS_DIR/WebDashboardRegion.h\" > \"$TARGET_BUILD_DIR/$PUBLIC_HEADERS_FOLDER_PATH/WebDashboardRegion.h\"";
  +			shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH\"\nsed -e s/WebCore/WebKit/ \"$WEBCORE_PRIVATE_HEADERS_DIR/WebDashboardRegion.h\" > \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH/WebDashboardRegion.h\"";
   		};
   		93AF52D808254E31005D0156 /* DOMViews.h */ = {
   			isa = PBXShellScriptBuildPhase;
  
  
  



More information about the webkit-changes mailing list