Changeset 134344 in webkit


Ignore:
Timestamp:
Nov 12, 2012 8:01:37 PM (12 years ago)
Author:
dbates@webkit.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r134309 r134344  
     12012-11-12  Daniel Bates  <dbates@webkit.org>
     2
     3        Perl errors from Tools/Scripts/copy-webkitlibraries-to-product-directory
     4        https://bugs.webkit.org/show_bug.cgi?id=101980
     5
     6        Reviewed by Mark Rowe.
     7
     8        Remove library libWebKitSystemInterfaceLeopard.a and libWebKitSystemInterfaceSnowLeopard.a
     9        from the list of libraries to copy to the specified built products directory
     10        as these libraries were removed from the repository in <http://trac.webkit.org/changeset/133670>.
     11
     12        * Scripts/copy-webkitlibraries-to-product-directory:
     13
    1142012-11-12  Dirk Pranke  <dpranke@chromium.org>
    215
  • trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory

    r122352 r134344  
    3535
    3636my @librariesToCopy = (
    37     "libWebKitSystemInterfaceLeopard.a",
    38     "libWebKitSystemInterfaceSnowLeopard.a",
    3937    "libWebKitSystemInterfaceLion.a",
    4038    "libWebKitSystemInterfaceMountainLion.a",
Note: See TracChangeset for help on using the changeset viewer.