Update of 
/var/cvs/applications/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources
In directory 
james.mmbase.org:/tmp/cvs-serv28223/resources/org/mmbase/applications/vprowizards/resources

Modified Files:
        applicationContext.xml 
Added Files:
        messages_nl.properties 
Removed Files:
        messages_NL.properties 
Log Message:
fixed naming errors on the error messages resource bundle


See also: 
http://cvs.mmbase.org/viewcvs/applications/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources


messages_nl.properties is new



Index: applicationContext.xml
===================================================================
RCS file: 
/var/cvs/applications/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources/applicationContext.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- applicationContext.xml      12 Nov 2008 14:52:57 -0000      1.1
+++ applicationContext.xml      12 Jan 2009 13:32:32 -0000      1.2
@@ -1,31 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
"http://www.springframework.org/dtd/spring-beans.dtd";>
 <beans>
-
     <!-- spring mvc global definitions -->
     <bean id="localeResolver" 
class="org.springframework.web.servlet.i18n.FixedLocaleResolver">
         <property name="defaultLocale">
             <bean class="java.util.Locale">
                 <constructor-arg value="nl" />
+                <constructor-arg value="NL" />
             </bean>
         </property>
     </bean>
-
-    <!--
-    <bean id="cloudInterceptor" 
class="nl.vpro.dvt.communities.web.CloudInterceptor">
-        <property name="communityFunctionalityService">
-            <ref bean="communityFunctionalityService"/>
-        </property>
-    </bean>
-    -->
-
-    <!-- <bean id="unicodeInterceptor" 
class="nl.vpro.dvt.communities.web.UnicodeInterceptor"/> -->
-
-    <!-- <bean id="authenticationInterceptor" 
class="nl.vpro.dvt.communities.web.AuthenticationInterceptor"/> -->
-
-    <!--
-    <bean id="messageSource" 
class="org.springframework.context.support.ResourceBundleMessageSource">
-        <property name="basename"><value>messages</value></property>
-    </bean>
-    -->
 </beans>


_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to