Bug 62677 - Remove duplicate header entries in WebCore project file
Summary: Remove duplicate header entries in WebCore project file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks: 66188
  Show dependency treegraph
 
Reported: 2011-06-14 16:26 PDT by David Kilzer (:ddkilzer)
Modified: 2011-08-13 09:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch 1 of 2 (4.86 KB, patch)
2011-06-14 16:32 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff
Patch 2 of 2 (66.41 KB, patch)
2011-06-14 16:32 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2011-06-14 16:26:43 PDT
Xcode 4 finds a number of duplicate header entries in the WebCore project file.

I have a series of two patches that cleans it up.
Comment 1 David Kilzer (:ddkilzer) 2011-06-14 16:32:26 PDT
Created attachment 97189 [details]
Patch 1 of 2
Comment 2 David Kilzer (:ddkilzer) 2011-06-14 16:32:51 PDT
Created attachment 97190 [details]
Patch 2 of 2
Comment 3 David Kilzer (:ddkilzer) 2011-06-14 16:35:41 PDT
(In reply to comment #1)
> Created an attachment (id=97189) [details]
> Patch 1 of 1

FWIW, I used uniq(1) to remove these dupes because Xcode wanted to remove all references to the file and then re-add them with new unique identifiers, but just removing the identical references caused fewer changes.
Comment 4 David Kilzer (:ddkilzer) 2011-06-14 21:39:45 PDT
Part 1 of 2:

Committed r88904: <http://trac.webkit.org/changeset/88904>
Comment 5 David Kilzer (:ddkilzer) 2011-06-14 21:40:00 PDT
Part 2 of 2:

Committed r88905: <http://trac.webkit.org/changeset/88905>