Subversion Repositories DevTools

Rev

Rev 5213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5213 Rev 5231
Line 1... Line 1...
1
{
1
{
2
        # Location of the LXR installation
2
        # Location of the LXR installation
3
        'lxr'       => '/opt/lxr',
3
        'lxr'           => '/opt/lxr',
-
 
4
 
-
 
5
        # Where Glimpse holds its per-tree data
-
 
6
        'glimpseDir'    => '/opt/glimpse/lxr',
4
 
7
 
5
        # Location where this tool will create LXR Views and store
8
        # Location where this tool will create LXR Views and store
6
        # other data
9
        # other data
7
        'lxrFiles'  => '/opt/lxr-files',
10
        'lxrFiles'  => '/opt/lxr-files',
8
 
11