Subversion Repositories SmartDukaan

Rev

Rev 29366 | Rev 29451 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29366 Rev 29378
Line 100... Line 100...
100
				"org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
100
				"org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
101
		velocityProperties.put("file.resource.loader.cache", true);
101
		velocityProperties.put("file.resource.loader.cache", true);
102
		velocityProperties.put("file.resource.loader.unicode", true);
102
		velocityProperties.put("file.resource.loader.unicode", true);
103
		velocityProperties.put("input.encoding", "UTF-8");
103
		velocityProperties.put("input.encoding", "UTF-8");
104
		velocityProperties.put("output.encoding", "UTF-8");
104
		velocityProperties.put("output.encoding", "UTF-8");
-
 
105
		velocityProperties.put("response.encoding", "UTF-8");
105
		velocityProperties.put("overrideLogging", true);
106
		velocityProperties.put("overrideLogging", true);
106
 
107
 
107
		// velocityProperties.put("file.resource.loader.path", ".");
108
		// velocityProperties.put("file.resource.loader.path", ".");
108
 
109
 
109
		factory.setVelocityProperties(velocityProperties);
110
		factory.setVelocityProperties(velocityProperties);