Changeset 129722 in webkit


Ignore:
Timestamp:
Sep 26, 2012, 6:43:00 PM (13 years ago)
Author:
weinig@apple.com
Message:

Fix XPCServices symlink to not be to an absolute path
in the build products directory.

Reviewed by Dan Bernstein.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r129705 r129722  
     12012-09-26  Sam Weinig  <sam@webkit.org>
     2
     3        Fix XPCServices symlink to not be to an absolute path
     4        in the build products directory.
     5
     6        Reviewed by Dan Bernstein.
     7
     8        * WebKit2.xcodeproj/project.pbxproj:
     9
    1102012-09-26  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r129312 r129722  
    46404640                        runOnlyForDeploymentPostprocessing = 0;
    46414641                        shellPath = /bin/sh;
    4642                         shellScript = "ln -sf ${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/WebKit2.framework/Versions/Current/XPCServices \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/WebKit2.framework/XPCServices\"\n";
     4642                        shellScript = "ln -sf Versions/Current/XPCServices \"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/WebKit2.framework/XPCServices\"\n";
    46434643                };
    46444644                BCFFCA8B160D6E7B003DF315 /* Copy XPC services for engineering builds */ = {
Note: See TracChangeset for help on using the changeset viewer.