Index: tool/pom.xml =================================================================== --- tool/pom.xml (revision 126714) +++ tool/pom.xml (working copy) @@ -37,6 +37,26 @@ false + + + org.apache.maven.plugins + maven-war-plugin + 2.3 + + WEB-INF/bundle/*.properties,WEB-INF/bundle + + + + ${basedir}/src/webapp/WEB-INF/bundle + + *.properties + + WEB-INF/classes + + + + + Index: tool/src/webapp/WEB-INF/applicationContext.xml =================================================================== --- tool/src/webapp/WEB-INF/applicationContext.xml (revision 126714) +++ tool/src/webapp/WEB-INF/applicationContext.xml (working copy) @@ -8,10 +8,10 @@ - WEB-INF/bundle/Messages + classpath:Messages 10