Show
Ignore:
Timestamp:
07/09/07 11:32:40 (1 year ago)
Author:
daboo
Message:

Fix file reference to point to the new project relative locations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Plug-ins/PGP/PGP.xcodeproj/project.pbxproj

    r70 r94  
    2222                AF321A600AEAD36D00237005 /* PGP8.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PGP8.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 
    2323                AF321A650AEAD36E00237005 /* PluginDLLmain.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PluginDLLmain.cp; path = ../Common/PluginDLLmain.cp; sourceTree = SOURCE_ROOT; }; 
    24                 AF321A660AEAD36E00237005 /* CPluginDLL.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CPluginDLL.cp; path = "/Development/Projects/Mulberry/Mulberry v4.0/Plug-ins/Common/CPluginDLL.cp"; sourceTree = "<absolute>"; }; 
    25                 AF321A670AEAD36E00237005 /* CPluginDLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CPluginDLL.h; path = "/Development/Projects/Mulberry/Mulberry v4.0/Plug-ins/Common/CPluginDLL.h"; sourceTree = "<absolute>"; }; 
    26                 AF321A680AEAD36E00237005 /* CSecurityPluginDLL.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CSecurityPluginDLL.cp; path = "/Development/Projects/Mulberry/Mulberry v4.0/Plug-ins/Common/CSecurityPluginDLL.cp"; sourceTree = "<absolute>"; }; 
    27                 AF321A690AEAD36E00237005 /* CSecurityPluginDLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CSecurityPluginDLL.h; path = "/Development/Projects/Mulberry/Mulberry v4.0/Plug-ins/Common/CSecurityPluginDLL.h"; sourceTree = "<absolute>"; }; 
    28                 AF321A6A0AEAD36E00237005 /* CPGPPluginDLL.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CPGPPluginDLL.cp; path = "/Development/Projects/Mulberry/Mulberry v4.0/Plug-ins/PGP/sources/CPGPPluginDLL.cp"; sourceTree = "<absolute>"; }; 
     24                AF321A660AEAD36E00237005 /* CPluginDLL.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CPluginDLL.cp; path = ../Common/CPluginDLL.cp; sourceTree = "<group>"; }; 
     25                AF321A670AEAD36E00237005 /* CPluginDLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CPluginDLL.h; path = ../Common/CPluginDLL.h; sourceTree = "<group>"; }; 
     26                AF321A680AEAD36E00237005 /* CSecurityPluginDLL.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CSecurityPluginDLL.cp; path = ../Common/CSecurityPluginDLL.cp; sourceTree = "<group>"; }; 
     27                AF321A690AEAD36E00237005 /* CSecurityPluginDLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CSecurityPluginDLL.h; path = ../Common/CSecurityPluginDLL.h; sourceTree = "<group>"; }; 
     28                AF321A6A0AEAD36E00237005 /* CPGPPluginDLL.cp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CPGPPluginDLL.cp; path = sources/CPGPPluginDLL.cp; sourceTree = "<group>"; }; 
    2929                AF321A6B0AEAD36E00237005 /* CPGPPluginDLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CPGPPluginDLL.h; path = sources/CPGPPluginDLL.h; sourceTree = SOURCE_ROOT; }; 
    3030                AF321A6C0AEAD37000237005 /* libPluginLibrary.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPluginLibrary.a; path = ../PluginLibrary/libPluginLibrary.a; sourceTree = SOURCE_ROOT; };