[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 08:42:09 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6e2544a68d821c2ed12a20395a13fcd5cd34ddc7
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 27 07:31:43 2004 +0000

            Reviewed by Maciej.
    
            - moved to new symlink technique for embedding frameworks
    
            * JavaScriptCore.pbproj/project.pbxproj: Get rid of embed-frameworks build step
            because we don't need it any more.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6701 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 4646bcd..cd2f1de 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-27  Darin Adler  <darin at apple.com>
+
+        Reviewed by Maciej.
+
+        - moved to new symlink technique for embedding frameworks
+
+        * JavaScriptCore.pbproj/project.pbxproj: Get rid of embed-frameworks build step
+        because we don't need it any more.
+
 2004-05-24  Richard Williamson   <rjw at apple.com>
 
 	Changed RuntimeArrayImp to inherit from ArrayInstanceImp and
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 5e149b3..e28fac0 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -123,7 +123,6 @@
 				0867D69EFE84028FC02AAC07,
 				0867D69FFE84028FC02AAC07,
 				0867D6A0FE84028FC02AAC07,
-				F692A8D8025563E401FF60F7,
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
@@ -2813,15 +2812,6 @@
 			settings = {
 			};
 		};
-		F692A8D8025563E401FF60F7 = {
-			buildActionMask = 2147483647;
-			files = (
-			);
-			isa = PBXShellScriptBuildPhase;
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			shellScript = "if [ -f ../Tools/Scripts/embed-into-alex ]; then sh ../Tools/Scripts/embed-into-alex; fi";
-		};
 	};
 	rootObject = 0867D690FE84028FC02AAC07;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list