I have .properties files in MyEclipse web project containing translations for different languages. Where should I put these files in the source tree so that they are placed to application’s WEB-INF\classes directory on server when I select to deploy the project?
I’ve tried to put them under WEB-INF\classes in the source tree, but MyEclipse seems to delete then occasionally during deployment.