]> 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@dementia.org>
Fri, 24 Jul 2009 01:47:45 +0000 (18:47 -0700)
commitb4564fa8254afbfef94915f1051a5ad7ab17b11d
tree34caf43a4c8ae9453833e2d7aca527d343cc2c2b
parentc24c251966f218bcf9c0bd13718ef00ca4d12e80
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>
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]