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

joepeck at webkit.org joepeck at webkit.org
Wed Dec 22 11:20:02 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 62b8cdcc9b1f937c9870d302c185015600404d0d
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 19 23:19:15 2010 +0000

    2010-07-19  Joseph Pecoraro  <joepeck at webkit.org>
    
            Reviewed by Mark Rowe.
    
            Web Inspector: Do Not Copy *.re2js Inspector Resources in XCode Build Phase
            https://bugs.webkit.org/show_bug.cgi?id=42601
    
            Remove *.re2js files after copying them over in the Build Phase. We do
            the same to remove the WebKit.qrc file.
    
            * WebCore.xcodeproj/project.pbxproj:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63696 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 169d87f..60d207e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-07-19  Joseph Pecoraro  <joepeck at webkit.org>
+
+        Reviewed by Mark Rowe.
+
+        Web Inspector: Do Not Copy *.re2js Inspector Resources in XCode Build Phase
+        https://bugs.webkit.org/show_bug.cgi?id=42601
+
+        Remove *.re2js files after copying them over in the Build Phase. We do
+        the same to remove the WebKit.qrc file.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2010-07-17  Tony Gentilcore  <tonyg at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebCore/WebCore.xcodeproj/project.pbxproj b/WebCore/WebCore.xcodeproj/project.pbxproj
index 285e504..64a60a5 100644
--- a/WebCore/WebCore.xcodeproj/project.pbxproj
+++ b/WebCore/WebCore.xcodeproj/project.pbxproj
@@ -19959,7 +19959,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "# Copy all the Inspector front-end resources.\nditto \"${SRCROOT}/inspector/front-end\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector\"\n\n# Remove the WebKit.qrc file since it is not used on the Mac (this file is for Qt)\nrm -f \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector/WebKit.qrc\"\n";
+			shellScript = "# Copy all the Inspector front-end resources.\nditto \"${SRCROOT}/inspector/front-end\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector\"\n\n# Remove the WebKit.qrc file since it is not used on the Mac (this file is for Qt)\nrm -f \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector/WebKit.qrc\"\n\n# Remove *.re2js files, they are only used to generate some .js files.\nrm -f \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector/\"*.re2js\n";
 		};
 		5D0D540D0E9862F60029E223 /* Check For Weak VTables and Externals */ = {
 			isa = PBXShellScriptBuildPhase;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list