[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 06:11:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 532cf3301ddad54a469d21ee4c5cb8c141366f77
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 7 21:41:33 2002 +0000

    	Oops. These files don't belong at the top level.
    
    	* IFWebCoreViewFactory.h: Removed.
    	* IFWebCoreViewFactory.m: Removed.
    	* WebCoreSupport.subproj/IFWebCoreViewFactory.h: Added.
    	* WebCoreSupport.subproj/IFWebCoreViewFactory.m: Added.
    	* WebKit.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1106 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index bdfdc59..f3a14cd 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,15 @@
 2002-05-07  Darin Adler  <darin at apple.com>
 
+	Oops. These files don't belong at the top level.
+
+	* IFWebCoreViewFactory.h: Removed.
+	* IFWebCoreViewFactory.m: Removed.
+	* WebCoreSupport.subproj/IFWebCoreViewFactory.h: Added.
+	* WebCoreSupport.subproj/IFWebCoreViewFactory.m: Added.
+	* WebKit.pbproj/project.pbxproj:
+
+2002-05-07  Darin Adler  <darin at apple.com>
+
 	Move more plugin code here from WebCore.
 
 	* IFWebCoreViewFactory.h: Added.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index bdfdc59..f3a14cd 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,15 @@
 2002-05-07  Darin Adler  <darin at apple.com>
 
+	Oops. These files don't belong at the top level.
+
+	* IFWebCoreViewFactory.h: Removed.
+	* IFWebCoreViewFactory.m: Removed.
+	* WebCoreSupport.subproj/IFWebCoreViewFactory.h: Added.
+	* WebCoreSupport.subproj/IFWebCoreViewFactory.m: Added.
+	* WebKit.pbproj/project.pbxproj:
+
+2002-05-07  Darin Adler  <darin at apple.com>
+
 	Move more plugin code here from WebCore.
 
 	* IFWebCoreViewFactory.h: Added.
diff --git a/WebKit/IFWebCoreViewFactory.h b/WebKit/WebCoreSupport.subproj/IFWebCoreViewFactory.h
similarity index 100%
copy from WebKit/IFWebCoreViewFactory.h
copy to WebKit/WebCoreSupport.subproj/IFWebCoreViewFactory.h
diff --git a/WebKit/IFWebCoreViewFactory.m b/WebKit/WebCoreSupport.subproj/IFWebCoreViewFactory.m
similarity index 100%
copy from WebKit/IFWebCoreViewFactory.m
copy to WebKit/WebCoreSupport.subproj/IFWebCoreViewFactory.m
diff --git a/WebKit/IFWebCoreViewFactory.h b/WebKit/WebCoreSupport.subproj/WebViewFactory.h
similarity index 100%
rename from WebKit/IFWebCoreViewFactory.h
rename to WebKit/WebCoreSupport.subproj/WebViewFactory.h
diff --git a/WebKit/IFWebCoreViewFactory.m b/WebKit/WebCoreSupport.subproj/WebViewFactory.m
similarity index 100%
rename from WebKit/IFWebCoreViewFactory.m
rename to WebKit/WebCoreSupport.subproj/WebViewFactory.m
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 1d6cf87..20b6ea7 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -1837,12 +1837,14 @@
 		};
 		F5F7174C02885C5B018635CA = {
 			isa = PBXFileReference;
-			path = IFWebCoreViewFactory.h;
+			name = IFWebCoreViewFactory.h;
+			path = WebCoreSupport.subproj/IFWebCoreViewFactory.h;
 			refType = 4;
 		};
 		F5F7174D02885C5B018635CA = {
 			isa = PBXFileReference;
-			path = IFWebCoreViewFactory.m;
+			name = IFWebCoreViewFactory.m;
+			path = WebCoreSupport.subproj/IFWebCoreViewFactory.m;
 			refType = 4;
 		};
 		F5F7174E02885C5B018635CA = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list