Changeset 273 for tools

Show
Ignore:
Timestamp:
03/11/09 15:34:31 (12 months ago)
Author:
anton
Message:

Templates path fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/routingservice/trunk/src/jp/co/orkney/restlet/util/Format.java

    r272 r273  
    108108                String path = format.getAttributeValue("path"); 
    109109                if(path != null) 
    110                         path += format.getAttributeValue("template"); 
     110                        path ="templates/"+path; 
    111111                else 
    112                         path = format.getAttributeValue("template"); 
     112                        path = "templates"; 
    113113                         
    114114                StringTemplateGroup group = new StringTemplateGroup("formatGroup", path);