* Modified task component to include a completion resizable box
* Linked /planner/main.zul from web.xml configuration file
* Bugfix involving dependences overlapping box related with upper tasks
* Linked resources.zul page from layout menu.
Relocated dependencies in Maven central repository haven been updated (pom.xml files), style of inclusion of dependencies has been improved (pom.xml files), profile-based approach (root pom.xml) has been improved (bug fixed for supporting multiple databases, PostgreSQL has been set as the default database, and addition of HSQLDB), README.txt updated, and JavDoc for navalplanner-business code.
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.