Changeset 9127

Show
Ignore:
Timestamp:
06/15/08 19:40:06 (3 months ago)
Author:
robert.thurnher
Message:

adds config dir to class path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/blog-ng_hibernate/README.txt

    r9119 r9127  
    14142. Issue, e.g., the following command in the blog-ng_hibernate directory: 
    1515 
    16    java -jar ../helma-ng/run.jar app lib config 
     16   java -jar ../helma-ng/run.jar app lib 
    1717 
    18183. Then point your browser to: 
  • sandbox/blog-ng_hibernate/lib/hibernate.js

    r9126 r9127  
    44 */ 
    55 
     6importJar('../config'); 
    67importJar('hibernate/antlr-2.7.6.jar'); 
    78importJar('hibernate/asm-attrs.jar'); 
     
    2627 
    2728// used to get path of db.properties and mapping files 
    28 var configPropsRelativePath = 'hibernate.properties'; 
     29var configPropsRelativePath = '../config/hibernate.properties'; 
    2930var configDirRelativePath   = 'mappings'; 
    3031