[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
mrowe at apple.com
mrowe at apple.com
Tue Jan 5 23:39:22 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 50b94c46171c3e588156a756145e808793a0f27f
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Nov 30 22:02:14 2009 +0000
Use the correct path to Info.plist to avoid creating an empty file at the top of the WebKit directory.
* WebKit.xcodeproj/project.pbxproj:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51513 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 0787418..90a6a28 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-30 Mark Rowe <mrowe at apple.com>
+
+ Use the correct path to Info.plist to avoid creating an empty file at the top of the WebKit directory.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2009-11-24 Dmitry Titov <dimich at chromium.org>
Reviewed by Eric Seidel.
diff --git a/WebKit/WebKit.xcodeproj/project.pbxproj b/WebKit/WebKit.xcodeproj/project.pbxproj
index 176b21c..de8c687 100644
--- a/WebKit/WebKit.xcodeproj/project.pbxproj
+++ b/WebKit/WebKit.xcodeproj/project.pbxproj
@@ -1661,7 +1661,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != \"Production\" ]]; then\n touch \"$SRCROOT/Info.plist\";\nfi;\n";
+ shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != \"Production\" ]]; then\n touch \"${PROJECT_DIR}/mac/Info.plist\";\nfi;\n";
};
5DE6D18C0FCF231B002DE28C /* Symlink WebKitPluginHost in to place */ = {
isa = PBXShellScriptBuildPhase;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list