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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 11:38:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7973008e45b2dbaddb586007cb3eed9ba7721b3b
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 18:04:00 2010 +0000

    Add a missing </File> tag to WebCore.vcproj.
    
    * WebCore.vcproj/WebCore.vcproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64476 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ea92ff1..d24f5cc 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-02  Brian Weinstein  <bweinstein at apple.com>
+
+        Add a missing </File> tag to WebCore.vcproj.
+
+        * WebCore.vcproj/WebCore.vcproj:
+
 2010-08-02  Mario Sanchez Prada  <msanchez at igalia.com>
 
         Reviewed by Chris Fleizach.
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index e5aa1a7..5aceda1 100644
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -21043,6 +21043,7 @@
 			<File
 				RelativePath="..\accessibility\Accessibility.cpp"
 				>
+            </File>
 			<File
 				RelativePath="..\accessibility\Accessibility.h"
 				>
@@ -22138,7 +22139,7 @@
 			<File
 				RelativePath="..\accessibility\ScreenReader.cpp"
 				>
-                        </File>
+            </File>
 			<File
 				RelativePath="..\accessibility\ScreenReader.h"
 				>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list