Changeset 86 for trunk/usr/init.pro


Ignore:
Timestamp:
04/07/08 15:50:01 (16 years ago)
Author:
kolasinski
Message:

Merged procs-read branch changes r80:85 into teh trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/usr/init.pro

    r78 r86  
    1515; path definition 
    1616; 
    17 !path = expand_path('+' + '/.autofs/home/mklod/SVN/POST_IT') $ ; procs local home 
     17!path = expand_path('+' + '/.autofs/home/mklod/SVN/TRUNK') $ ; procs local home 
    1818      + ':' + expand_path('+' + '/.autofs/home/mklod/SAXO_new_svn') $ ; saxo home 
    1919      + ':' + expand_path('+' + !dir) 
     
    2929; define default directories 
    3030; 
    31 homedir = isadirectory('/.autofs/home/mklod/SVN/POST_IT/', title = 'Select the default HOME directory') 
    32 iodir = isadirectory('/.autofs/home/mklod/SVN/POST_IT/', title = 'Select the default IO directory') 
    33 psdir = isadirectory('/.autofs/home/mklod/SVN/POST_IT/out/post_out/', title = 'Select the default postscripts directory') 
    34 imagedir = isadirectory('/.autofs/home/mklod/SVN/POST_IT/out/post_out/', title = 'Select the default images directory') 
    35 animdir = isadirectory('/.autofs/home/mklod/SVN/POST_IT/out/post_out/', title = 'Select the default animations directory') 
     31homedir = isadirectory('/.autofs/home/mklod/SVN/TRUNK/', title = 'Select the default HOME directory') 
     32iodir = isadirectory('/.autofs/home/mklod/SVN/TRUNK/', title = 'Select the default IO directory') 
     33psdir = isadirectory('/.autofs/home/mklod/SVN/TRUNK/out/post_out/', title = 'Select the default postscripts directory') 
     34imagedir = isadirectory('/.autofs/home/mklod/SVN/TRUNK/out/post_out/', title = 'Select the default images directory') 
     35animdir = isadirectory('/.autofs/home/mklod/SVN/TRUNK/out/post_out/', title = 'Select the default animations directory') 
    3636; 
    3737; define printer parameters 
Note: See TracChangeset for help on using the changeset viewer.