+ most of the problems were already fixed (probably by Mark). These are just minor adjustments
This commit is contained in:
Costin Leau
2009-11-24 14:32:18 +00:00
parent ef50082cad
commit 1f5568fa81
4 changed files with 42 additions and 22 deletions

View File

@@ -386,8 +386,8 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans
<bean id="velocityEngine" class="org.springframework.ui.velocity.VelocityEngineFactoryBean">
<property name="velocityProperties">
<value>
resource.loader=class
class.resource.loader.class=org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
resource.loader=class
class.resource.loader.class=org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
</value>
</property>
</bean>