Title: [134344] trunk/Tools
Revision
134344
Author
[email protected]
Date
2012-11-12 20:01:37 -0800 (Mon, 12 Nov 2012)

Log Message

Perl errors from Tools/Scripts/copy-webkitlibraries-to-product-directory
https://bugs.webkit.org/show_bug.cgi?id=101980

Reviewed by Mark Rowe.

Remove library libWebKitSystemInterfaceLeopard.a and libWebKitSystemInterfaceSnowLeopard.a
from the list of libraries to copy to the specified built products directory
as these libraries were removed from the repository in <http://trac.webkit.org/changeset/133670>.

* Scripts/copy-webkitlibraries-to-product-directory:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134343 => 134344)


--- trunk/Tools/ChangeLog	2012-11-13 03:38:47 UTC (rev 134343)
+++ trunk/Tools/ChangeLog	2012-11-13 04:01:37 UTC (rev 134344)
@@ -1,3 +1,16 @@
+2012-11-12  Daniel Bates  <[email protected]>
+
+        Perl errors from Tools/Scripts/copy-webkitlibraries-to-product-directory
+        https://bugs.webkit.org/show_bug.cgi?id=101980
+
+        Reviewed by Mark Rowe.
+
+        Remove library libWebKitSystemInterfaceLeopard.a and libWebKitSystemInterfaceSnowLeopard.a
+        from the list of libraries to copy to the specified built products directory
+        as these libraries were removed from the repository in <http://trac.webkit.org/changeset/133670>.
+
+        * Scripts/copy-webkitlibraries-to-product-directory:
+
 2012-11-12  Dirk Pranke  <[email protected]>
 
         webkitpy: integrate pylint into check-webkit-style, part I

Modified: trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory (134343 => 134344)


--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2012-11-13 03:38:47 UTC (rev 134343)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory	2012-11-13 04:01:37 UTC (rev 134344)
@@ -34,8 +34,6 @@
 chdirWebKit();
 
 my @librariesToCopy = (
-    "libWebKitSystemInterfaceLeopard.a",
-    "libWebKitSystemInterfaceSnowLeopard.a",
     "libWebKitSystemInterfaceLion.a",
     "libWebKitSystemInterfaceMountainLion.a",
     "libWebCoreSQLite3.a",
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to