Changeset 64826 in webkit


Ignore:
Timestamp:
Aug 6, 2010 3:16:41 AM (14 years ago)
Author:
andreip@google.com
Message:

2010-08-06 Andrei Popescu <andreip@google.com>

Unreviewed, release build fix.

Leopard relase build is broken due to absolute path to JSIDBTransaction.cpp file present in XCode project file.
https://bugs.webkit.org/show_bug.cgi?id=43616

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r64824 r64826  
     12010-08-06  Andrei Popescu  <andreip@google.com>
     2
     3        Unreviewed, release build fix.
     4
     5        Leopard relase build is broken due to absolute path to JSIDBTransaction.cpp file present in XCode project file.
     6        https://bugs.webkit.org/show_bug.cgi?id=43616
     7
     8        * WebCore.xcodeproj/project.pbxproj:
     9
    1102010-08-05  Andrei Popescu  <andreip@dhcp-172-16-14-12.lon.corp.google.com>
    211
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r64824 r64826  
    1003310033                B6566269120B115A006EA85C /* IDBTransaction.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IDBTransaction.idl; sourceTree = "<group>"; };
    1003410034                B656626D120B116B006EA85C /* IDBTransactionBackendInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDBTransactionBackendInterface.h; sourceTree = "<group>"; };
    10035                 B656626E120B1227006EA85C /* JSIDBTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSIDBTransaction.h; path = ../WebKitBuild/Debug/DerivedSources/WebCore/JSIDBTransaction.h; sourceTree = SOURCE_ROOT; };
    10036                 B656626F120B1227006EA85C /* JSIDBTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSIDBTransaction.cpp; path = ../WebKitBuild/Debug/DerivedSources/WebCore/JSIDBTransaction.cpp; sourceTree = SOURCE_ROOT; };
     10035                B656626E120B1227006EA85C /* JSIDBTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSIDBTransaction.h; path = JSIDBTransaction.h; sourceTree = "<group>"; };
     10036                B656626F120B1227006EA85C /* JSIDBTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSIDBTransaction.cpp; path = JSIDBTransaction.cpp; sourceTree = "<group>"; };
    1003710037                B734B180119B9911006587BD /* FontTranscoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FontTranscoder.cpp; path = transcoder/FontTranscoder.cpp; sourceTree = "<group>"; };
    1003810038                B734B182119B991D006587BD /* FontTranscoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FontTranscoder.h; path = transcoder/FontTranscoder.h; sourceTree = "<group>"; };
     
    2006420064                        buildConfigurationList = 149C284308902B11008A9EFC /* Build configuration list for PBXProject "WebCore" */;
    2006520065                        compatibilityVersion = "Xcode 2.4";
    20066                         developmentRegion = English;
    2006720066                        hasScannedForEncodings = 1;
    2006820067                        knownRegions = (
Note: See TracChangeset for help on using the changeset viewer.