Follow-up to r76477.
Fix the scripts that detect problematic code such as static initializers
and destructors, weak vtables, inappropriate files in the framework wrappers,
and public headers including private headers. These had all been broken
since the projects were moved in to the Source directory as the paths to the
scripts were not updated at that time.
Source/JavaScriptCore:
* JavaScriptCore.xcodeproj/project.pbxproj:
Source/JavaScriptGlue:
* JavaScriptGlue.xcodeproj/project.pbxproj:
Source/WebCore:
Stop copying an IDL file in to the framework wrapper. Doing that doesn't even make sense.
* WebCore.xcodeproj/project.pbxproj:
Source/WebKit:
* WebKit.xcodeproj/project.pbxproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@76478
268f45cc-cd09-0410-ab3c-
d52691b4dbfc