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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:50:25 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2db4061a0763931b3ef8452a19839b4f7d2603b8
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 15 19:26:50 2001 +0000

    Changed ref to draw.mm to Project Relative
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@326 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj b/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
index 9fd6ae7..38cd361 100644
--- a/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
+++ b/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
@@ -122,18 +122,6 @@
 //252
 //253
 //254
-		253C4A130177AF4C0ECA149E = {
-			isa = PBXFileReference;
-			name = draw.mm;
-			path = /Volumes/Shared/Projects/cvs/Labyrinth/WebCore/src/kwq/tests/khtmlview/draw.mm;
-			refType = 0;
-		};
-		253C4A140177AF4C0ECA149E = {
-			fileRef = 253C4A130177AF4C0ECA149E;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 		2587FFAC017B21AB0ECA149E = {
 			isa = PBXFrameworkReference;
 			name = WebKit.framework;
@@ -146,6 +134,18 @@
 			settings = {
 			};
 		};
+		25FB9CE1017B6FDB0ECA149E = {
+			isa = PBXFileReference;
+			name = draw.mm;
+			path = ../draw.mm;
+			refType = 2;
+		};
+		25FB9CE2017B6FDB0ECA149E = {
+			fileRef = 25FB9CE1017B6FDB0ECA149E;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
 //250
 //251
 //252
@@ -183,7 +183,7 @@
 		};
 		29B97315FDCFA39411CA2CEA = {
 			children = (
-				253C4A130177AF4C0ECA149E,
+				25FB9CE1017B6FDB0ECA149E,
 			);
 			isa = PBXGroup;
 			name = "Other Sources";
@@ -309,7 +309,7 @@
 		29B9732BFDCFA39411CA2CEA = {
 			buildActionMask = 2147483647;
 			files = (
-				253C4A140177AF4C0ECA149E,
+				25FB9CE2017B6FDB0ECA149E,
 			);
 			isa = PBXSourcesBuildPhase;
 			name = Sources;
diff --git a/WebCore/kwq/tests/khtmlview/draw.mm b/WebCore/kwq/tests/khtmlview/draw.mm
index d8f2bdf..0a58bdb 100644
--- a/WebCore/kwq/tests/khtmlview/draw.mm
+++ b/WebCore/kwq/tests/khtmlview/draw.mm
@@ -58,7 +58,7 @@ int main( int argc, char **argv )
     QApplication app( argc, argv );
 
     // This will eventually be replaced with a NSURL.
-    KURL url = "http://www.apple.com";
+    KURL url = "http://www.blivet.com/";
     
     // Use KHTMLPart as the model for the view.  This will eventually be covered
     // by WebPageDocument.
diff --git a/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj b/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
index 9fd6ae7..38cd361 100644
--- a/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
+++ b/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
@@ -122,18 +122,6 @@
 //252
 //253
 //254
-		253C4A130177AF4C0ECA149E = {
-			isa = PBXFileReference;
-			name = draw.mm;
-			path = /Volumes/Shared/Projects/cvs/Labyrinth/WebCore/src/kwq/tests/khtmlview/draw.mm;
-			refType = 0;
-		};
-		253C4A140177AF4C0ECA149E = {
-			fileRef = 253C4A130177AF4C0ECA149E;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 		2587FFAC017B21AB0ECA149E = {
 			isa = PBXFrameworkReference;
 			name = WebKit.framework;
@@ -146,6 +134,18 @@
 			settings = {
 			};
 		};
+		25FB9CE1017B6FDB0ECA149E = {
+			isa = PBXFileReference;
+			name = draw.mm;
+			path = ../draw.mm;
+			refType = 2;
+		};
+		25FB9CE2017B6FDB0ECA149E = {
+			fileRef = 25FB9CE1017B6FDB0ECA149E;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
 //250
 //251
 //252
@@ -183,7 +183,7 @@
 		};
 		29B97315FDCFA39411CA2CEA = {
 			children = (
-				253C4A130177AF4C0ECA149E,
+				25FB9CE1017B6FDB0ECA149E,
 			);
 			isa = PBXGroup;
 			name = "Other Sources";
@@ -309,7 +309,7 @@
 		29B9732BFDCFA39411CA2CEA = {
 			buildActionMask = 2147483647;
 			files = (
-				253C4A140177AF4C0ECA149E,
+				25FB9CE2017B6FDB0ECA149E,
 			);
 			isa = PBXSourcesBuildPhase;
 			name = Sources;
diff --git a/WebCore/src/kwq/tests/khtmlview/draw.mm b/WebCore/src/kwq/tests/khtmlview/draw.mm
index d8f2bdf..0a58bdb 100644
--- a/WebCore/src/kwq/tests/khtmlview/draw.mm
+++ b/WebCore/src/kwq/tests/khtmlview/draw.mm
@@ -58,7 +58,7 @@ int main( int argc, char **argv )
     QApplication app( argc, argv );
 
     // This will eventually be replaced with a NSURL.
-    KURL url = "http://www.apple.com";
+    KURL url = "http://www.blivet.com/";
     
     // Use KHTMLPart as the model for the view.  This will eventually be covered
     // by WebPageDocument.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list