Title: [99906] trunk/Source/_javascript_Core
Revision
99906
Author
[email protected]
Date
2011-11-10 15:31:31 -0800 (Thu, 10 Nov 2011)

Log Message

<http://webkit.org/b/72049> Specify testapi.js install path using _javascript_CORE_FRAMEWORKS_DIR

Reviewed by Joseph Pecoraro.

* _javascript_Core.xcodeproj/project.pbxproj: The testapi.js
script should use _javascript_CORE_FRAMEWORKS_DIR in its dstPath
for installation.  Also removed "Versions/A/" from the path
since this is unneeded due the default symlinks present in the
framework.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (99905 => 99906)


--- trunk/Source/_javascript_Core/ChangeLog	2011-11-10 23:11:15 UTC (rev 99905)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-11-10 23:31:31 UTC (rev 99906)
@@ -1,3 +1,15 @@
+2011-11-10  David Kilzer  <[email protected]>
+
+        <http://webkit.org/b/72049> Specify testapi.js install path using _javascript_CORE_FRAMEWORKS_DIR
+
+        Reviewed by Joseph Pecoraro.
+
+        * _javascript_Core.xcodeproj/project.pbxproj: The testapi.js
+        script should use _javascript_CORE_FRAMEWORKS_DIR in its dstPath
+        for installation.  Also removed "Versions/A/" from the path
+        since this is unneeded due the default symlinks present in the
+        framework.
+
 2011-11-10  Gavin Barraclough  <[email protected]>
 
         Add ARMv7 support to the DFG JIT

Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (99905 => 99906)


--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2011-11-10 23:11:15 UTC (rev 99905)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2011-11-10 23:31:31 UTC (rev 99906)
@@ -799,7 +799,7 @@
 		BCBA2828136A610A00B05860 /* Install Support Script */ = {
 			isa = PBXCopyFilesBuildPhase;
 			buildActionMask = 8;
-			dstPath = "$(SYSTEM_LIBRARY_DIR)/Frameworks/_javascript_Core.framework/Versions/A/Resources";
+			dstPath = "$(_javascript_CORE_FRAMEWORKS_DIR)/_javascript_Core.framework/Resources";
 			dstSubfolderSpec = 0;
 			files = (
 				BCBA2829136A611600B05860 /* testapi.js in Install Support Script */,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to