Changeset 9145
- Timestamp:
- 07/05/08 00:36:14 (3 months ago)
- Files:
-
- sandbox/blog-ng_hibernate/lib/hibernate.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/blog-ng_hibernate/lib/hibernate.js
r9127 r9145 55 55 */ 56 56 this.setConfig = function () { 57 var configPropsAbsolutePath = getResource(this.configPropsRelativePath). name;58 var configDirAbsolutePath = getResource(this.configDirRelativePath). name;57 var configPropsAbsolutePath = getResource(this.configPropsRelativePath).path; 58 var configDirAbsolutePath = getResource(this.configDirRelativePath).path; 59 59 var inputStream = new java.io.FileInputStream(new java.io.File(configPropsAbsolutePath)); 60 60 var configProps = new java.util.Properties();