Changeset 9127
- Timestamp:
- 06/15/08 19:40:06 (3 months ago)
- Files:
-
- sandbox/blog-ng_hibernate/README.txt (modified) (1 diff)
- sandbox/blog-ng_hibernate/lib/hibernate.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/blog-ng_hibernate/README.txt
r9119 r9127 14 14 2. Issue, e.g., the following command in the blog-ng_hibernate directory: 15 15 16 java -jar ../helma-ng/run.jar app lib config16 java -jar ../helma-ng/run.jar app lib 17 17 18 18 3. Then point your browser to: sandbox/blog-ng_hibernate/lib/hibernate.js
r9126 r9127 4 4 */ 5 5 6 importJar('../config'); 6 7 importJar('hibernate/antlr-2.7.6.jar'); 7 8 importJar('hibernate/asm-attrs.jar'); … … 26 27 27 28 // used to get path of db.properties and mapping files 28 var configPropsRelativePath = ' hibernate.properties';29 var configPropsRelativePath = '../config/hibernate.properties'; 29 30 var configDirRelativePath = 'mappings'; 30 31