[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:28:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 4adbb0990108a186827623e93adca739bdfe1476
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 3 22:56:40 2004 +0000

    JavaScriptCore:
    
            Reviewed by Vicki.
    
            * English.lproj/InfoPlist.strings: Removed. No need to localize the version and
            copyright string, and that's all that was in here.
            * JavaScriptCore.pbproj/project.pbxproj: Removed InfoPlist.strings from build.
    
    WebCore:
    
            Reviewed by Vicki.
    
            * English.lproj/InfoPlist.strings: Removed. No need to localize the version and
            copyright string, and that's all that was in here.
            * WebCore.pbproj/project.pbxproj: Removed InfoPlist.strings from build.
    
    WebKit:
    
            Reviewed by Vicki.
    
            * English.lproj/InfoPlist.strings: Removed. No need to localize the version and
            copyright string, and that's all that was in here.
            * WebKit.pbproj/project.pbxproj: Removed InfoPlist.strings from build.
    
    WebBrowser:
    
            Reviewed by Vicki.
    
            * English.lproj/InfoPlist.strings: Removed version, copyright message, and CFBundleName.
            We won't localize any of these (it's named "Safari" worldwide).
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6165 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 48e66fe..1c68754 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-03  Darin Adler  <darin at apple.com>
+
+        Reviewed by Vicki.
+
+        * English.lproj/InfoPlist.strings: Removed. No need to localize the version and
+        copyright string, and that's all that was in here.
+        * JavaScriptCore.pbproj/project.pbxproj: Removed InfoPlist.strings from build.
+
 2004-03-03  Richard Williamson   <rjw at apple.com>
 
 	More 'C' binding implementation.  Fleshed out all the
diff --git a/JavaScriptCore/English.lproj/InfoPlist.strings b/JavaScriptCore/English.lproj/InfoPlist.strings
deleted file mode 100644
index 18ab830..0000000
Binary files a/JavaScriptCore/English.lproj/InfoPlist.strings and /dev/null differ
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 8ecfb61..50f6d3b 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -94,7 +94,6 @@
 				51856D950562EE9C008B9D83,
 				65417203039E01F90058BFEB,
 				65417200039E01BA0058BFEB,
-				089C1665FE841158C02AAC07,
 				0867D69AFE84028FC02AAC07,
 				034768DFFF38A50411DB9C8B,
 			);
