Monotone-Parent: 37feda6e02a5f2d56457e09508814b8b3d6ed388

Monotone-Revision: b0f4711fa3917d9ca82a918807fe75046c131ee1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-10T15:31:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-11-10 15:31:26 +00:00
parent 8d807b7fcb
commit 121154b015
4 changed files with 149 additions and 6 deletions
+3 -4
View File
@@ -38,14 +38,13 @@
- (NSArray *) saxReaderSearchPathes
{
NSArray *pathes, *args;
NSString *cwd, *exedir;
NSString *exedir;
args = [[NSProcessInfo processInfo] arguments];
cwd = [[NSFileManager defaultManager] currentDirectoryPath];
exedir = [[args objectAtIndex: 0] stringByDeletingLastPathComponent];
pathes = [NSArray arrayWithObject:
[NSString stringWithFormat: @"%@/%@/%@",
cwd, exedir,
[NSString stringWithFormat: @"%@/%@",
exedir,
@"../../../SOPE/NGCards/versitCardsSaxDriver/"]];
return pathes;