How do I get SpringSource ts server to hot deploy XSL files? I love the way STS server hot deploys my changes to javascript, css, and java files when I save the files! But, when XSL files are changed and saved, I always have to restart the server for files to be deployed :-(

In case it makes a difference, the structure of my project has the xsl files at:
[project]/src/main/webapp/WEB-INF/xsl/[subdirectories]

Is there a configuration setting I can change to get these xsl files to hot deploy? I waste so much time having to restart the server each time...