@@ -258,7 +257,6 @@
 		0867D69EFE84028FC02AAC07 = {
 			buildActionMask = 2147483647;
 			files = (
-				089C1668FE841158C02AAC07,
 			);
 			isa = PBXResourcesBuildPhase;
 			runOnlyForDeploymentPostprocessing = 0;
@@ -335,39 +333,6 @@
 			isa = PBXFrameworksBuildPhase;
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		089C1665FE841158C02AAC07 = {
-			children = (
-				089C1666FE841158C02AAC07,
-			);
-			isa = PBXGroup;
-			name = Resources;
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1666FE841158C02AAC07 = {
-			children = (
-				089C1667FE841158C02AAC07,
-			);
-			isa = PBXVariantGroup;
-			name = InfoPlist.strings;
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1667FE841158C02AAC07 = {
-			fileEncoding = 10;
-			isa = PBXFileReference;
-			lastKnownFileType = text.plist.strings;
-			name = English;
-			path = English.lproj/InfoPlist.strings;
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1668FE841158C02AAC07 = {
-			fileRef = 089C1666FE841158C02AAC07;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 		08FB77AEFE84172EC02AAC07 = {
 			children = (
 				938772E5038BFE19008635CE,
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index a69d76c..69f9c1c 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2004-03-03  Darin Adler  <darin at apple.com>
+
+        Reviewed by Vicki.
+
+        * English.lproj/InfoPlist.strings: Removed. No need to localize the version and
+        copyright string, and that's all that was in here.
+        * WebCore.pbproj/project.pbxproj: Removed InfoPlist.strings from build.
+
 2004-03-03  David Hyatt  <hyatt at apple.com>
 
 	Speed up access to the children arrays of accessibility objects by caching mutable arrays of children
diff --git a/WebCore/English.lproj/InfoPlist.strings b/WebCore/English.lproj/InfoPlist.strings
deleted file mode 100644
index 69eb484..0000000
Binary files a/WebCore/English.lproj/InfoPlist.strings and /dev/null differ
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index f1211c9..533d7ab 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -526,7 +526,6 @@
 		0867D69EFE84028FC02AAC07 = {
 			buildActionMask = 2147483647;
 			files = (
-				089C1668FE841158C02AAC07,
 				F5A1B04A02DE8ABA018635CA,
 				F5A1B05402DE8B46018635CA,
 				BC8F629A0405F45600A80004,
@@ -816,7 +815,6 @@
 		089C1665FE841158C02AAC07 = {
 			children = (
 				84C0FA1E052B9652000440A1,
-				089C1666FE841158C02AAC07,
 				F5A1B05302DE8B46018635CA,
 				BC8F62990405F45600A80004,
 			);
@@ -825,31 +823,6 @@
 			refType = 4;
 			sourceTree = "<group>";
 		};
-		089C1666FE841158C02AAC07 = {
-			children = (
-				089C1667FE841158C02AAC07,
-			);
-			isa = PBXVariantGroup;
-			name = InfoPlist.strings;
-			path = "";
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1667FE841158C02AAC07 = {
-			fileEncoding = 10;
-			isa = PBXFileReference;
-			lastKnownFileType = text.plist.strings;
-			name = English;
-			path = English.lproj/InfoPlist.strings;
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1668FE841158C02AAC07 = {
-			fileRef = 089C1666FE841158C02AAC07;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 //080
 //081
 //082
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c07c570..0256d6a 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-03  Darin Adler  <darin at apple.com>
+
+        Reviewed by Vicki.
+
+        * English.lproj/InfoPlist.strings: Removed. No need to localize the version and
+        copyright string, and that's all that was in here.
+        * WebKit.pbproj/project.pbxproj: Removed InfoPlist.strings from build.
+
 2004-03-03  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Chris
diff --git a/WebKit/English.lproj/InfoPlist.strings b/WebKit/English.lproj/InfoPlist.strings
deleted file mode 100644
index 33e4fa5..0000000
Binary files a/WebKit/English.lproj/InfoPlist.strings and /dev/null differ
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index f76610d..b3da1de 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -341,7 +341,6 @@
 		0867D69EFE84028FC02AAC07 = {
 			buildActionMask = 2147483647;
 			files = (
-				089C1668FE841158C02AAC07,
 				35F357800198AAB80ACA1520,
 				9345D4E90365C58D008635CE,
 				9345D17D0365BF35008635CE,
@@ -471,7 +470,6 @@
 		};
 		089C1665FE841158C02AAC07 = {
 			children = (
-				089C1666FE841158C02AAC07,
 				35F3577E0198AAB80ACA1520,
 				932399D7034CF7F6008635CE,
 				F5883BDE025E5C6A01000102,
@@ -486,30 +484,6 @@
 			refType = 2;
 			sourceTree = SOURCE_ROOT;
 		};
-		089C1666FE841158C02AAC07 = {
-			children = (
-				089C1667FE841158C02AAC07,
-			);
-			isa = PBXVariantGroup;
-			name = InfoPlist.strings;
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1667FE841158C02AAC07 = {
-			fileEncoding = 10;
-			isa = PBXFileReference;
-			lastKnownFileType = text.plist.strings;
-			name = English;
-			path = English.lproj/InfoPlist.strings;
-			refType = 4;
-			sourceTree = "<group>";
-		};
-		089C1668FE841158C02AAC07 = {
-			fileRef = 089C1666FE841158C02AAC07;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 //080
 //081
 //082

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list