[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

weinig at apple.com weinig at apple.com
Sun Feb 20 23:28:41 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 91c578e45ff4f7f7c2595337ecbc8c2358c4d0f9
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 20 22:07:18 2011 +0000

    Update update-webkit-localizable-strings with new path to WebKit.
    
    Reviewed by John Sullivan.
    
    * Scripts/update-webkit-localizable-strings:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76281 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 528685f..df73988 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-20  Sam Weinig  <sam at webkit.org>
+
+        Reviewed by John Sullivan.
+
+        Update update-webkit-localizable-strings with new path to WebKit.
+
+        * Scripts/update-webkit-localizable-strings:
+
 2011-01-20  James Robinson  <jamesr at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/Tools/Scripts/update-webkit-localizable-strings b/Tools/Scripts/update-webkit-localizable-strings
index 20e39e9..4baa8d6 100755
--- a/Tools/Scripts/update-webkit-localizable-strings
+++ b/Tools/Scripts/update-webkit-localizable-strings
@@ -34,9 +34,9 @@ use FindBin;
 use lib $FindBin::Bin;
 use webkitdirs;
 
-my @directoriesToScan = ("WebKit/mac", "WebKit/win", "-Source/WebCore/icu", "-WebKit/mac/icu");
-my $fileToUpdate = "WebKit/English.lproj/Localizable.strings";
-my $exceptionsFile = "WebKit/StringsNotToBeLocalized.txt";
+my @directoriesToScan = ("Source/WebKit/mac", "Source/WebKit/win", "-Source/WebCore/icu", "-Source/WebKit/mac/icu");
+my $fileToUpdate = "Source/WebKit/English.lproj/Localizable.strings";
+my $exceptionsFile = "Source/WebKit/StringsNotToBeLocalized.txt";
 
 @ARGV == 0 or die "Usage: " . basename($0) . "\n";
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list