X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FBuildSlaveSupport%2Fbuild-launcher-app;h=25d25ea42439df56e3bde2358bf5e5d70973bb08;hp=117b00856a4e228ad3ff8f7d8763e72ec91d34e7;hb=3e6ad4559692a33ac8772d73c2ee45cd544478e4;hpb=7e466f56a2948ac4ddd7b1073c2f6bd1402d0124 diff --git a/Tools/BuildSlaveSupport/build-launcher-app b/Tools/BuildSlaveSupport/build-launcher-app index 117b00856a4e..25d25ea42439 100755 --- a/Tools/BuildSlaveSupport/build-launcher-app +++ b/Tools/BuildSlaveSupport/build-launcher-app @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2006 Apple Computer, Inc. All rights reserved. +# Copyright (C) 2006 Apple Inc. All rights reserved. # Copyright (C) 2006 Mark Rowe . All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -12,7 +12,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of +# 3. Neither the name of Apple Inc. ("Apple") nor the names of # its contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # @@ -104,7 +104,7 @@ sub copyNightlyLauncher print OUT "$branch\n"; close(OUT); - my @frameworks = ("JavaScriptCore", "JavaScriptGlue", "WebCore", "WebKit"); + my @frameworks = ("JavaScriptCore", "WebCore", "WebKit"); for my $framework (@frameworks) { system("ditto", productDir() . "/$framework.framework", "$nightlyLauncherStagingPath/Contents/Resources/$framework.framework") == 0 or die "Failed copying $framework.framework into $nightlyLauncherStagingPath"; }