Changeset 18910

Show
Ignore:
Timestamp:
05/26/06 16:33:52 (3 years ago)
Author:
dshipton
Message:

Load versioned files with the help defines.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/jackal/config/org/vrjuggler/jccl/config/ConfigBrokerImpl.java

    r18824 r18910  
    789789 
    790790      // Get the .jdef search path from the environment. 
    791       String base_path = "${VJ_BASE_DIR}/share/vrjuggler/data/definitions"; 
     791      String data_path = service.getenv("VJ_SHARE_DIR"); 
     792      String base_path = "${VJ_BASE_DIR}/" + data_path + "/data/definitions"; 
    792793      String ext_path  = service.getenv("JCCL_DEFINITION_PATH"); 
    793794