Changeset 9145

Show
Ignore:
Timestamp:
07/05/08 00:36:14 (3 months ago)
Author:
robert.thurnher
Message:

fix according to helma-ng getResource(relativePath).name property renaming to path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/blog-ng_hibernate/lib/hibernate.js

    r9127 r9145  
    5555    */ 
    5656   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
    5959      var inputStream = new java.io.FileInputStream(new java.io.File(configPropsAbsolutePath)); 
    6060      var configProps = new java.util.Properties();