[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mrowe at apple.com mrowe at apple.com
Wed Dec 22 12:29:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ca6676d321189f5d34cb0c19a1eba29c8065978b
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 20:38:41 2010 +0000

    Set the install path of WebKit2.framework to the build directory for debug and release builds
    to match our other frameworks.
    
    Rubber-stamped by Sam Weinig.
    
    * WebKit2.xcodeproj/project.pbxproj:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65930 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 1d4070d..6bbe073 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-24  Mark Rowe  <mrowe at apple.com>
+
+        Rubber-stamped by Sam Weinig.
+
+        Set the install path of WebKit2.framework to the build directory for debug and release builds
+        to match our other frameworks.
+
+        * WebKit2.xcodeproj/project.pbxproj:
+
 2010-08-24  Sam Weinig  <sam at webkit.org>
 
         Reviewed by John Sullivan.
diff --git a/WebKit2/WebKit2.xcodeproj/project.pbxproj b/WebKit2/WebKit2.xcodeproj/project.pbxproj
index c5c6ade..06261bc 100644
--- a/WebKit2/WebKit2.xcodeproj/project.pbxproj
+++ b/WebKit2/WebKit2.xcodeproj/project.pbxproj
@@ -1787,6 +1787,7 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = BCB86F4B116AAACD00CE20B7 /* WebKit2.xcconfig */;
 			buildSettings = {
+				INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
 				OTHER_LDFLAGS = (
 					"$(OTHER_LDFLAGS)",
 					"-l$(WEBKIT_SYSTEM_INTERFACE_LIBRARY)",
@@ -1798,6 +1799,7 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = BCB86F4B116AAACD00CE20B7 /* WebKit2.xcconfig */;
 			buildSettings = {
+				INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
 				OTHER_LDFLAGS = (
 					"$(OTHER_LDFLAGS)",
 					"-l$(WEBKIT_SYSTEM_INTERFACE_LIBRARY)",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list