Planner main page modified to use /common/layouts/template.zul structure with a basic menu and footer.
Static resources as CSS and images have been reorganized in common and planner module.
Now, by default, only resources matching "*spring-config.xml" or "*hibernate.cfg.xml" located directly on "src/main/resources", or "*spring-config-test.xml" or "*hibernate-test.cfg.xml" located directly on "src/test/resources" are filtered. To apply the patch, rember to execute "mvn clean install" from root directory.
The fix consists of forcing the smart update, so the position is updated even if the date is not changed. This way the new client position is discarded.
Now filtering is applied by default only to files matching "*spring-config*.xml" and "*hibernate.cfg*.xml" located directly under "src/{main,test}/resources". After installing the patch, remember to execute "mvn clean install" from root directory.