]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Move afscell to platform/DARWIN
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Thu, 23 Jul 2009 18:27:47 +0000 (19:27 +0100)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 17 Dec 2009 06:20:14 +0000 (22:20 -0800)
commitd096158139a29827f0836b9bfd7b45c3364e6c2c
tree6fc26e4526511f71efb806153bad47a492974840
parent5ec3129fab84e6341752f9fab1c657dedc5b7f4f
Move afscell to platform/DARWIN

Move our current afscell code into platform/DARWIN so that it's in a
location that can be added to the build, rather than packaging, step

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/200
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit b4564fa8254afbfef94915f1051a5ad7ab17b11d)
Change-Id: I2a13a556730cf2bd205a66609bc9cb34b12dcd47
Reviewed-on: http://gerrit.openafs.org/917
24 files changed:
src/packaging/MacOS/afscell/English.lproj/InfoPlist.strings [deleted file]
src/packaging/MacOS/afscell/English.lproj/Localizable.strings [deleted file]
src/packaging/MacOS/afscell/English.lproj/afscell.nib/classes.nib [deleted file]
src/packaging/MacOS/afscell/English.lproj/afscell.nib/info.nib [deleted file]
src/packaging/MacOS/afscell/English.lproj/afscell.nib/keyedobjects.nib [deleted file]
src/packaging/MacOS/afscell/Info.plist [deleted file]
src/packaging/MacOS/afscell/InstallerSections.plist [deleted file]
src/packaging/MacOS/afscell/afscell.xcodeproj/project.pbxproj [deleted file]
src/packaging/MacOS/afscell/afscellPane.h [deleted file]
src/packaging/MacOS/afscell/afscellPane.m [deleted file]
src/packaging/MacOS/afscell/afscell_Prefix.pch [deleted file]
src/packaging/MacOS/afscell/version.plist [deleted file]
src/platform/DARWIN/afscell/English.lproj/InfoPlist.strings [new file with mode: 0644]
src/platform/DARWIN/afscell/English.lproj/Localizable.strings [new file with mode: 0644]
src/platform/DARWIN/afscell/English.lproj/afscell.nib/classes.nib [new file with mode: 0644]
src/platform/DARWIN/afscell/English.lproj/afscell.nib/info.nib [new file with mode: 0644]
src/platform/DARWIN/afscell/English.lproj/afscell.nib/keyedobjects.nib [new file with mode: 0644]
src/platform/DARWIN/afscell/Info.plist [new file with mode: 0644]
src/platform/DARWIN/afscell/InstallerSections.plist [new file with mode: 0644]
src/platform/DARWIN/afscell/afscell.xcodeproj/project.pbxproj [new file with mode: 0644]
src/platform/DARWIN/afscell/afscellPane.h [new file with mode: 0644]
src/platform/DARWIN/afscell/afscellPane.m [new file with mode: 0644]
src/platform/DARWIN/afscell/afscell_Prefix.pch [new file with mode: 0644]
src/platform/DARWIN/afscell/version.plist [new file with mode: 0644]